summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 19:28:42 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 19:30:36 +0000
commit523a72051334673661d395369d7f6af4e9c3cf90 (patch)
treec11daf84ed9082e796f50ecf9d4024edfd390078 /google_apis
parentd64e366e74ce4df5e6be86feb3db853c9e18ad6a (diff)
downloadchromium_src-523a72051334673661d395369d7f6af4e9c3cf90.zip
chromium_src-523a72051334673661d395369d7f6af4e9c3cf90.tar.gz
chromium_src-523a72051334673661d395369d7f6af4e9c3cf90.tar.bz2
GN: Fix up various targets in component build
This fixes various missing deps that show up in the component build. R=brettw@chromium.org Review URL: https://codereview.chromium.org/423023002 Cr-Commit-Position: refs/heads/master@{#288761} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gcm/BUILD.gn2
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",