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

Unified Diff: chrome/browser/BUILD.gn

Issue 2657823005: Move //c/b/services/gcm/ to //c/b/gcm/ (Closed)
Patch Set: Created 3 years, 11 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 | « WATCHLISTS ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698