Index: blimp/net/BUILD.gn |
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn |
index 2d633446d601c431c4a3212b4fb7305edbf2116e..39cbe5eebc2bc61524ebc2a50315b36723cd9242 100644 |
--- a/blimp/net/BUILD.gn |
+++ b/blimp/net/BUILD.gn |
@@ -93,16 +93,21 @@ source_set("test_support") { |
sources = [ |
"blob_channel/mock_blob_channel_receiver.cc", |
"blob_channel/mock_blob_channel_receiver.h", |
+ "blob_channel/mock_blob_channel_sender.cc", |
+ "blob_channel/mock_blob_channel_sender.h", |
"test_common.cc", |
"test_common.h", |
] |
deps = [ |
":net", |
- "//blimp/common/proto", |
"//net:test_support", |
"//testing/gmock", |
] |
+ |
+ public_deps = [ |
+ "//blimp/common/proto", |
+ ] |
} |
source_set("unit_tests") { |