Chromium Code Reviews| Index: blimp/client/test/BUILD.gn |
| diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn |
| index 7afb984bb5fd25cfd41a3f7130b5cc18d6ef378d..c3b68c160b5779b7c232779b60b326ac6b626577 100644 |
| --- a/blimp/client/test/BUILD.gn |
| +++ b/blimp/client/test/BUILD.gn |
| @@ -14,4 +14,8 @@ source_set("test") { |
| "//base", |
| "//blimp/client/public:public_headers", |
| ] |
| + |
| + public_deps = [ |
| + "//testing/gmock", |
| + ] |
| } |