Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: components/gcm_driver.gypi

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Remove channel from product_category_for_subtypes, and address nits Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 63e8afd10e637d5484c3b79548bc0fc713a96778..292e777627c026b72642c7599363dd4f888a6e32 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -30,9 +30,10 @@
'gcm_driver_crypto',
'os_crypt',
'../base/base.gyp:base',
+ '../components/components.gyp:crx_file',
+ '../components/sync.gyp:sync',
'../google_apis/gcm/gcm.gyp:gcm',
'../net/net.gyp:net',
- '../components/sync.gyp:sync',
'../url/url.gyp:url_lib',
],
'include_dirs': [
@@ -99,6 +100,7 @@
'gcm_driver_jni_headers',
],
'dependencies!': [
+ '../components/components.gyp:crx_file',
'../google_apis/gcm/gcm.gyp:gcm',
],
'sources!': [
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698