aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/BUILD.gn
diff options
context:
space:
mode:
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",
]
}