| Index: blimp/client/test/BUILD.gn
|
| diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
|
| index 6240cd839743324d9e130c0615483ff0e12f7fda..cc2ca7af59039f61aeb4a2fc06d8ec9ae77a748d 100644
|
| --- a/blimp/client/test/BUILD.gn
|
| +++ b/blimp/client/test/BUILD.gn
|
| @@ -12,9 +12,12 @@ source_set("test") {
|
|
|
| deps = [
|
| "//base",
|
| + "//base/test:test_support",
|
| + "//blimp/client/core",
|
| "//blimp/client/public:public_headers",
|
| - "//google_apis:google_apis",
|
| - "//google_apis:test_support",
|
| + "//mojo/edk/system",
|
| + "//net",
|
| + "//ui/gfx",
|
| ]
|
|
|
| public_deps = [
|
|
|