summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:25:24 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:25:24 +0000
commit5375f66d9604e7d6b2cd8a3d4b15e3b34b5878a5 (patch)
tree6d7c835d9e8487d8b68c179a394217483a3f9064 /components/components.gyp
parent94e20d445e63f4167fb84a9364fc6cfa53cfd0e3 (diff)
downloadchromium_src-5375f66d9604e7d6b2cd8a3d4b15e3b34b5878a5.zip
chromium_src-5375f66d9604e7d6b2cd8a3d4b15e3b34b5878a5.tar.gz
chromium_src-5375f66d9604e7d6b2cd8a3d4b15e3b34b5878a5.tar.bz2
Componentize GCM Part 1: create GCM component and move some files over
BUG=356716 TEST=existing tests Review URL: https://codereview.chromium.org/261853012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index cab78f6..83e41da8 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -73,6 +73,7 @@
# Android WebView fails to build if a dependency on these targets is
# introduced.
'includes': [
+ 'gcm_driver.gypi',
'sync_driver.gypi',
'invalidation.gypi',
],