diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 19:28:42 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 19:30:36 +0000 |
commit | 523a72051334673661d395369d7f6af4e9c3cf90 (patch) | |
tree | c11daf84ed9082e796f50ecf9d4024edfd390078 /google_apis | |
parent | d64e366e74ce4df5e6be86feb3db853c9e18ad6a (diff) | |
download | chromium_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.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", |