summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorluken@chromium.org <luken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 19:44:54 +0000
committerluken@chromium.org <luken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 19:46:28 +0000
commit56291de8573cabae74d604bd0a8ac4def0b43311 (patch)
tree951276cac07e620165bf045e89a1acaf8b811dc8 /google_apis
parentcf654a1eec2ec3d8ae521bae189e3f5339cc6cd5 (diff)
downloadchromium_src-56291de8573cabae74d604bd0a8ac4def0b43311.zip
chromium_src-56291de8573cabae74d604bd0a8ac4def0b43311.tar.gz
chromium_src-56291de8573cabae74d604bd0a8ac4def0b43311.tar.bz2
Revert 288761 "GN: Fix up various targets in component build"
> 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 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/465653002 Cr-Commit-Position: refs/heads/master@{#288767} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gcm/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index 4913324..ee4f901 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -95,7 +95,6 @@ executable("mcs_probe") {
deps = [
":gcm",
- ":proto",
":test_support",
"//base",
"//net",
@@ -121,7 +120,6 @@ test("gcm_unit_tests") {
]
deps = [
- ":proto",
":test_support",
"//base",
"//base/test:run_all_unittests",