Index: google_apis/gcm/BUILD.gn |
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn |
index ee4f90170bd64eda590b71bf8ba20264b550f145..491332436d845aa7a20b192555a9166e8f7cb51c 100644 |
--- a/google_apis/gcm/BUILD.gn |
+++ b/google_apis/gcm/BUILD.gn |
@@ -95,6 +95,7 @@ executable("mcs_probe") { |
deps = [ |
":gcm", |
+ ":proto", |
":test_support", |
"//base", |
"//net", |
@@ -120,6 +121,7 @@ test("gcm_unit_tests") { |
] |
deps = [ |
+ ":proto", |
":test_support", |
"//base", |
"//base/test:run_all_unittests", |