From c1047318d54970f8176ab98b818280895045eb6c Mon Sep 17 00:00:00 2001 From: fgorski Date: Thu, 4 Sep 2014 09:48:54 -0700 Subject: [GCM] Adding GCMAccountMapper to link signed in profile to accounts. * Addes GCMAccountMapper with tests for adding and removing accoounts. BUG=374969 Review URL: https://codereview.chromium.org/491443004 Cr-Commit-Position: refs/heads/master@{#293308} --- components/gcm_driver.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/gcm_driver.gypi') diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi index b9336e5..7efe3c0 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', -- cgit v1.1