Chromium Code Reviews| Index: blimp/client/test/BUILD.gn |
| diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn |
| index 6240cd839743324d9e130c0615483ff0e12f7fda..53650847b83de0dfe6f38c0d2910fae67c19dfc9 100644 |
| --- a/blimp/client/test/BUILD.gn |
| +++ b/blimp/client/test/BUILD.gn |
| @@ -12,9 +12,14 @@ source_set("test") { |
| deps = [ |
| "//base", |
| + "//base/test:test_support", |
| + "//base/test:test_support", |
|
David Trainor- moved to gerrit
2016/08/23 16:43:39
"Just to be sure... let's double up on the test su
Khushal
2016/08/24 16:13:43
moar is better!! :P
|
| + "//blimp/client/core", |
| "//blimp/client/public:public_headers", |
| - "//google_apis:google_apis", |
| - "//google_apis:test_support", |
| + "//mojo/edk/system", |
| + "//mojo/edk/system", |
|
David Trainor- moved to gerrit
2016/08/23 16:43:39
"Same with the edk system!" ;)
Khushal
2016/08/24 16:13:43
Done.
|
| + "//net", |
| + "//ui/gfx", |
| ] |
| public_deps = [ |