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", |