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

Unified Diff: components/gcm_driver.gypi

Issue 491443004: [GCM] Adding GCMAccountMapper to link signed in profile to accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing message type from the AccountMapping Created 6 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 b9336e5e1a701f466977fc15054b5311cc89737a..7efe3c02e2fb5bb7446478c9fbaf30919889d9ae 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -23,6 +23,8 @@
'gcm_driver/android/component_jni_registrar.h',
'gcm_driver/default_gcm_app_handler.cc',
'gcm_driver/default_gcm_app_handler.h',
+ 'gcm_driver/gcm_account_mapper.cc',
+ 'gcm_driver/gcm_account_mapper.h',
'gcm_driver/gcm_activity.cc',
'gcm_driver/gcm_activity.h',
'gcm_driver/gcm_app_handler.cc',
@@ -55,6 +57,8 @@
'../google_apis/gcm/gcm.gyp:gcm',
],
'sources!': [
+ 'gcm_driver/gcm_account_mapper.cc',
+ 'gcm_driver/gcm_account_mapper.h',
'gcm_driver/gcm_client_factory.cc',
'gcm_driver/gcm_client_factory.h',
'gcm_driver/gcm_client_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698