aboutsummaryrefslogtreecommitdiff
path: root/third_party/valijson
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2021-06-22 11:28:50 -0700
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-06-24 02:35:56 +0000
commitf3b911c8dbd011a8f96802ad6e3a4998799ebd9c (patch)
tree75044e00a7e4033bf8005222426d19c1a91e0773 /third_party/valijson
parent5139930c36d7f9e6949bbd5d9ec254aa111683d8 (diff)
downloadopenscreen-f3b911c8dbd011a8f96802ad6e3a4998799ebd9c.tar.gz
Fix GN check issues
This patch fixes various issues found through `gn check` throughout the repository, including some fuzzing issues. Bug: b/155434332 Change-Id: I2dffa42f5dfd291a7c59653eb7ca16ec680bfddb Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2964569 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'third_party/valijson')
-rw-r--r--third_party/valijson/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/valijson/BUILD.gn b/third_party/valijson/BUILD.gn
index 8df84598..b7286470 100644
--- a/third_party/valijson/BUILD.gn
+++ b/third_party/valijson/BUILD.gn
@@ -22,7 +22,7 @@ if (!build_with_chromium) {
# We only need the adapter for JsonCpp.
"src/include/valijson/adapters/jsoncpp_adapter.hpp",
- "src/include/valijson/constraints_builder.hpp",
+ "src/include/valijson/constraint_builder.hpp",
"src/include/valijson/internal/custom_allocator.hpp",
"src/include/valijson/internal/debug.hpp",
"src/include/valijson/internal/json_pointer.hpp",