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

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: Address jianli's review comments 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
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index a7486452c1b0684e1fc69382a2b3bace4518e2e2..3396bfe1c073d368b97230de3bbf39956a6c5fcb 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -31,9 +31,10 @@
'os_crypt',
'sync_driver',
'../base/base.gyp:base',
+ '../components/components.gyp:crx_file',
+ '../components/sync.gyp:sync_proto',
'../google_apis/gcm/gcm.gyp:gcm',
'../net/net.gyp:net',
- '../components/sync.gyp:sync_proto',
'../url/url.gyp:url_lib',
],
'include_dirs': [
@@ -100,6 +101,7 @@
'gcm_driver_jni_headers',
],
'dependencies!': [
+ '../components/components.gyp:crx_file',
'../google_apis/gcm/gcm.gyp:gcm',
],
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698