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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2657823005: Move //c/b/services/gcm/ to //c/b/gcm/ (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "features.h", 393 "features.h",
394 "field_trial_recorder.cc", 394 "field_trial_recorder.cc",
395 "field_trial_recorder.h", 395 "field_trial_recorder.h",
396 "file_select_helper.cc", 396 "file_select_helper.cc",
397 "file_select_helper.h", 397 "file_select_helper.h",
398 "file_select_helper_mac.mm", 398 "file_select_helper_mac.mm",
399 "fullscreen.h", 399 "fullscreen.h",
400 "fullscreen_chromeos.cc", 400 "fullscreen_chromeos.cc",
401 "fullscreen_mac.mm", 401 "fullscreen_mac.mm",
402 "fullscreen_win.cc", 402 "fullscreen_win.cc",
403 "gcm/gcm_product_util.cc",
404 "gcm/gcm_product_util.h",
405 "gcm/gcm_profile_service_factory.cc",
406 "gcm/gcm_profile_service_factory.h",
407 "gcm/instance_id/instance_id_profile_service.cc",
408 "gcm/instance_id/instance_id_profile_service.h",
409 "gcm/instance_id/instance_id_profile_service_factory.cc",
410 "gcm/instance_id/instance_id_profile_service_factory.h",
403 "geolocation/chrome_access_token_store.cc", 411 "geolocation/chrome_access_token_store.cc",
404 "geolocation/chrome_access_token_store.h", 412 "geolocation/chrome_access_token_store.h",
405 "geolocation/geolocation_permission_context.cc", 413 "geolocation/geolocation_permission_context.cc",
406 "geolocation/geolocation_permission_context.h", 414 "geolocation/geolocation_permission_context.h",
407 "geolocation/geolocation_permission_context_android.cc", 415 "geolocation/geolocation_permission_context_android.cc",
408 "geolocation/geolocation_permission_context_android.h", 416 "geolocation/geolocation_permission_context_android.h",
409 "geolocation/geolocation_permission_context_extensions.cc", 417 "geolocation/geolocation_permission_context_extensions.cc",
410 "geolocation/geolocation_permission_context_extensions.h", 418 "geolocation/geolocation_permission_context_extensions.h",
411 "geolocation/geolocation_prefs.cc", 419 "geolocation/geolocation_prefs.cc",
412 "geolocation/geolocation_prefs.h", 420 "geolocation/geolocation_prefs.h",
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 "search_engines/chrome_template_url_service_client.cc", 1131 "search_engines/chrome_template_url_service_client.cc",
1124 "search_engines/chrome_template_url_service_client.h", 1132 "search_engines/chrome_template_url_service_client.h",
1125 "search_engines/template_url_fetcher_factory.cc", 1133 "search_engines/template_url_fetcher_factory.cc",
1126 "search_engines/template_url_fetcher_factory.h", 1134 "search_engines/template_url_fetcher_factory.h",
1127 "search_engines/template_url_service_factory.cc", 1135 "search_engines/template_url_service_factory.cc",
1128 "search_engines/template_url_service_factory.h", 1136 "search_engines/template_url_service_factory.h",
1129 "search_engines/ui_thread_search_terms_data.cc", 1137 "search_engines/ui_thread_search_terms_data.cc",
1130 "search_engines/ui_thread_search_terms_data.h", 1138 "search_engines/ui_thread_search_terms_data.h",
1131 "search_engines/ui_thread_search_terms_data_android.cc", 1139 "search_engines/ui_thread_search_terms_data_android.cc",
1132 "search_engines/ui_thread_search_terms_data_android.h", 1140 "search_engines/ui_thread_search_terms_data_android.h",
1133 "services/gcm/gcm_product_util.cc",
1134 "services/gcm/gcm_product_util.h",
1135 "services/gcm/gcm_profile_service_factory.cc",
1136 "services/gcm/gcm_profile_service_factory.h",
1137 "services/gcm/instance_id/instance_id_profile_service.cc",
1138 "services/gcm/instance_id/instance_id_profile_service.h",
1139 "services/gcm/instance_id/instance_id_profile_service_factory.cc",
1140 "services/gcm/instance_id/instance_id_profile_service_factory.h",
1141 "sessions/chrome_tab_restore_service_client.cc", 1141 "sessions/chrome_tab_restore_service_client.cc",
1142 "sessions/chrome_tab_restore_service_client.h", 1142 "sessions/chrome_tab_restore_service_client.h",
1143 "sessions/restore_on_startup_policy_handler.cc", 1143 "sessions/restore_on_startup_policy_handler.cc",
1144 "sessions/restore_on_startup_policy_handler.h", 1144 "sessions/restore_on_startup_policy_handler.h",
1145 "sessions/session_common_utils.cc", 1145 "sessions/session_common_utils.cc",
1146 "sessions/session_common_utils.h", 1146 "sessions/session_common_utils.h",
1147 "sessions/session_data_deleter.cc", 1147 "sessions/session_data_deleter.cc",
1148 "sessions/session_data_deleter.h", 1148 "sessions/session_data_deleter.h",
1149 "sessions/session_restore_android.cc", 1149 "sessions/session_restore_android.cc",
1150 "sessions/session_tab_helper.cc", 1150 "sessions/session_tab_helper.cc",
(...skipping 3351 matching lines...) Expand 10 before | Expand all | Expand 10 after
4502 "media/pepper_cdm_test_constants.cc", 4502 "media/pepper_cdm_test_constants.cc",
4503 "media/pepper_cdm_test_constants.h", 4503 "media/pepper_cdm_test_constants.h",
4504 ] 4504 ]
4505 } 4505 }
4506 } 4506 }
4507 4507
4508 service_manifest("preferences_manifest") { 4508 service_manifest("preferences_manifest") {
4509 name = "preferences" 4509 name = "preferences"
4510 source = "prefs/preferences_manifest.json" 4510 source = "prefs/preferences_manifest.json"
4511 } 4511 }
OLDNEW
« 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