| OLD | NEW |
| 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 3334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3345 "notifications/screen_lock_notification_blocker.cc", | 3345 "notifications/screen_lock_notification_blocker.cc", |
| 3346 "notifications/screen_lock_notification_blocker.h", | 3346 "notifications/screen_lock_notification_blocker.h", |
| 3347 "notifications/system_component_notifier_source_chromeos.cc", | 3347 "notifications/system_component_notifier_source_chromeos.cc", |
| 3348 "notifications/system_component_notifier_source_chromeos.h", | 3348 "notifications/system_component_notifier_source_chromeos.h", |
| 3349 "notifications/web_page_notifier_source.cc", | 3349 "notifications/web_page_notifier_source.cc", |
| 3350 "notifications/web_page_notifier_source.h", | 3350 "notifications/web_page_notifier_source.h", |
| 3351 "obsolete_system/obsolete_system.h", | 3351 "obsolete_system/obsolete_system.h", |
| 3352 "obsolete_system/obsolete_system_linux.cc", | 3352 "obsolete_system/obsolete_system_linux.cc", |
| 3353 "obsolete_system/obsolete_system_mac.cc", | 3353 "obsolete_system/obsolete_system_mac.cc", |
| 3354 "obsolete_system/obsolete_system_win.cc", | 3354 "obsolete_system/obsolete_system_win.cc", |
| 3355 "page_load_metrics/observers/session_restore_page_load_metrics_observer.cc
", |
| 3356 "page_load_metrics/observers/session_restore_page_load_metrics_observer.h"
, |
| 3355 "pdf/pdf_extension_util.cc", | 3357 "pdf/pdf_extension_util.cc", |
| 3356 "pdf/pdf_extension_util.h", | 3358 "pdf/pdf_extension_util.h", |
| 3357 "policy/local_sync_policy_handler.cc", | 3359 "policy/local_sync_policy_handler.cc", |
| 3358 "policy/local_sync_policy_handler.h", | 3360 "policy/local_sync_policy_handler.h", |
| 3359 "process_singleton_modal_dialog_lock.cc", | 3361 "process_singleton_modal_dialog_lock.cc", |
| 3360 "process_singleton_modal_dialog_lock.h", | 3362 "process_singleton_modal_dialog_lock.h", |
| 3361 "process_singleton_posix.cc", | 3363 "process_singleton_posix.cc", |
| 3362 "process_singleton_startup_lock.cc", | 3364 "process_singleton_startup_lock.cc", |
| 3363 "process_singleton_startup_lock.h", | 3365 "process_singleton_startup_lock.h", |
| 3364 "profile_resetter/brandcode_config_fetcher.cc", | 3366 "profile_resetter/brandcode_config_fetcher.cc", |
| (...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4647 "//components/search_engines", | 4649 "//components/search_engines", |
| 4648 "//rlz:rlz_lib", | 4650 "//rlz:rlz_lib", |
| 4649 ] | 4651 ] |
| 4650 } | 4652 } |
| 4651 } | 4653 } |
| 4652 | 4654 |
| 4653 service_manifest("preferences_forwarder_manifest") { | 4655 service_manifest("preferences_forwarder_manifest") { |
| 4654 name = "preferences_forwarder" | 4656 name = "preferences_forwarder" |
| 4655 source = "prefs/forwarder_manifest.json" | 4657 source = "prefs/forwarder_manifest.json" |
| 4656 } | 4658 } |
| OLD | NEW |