aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/BUILD.gn
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 /cast/protocol/BUILD.gn
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 'cast/protocol/BUILD.gn')
-rw-r--r--cast/protocol/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/cast/protocol/BUILD.gn b/cast/protocol/BUILD.gn
index 590caed3..a68bb989 100644
--- a/cast/protocol/BUILD.gn
+++ b/cast/protocol/BUILD.gn
@@ -63,11 +63,14 @@ source_set("unittests") {
deps = [
":castv2",
+ ":castv2_schema_headers",
":receiver_examples",
":streaming_examples",
+ "../../platform:base",
"../../third_party/abseil",
"../../third_party/googletest:gmock",
"../../third_party/googletest:gtest",
+ "../../util:base",
"//third_party/valijson",
]
}