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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 600053002: [GCM] Loading the account mappings from store to the driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | components/gcm_driver/fake_gcm_client.cc » ('j') | components/gcm_driver/gcm_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 9e4f3d7e1747e48185920089b2249fc85af423bc..b66d7eb3b0a6d2f3df375c56b807d21dd832186f 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -11,6 +11,8 @@ static_library("gcm_driver") {
"default_gcm_app_handler.h",
"gcm_activity.cc",
"gcm_activity.h",
+ "gcm_account_mapper.cc",
jianli 2014/09/24 21:21:31 should these 2 files be excluded from Android targ
fgorski 2014/09/24 22:25:40 No GMS Core handles that on Android, and we don't
+ "gcm_account_mapper.h",
"gcm_app_handler.cc",
"gcm_app_handler.h",
"gcm_backoff_policy.cc",
« no previous file with comments | « no previous file | components/gcm_driver/fake_gcm_client.cc » ('j') | components/gcm_driver/gcm_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698