| Index: components/gcm_driver/BUILD.gn
|
| diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
|
| index 9a1941b2fb4746abd6d473eaff499cd99f82ef7c..45dd2a26fe7103098dc56a4f92d6107a71dac2aa 100644
|
| --- a/components/gcm_driver/BUILD.gn
|
| +++ b/components/gcm_driver/BUILD.gn
|
| @@ -24,6 +24,8 @@ static_library("gcm_driver") {
|
| "gcm_client_impl.h",
|
| "gcm_connection_observer.cc",
|
| "gcm_connection_observer.h",
|
| + "gcm_delayed_task_controller.cc",
|
| + "gcm_delayed_task_controller.h",
|
| "gcm_driver.cc",
|
| "gcm_driver.h",
|
| "gcm_driver_android.cc",
|
| @@ -52,6 +54,8 @@ static_library("gcm_driver") {
|
| "gcm_client_factory.h",
|
| "gcm_client_impl.cc",
|
| "gcm_client_impl.h",
|
| + "gcm_delayed_task_controller.cc",
|
| + "gcm_delayed_task_controller.h",
|
| "gcm_driver_desktop.cc",
|
| "gcm_driver_desktop.h",
|
| "gcm_stats_recorder_impl.cc",
|
|
|