Chromium Code Reviews| Index: blimp/client/core/BUILD.gn |
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn |
| index bd010128bf048e99ce02a080c1f154d59e365ad5..e4897c42ee8feb990efa45e29ab49b24790bf53c 100644 |
| --- a/blimp/client/core/BUILD.gn |
| +++ b/blimp/client/core/BUILD.gn |
| @@ -105,6 +105,7 @@ source_set("unit_tests") { |
| deps = [ |
| ":core", |
| "//base", |
| + "//blimp/client:test_support", |
|
nyquist
2016/07/25 22:59:06
Does this have to live here? Could we have a new t
|
| "//blimp/client/public:public_headers", |
| "//blimp/client/test", |
| "//testing/gtest", |