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 3507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3518 "notifications/system_component_notifier_source_chromeos.cc", | 3518 "notifications/system_component_notifier_source_chromeos.cc", |
3519 "notifications/system_component_notifier_source_chromeos.h", | 3519 "notifications/system_component_notifier_source_chromeos.h", |
3520 "notifications/web_page_notifier_source.cc", | 3520 "notifications/web_page_notifier_source.cc", |
3521 "notifications/web_page_notifier_source.h", | 3521 "notifications/web_page_notifier_source.h", |
3522 "obsolete_system/obsolete_system.h", | 3522 "obsolete_system/obsolete_system.h", |
3523 "obsolete_system/obsolete_system_linux.cc", | 3523 "obsolete_system/obsolete_system_linux.cc", |
3524 "obsolete_system/obsolete_system_mac.cc", | 3524 "obsolete_system/obsolete_system_mac.cc", |
3525 "obsolete_system/obsolete_system_win.cc", | 3525 "obsolete_system/obsolete_system_win.cc", |
3526 "pdf/pdf_extension_util.cc", | 3526 "pdf/pdf_extension_util.cc", |
3527 "pdf/pdf_extension_util.h", | 3527 "pdf/pdf_extension_util.h", |
| 3528 "policy/local_sync_policy_handler.cc", |
| 3529 "policy/local_sync_policy_handler.h", |
3528 "process_singleton_modal_dialog_lock.cc", | 3530 "process_singleton_modal_dialog_lock.cc", |
3529 "process_singleton_modal_dialog_lock.h", | 3531 "process_singleton_modal_dialog_lock.h", |
3530 "process_singleton_posix.cc", | 3532 "process_singleton_posix.cc", |
3531 "process_singleton_startup_lock.cc", | 3533 "process_singleton_startup_lock.cc", |
3532 "process_singleton_startup_lock.h", | 3534 "process_singleton_startup_lock.h", |
3533 "profile_resetter/brandcode_config_fetcher.cc", | 3535 "profile_resetter/brandcode_config_fetcher.cc", |
3534 "profile_resetter/brandcode_config_fetcher.h", | 3536 "profile_resetter/brandcode_config_fetcher.h", |
3535 "profile_resetter/brandcoded_default_settings.cc", | 3537 "profile_resetter/brandcoded_default_settings.cc", |
3536 "profile_resetter/brandcoded_default_settings.h", | 3538 "profile_resetter/brandcoded_default_settings.h", |
3537 "profile_resetter/profile_resetter.cc", | 3539 "profile_resetter/profile_resetter.cc", |
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4774 "media/pepper_cdm_test_constants.cc", | 4776 "media/pepper_cdm_test_constants.cc", |
4775 "media/pepper_cdm_test_constants.h", | 4777 "media/pepper_cdm_test_constants.h", |
4776 ] | 4778 ] |
4777 } | 4779 } |
4778 } | 4780 } |
4779 | 4781 |
4780 service_manifest("preferences_forwarder_manifest") { | 4782 service_manifest("preferences_forwarder_manifest") { |
4781 name = "preferences_forwarder" | 4783 name = "preferences_forwarder" |
4782 source = "prefs/forwarder_manifest.json" | 4784 source = "prefs/forwarder_manifest.json" |
4783 } | 4785 } |
OLD | NEW |