| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index da403fcd186eb41b4af770f659ea7db33dde0835..7f4542b75c31732d1552f659293feccfe82f8e33 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -400,6 +400,14 @@ split_static_library("browser") {
|
| "fullscreen_chromeos.cc",
|
| "fullscreen_mac.mm",
|
| "fullscreen_win.cc",
|
| + "gcm/gcm_product_util.cc",
|
| + "gcm/gcm_product_util.h",
|
| + "gcm/gcm_profile_service_factory.cc",
|
| + "gcm/gcm_profile_service_factory.h",
|
| + "gcm/instance_id/instance_id_profile_service.cc",
|
| + "gcm/instance_id/instance_id_profile_service.h",
|
| + "gcm/instance_id/instance_id_profile_service_factory.cc",
|
| + "gcm/instance_id/instance_id_profile_service_factory.h",
|
| "geolocation/chrome_access_token_store.cc",
|
| "geolocation/chrome_access_token_store.h",
|
| "geolocation/geolocation_permission_context.cc",
|
| @@ -1130,14 +1138,6 @@ split_static_library("browser") {
|
| "search_engines/ui_thread_search_terms_data.h",
|
| "search_engines/ui_thread_search_terms_data_android.cc",
|
| "search_engines/ui_thread_search_terms_data_android.h",
|
| - "services/gcm/gcm_product_util.cc",
|
| - "services/gcm/gcm_product_util.h",
|
| - "services/gcm/gcm_profile_service_factory.cc",
|
| - "services/gcm/gcm_profile_service_factory.h",
|
| - "services/gcm/instance_id/instance_id_profile_service.cc",
|
| - "services/gcm/instance_id/instance_id_profile_service.h",
|
| - "services/gcm/instance_id/instance_id_profile_service_factory.cc",
|
| - "services/gcm/instance_id/instance_id_profile_service_factory.h",
|
| "sessions/chrome_tab_restore_service_client.cc",
|
| "sessions/chrome_tab_restore_service_client.h",
|
| "sessions/restore_on_startup_policy_handler.cc",
|
|
|