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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 1293393003: Componentize gcm_account_tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/gcm_account_tracker.h » ('j') | no next file with comments »
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 e212080083d7eecd04e518e762ebe48acb4b5e1a..301ced53ecde402ad78286686a2cca12c03198a5 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_account_mapper.cc",
"gcm_account_mapper.h",
+ "gcm_account_tracker.cc",
+ "gcm_account_tracker.h",
"gcm_activity.cc",
"gcm_activity.h",
"gcm_app_handler.cc",
@@ -118,6 +120,7 @@ if (!is_android) {
testonly = true
sources = [
"gcm_account_mapper_unittest.cc",
+ "gcm_account_tracker_unittest.cc",
"gcm_channel_status_request_unittest.cc",
"gcm_client_impl_unittest.cc",
"gcm_delayed_task_controller_unittest.cc",
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/gcm_account_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698