| Index: blimp/client/test/BUILD.gn
|
| diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
|
| index 43d7087dda09710b35c16c6d9b9644459e15bb0b..b9eb19487c25dcac2966406acd3b18beaf77c424 100644
|
| --- a/blimp/client/test/BUILD.gn
|
| +++ b/blimp/client/test/BUILD.gn
|
| @@ -15,6 +15,7 @@ source_set("test") {
|
| "//base/test:test_support",
|
| "//blimp/client/core",
|
| "//blimp/client/public:public_headers",
|
| + "//cc:test_support",
|
| "//google_apis:test_support",
|
| "//mojo/edk/system",
|
| "//net",
|
| @@ -22,6 +23,7 @@ source_set("test") {
|
| ]
|
|
|
| public_deps = [
|
| + "//blimp/client/test/compositor",
|
| "//testing/gmock",
|
| ]
|
| }
|
|
|