aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/BUILD.gn')
-rw-r--r--cast/streaming/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/cast/streaming/BUILD.gn b/cast/streaming/BUILD.gn
index f9a7b81f..04424cf4 100644
--- a/cast/streaming/BUILD.gn
+++ b/cast/streaming/BUILD.gn
@@ -67,6 +67,7 @@ source_set("common") {
"../../third_party/abseil",
"../../third_party/boringssl",
"../common:channel",
+ "../common:public",
"../common/certificate/proto:certificate_proto",
]
@@ -137,6 +138,8 @@ source_set("test_helpers") {
"testing/simple_socket_subscriber.h",
]
+ public_deps = [ ":common" ]
+
deps = [
"../../third_party/googletest:gmock",
"../../third_party/googletest:gtest",
@@ -184,6 +187,7 @@ source_set("unittests") {
":receiver",
":sender",
":test_helpers",
+ "../../platform:test",
"../../third_party/googletest:gmock",
"../../third_party/googletest:gtest",
"../../util",