diff options
Diffstat (limited to 'google_apis/gcm/BUILD.gn')
-rw-r--r-- | google_apis/gcm/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn index ee4f901..4913324 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", |