| Index: blimp/net/BUILD.gn
|
| diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
|
| index 2d633446d601c431c4a3212b4fb7305edbf2116e..bf10cc199cf50768ff0774aeb98708c62e955c5f 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") {
|
| @@ -138,7 +143,6 @@ source_set("unit_tests") {
|
| ":net",
|
| ":test_support",
|
| "//base",
|
| - "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//blimp/common",
|
| "//blimp/common:test_support",
|
|
|