diff options
author | fgorski <fgorski@chromium.org> | 2014-09-04 09:48:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-04 16:51:54 +0000 |
commit | c1047318d54970f8176ab98b818280895045eb6c (patch) | |
tree | 3df83918e659b5bde180ef1f2f81e300d509c2d2 /components/gcm_driver.gypi | |
parent | 6017d60fc4bfdf6ffb56f66aff105d23cb53b992 (diff) | |
download | chromium_src-c1047318d54970f8176ab98b818280895045eb6c.zip chromium_src-c1047318d54970f8176ab98b818280895045eb6c.tar.gz chromium_src-c1047318d54970f8176ab98b818280895045eb6c.tar.bz2 |
[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}
Diffstat (limited to 'components/gcm_driver.gypi')
-rw-r--r-- | components/gcm_driver.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
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', |