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

Unified Diff: components/gcm_driver.gypi

Issue 1126233004: Persist Instance ID data to GCM store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 5 years, 7 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 4b5e01185a322b8c9e974db37524e84cd8417de7..b0c90b7836b1654f20bfa43b63ecb591ced7aef5 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -167,6 +167,7 @@
'target_name': 'instance_id_test_support',
'type': 'static_library',
'dependencies': [
+ 'gcm_driver_test_support',
'instance_id',
'../testing/gtest.gyp:gtest',
],
@@ -175,8 +176,8 @@
],
'sources': [
# Note: file list duplicated in GN build.
- 'gcm_driver/instance_id/fake_instance_id_driver.cc',
- 'gcm_driver/instance_id/fake_instance_id_driver.h',
+ 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc',
+ 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h',
],
},
],
« no previous file with comments | « chrome/browser/extensions/api/instance_id/instance_id_apitest.cc ('k') | components/gcm_driver/fake_gcm_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698