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 3686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3697 "//chrome:file_pre_reader", | 3697 "//chrome:file_pre_reader", |
3698 "//chrome/chrome_watcher:client", | 3698 "//chrome/chrome_watcher:client", |
3699 "//chrome/common:metrics_constants_util_win", | 3699 "//chrome/common:metrics_constants_util_win", |
3700 "//chrome/common:version_header", | 3700 "//chrome/common:version_header", |
3701 "//chrome/install_static:install_static_util", | 3701 "//chrome/install_static:install_static_util", |
3702 "//chrome_elf:blacklist", | 3702 "//chrome_elf:blacklist", |
3703 "//chrome_elf:constants", | 3703 "//chrome_elf:constants", |
3704 "//chrome_elf:dll_hash", | 3704 "//chrome_elf:dll_hash", |
3705 "//components/browser_watcher", | 3705 "//components/browser_watcher", |
3706 "//components/browser_watcher:browser_watcher_client", | 3706 "//components/browser_watcher:browser_watcher_client", |
3707 "//components/browser_watcher:stability_data", | 3707 "//components/browser_watcher:stability_client", |
3708 "//google_update", | 3708 "//google_update", |
3709 "//third_party/crashpad/crashpad/client:client", | 3709 "//third_party/crashpad/crashpad/client:client", |
3710 "//third_party/iaccessible2", | 3710 "//third_party/iaccessible2", |
3711 "//third_party/isimpledom", | 3711 "//third_party/isimpledom", |
3712 "//third_party/wtl", | 3712 "//third_party/wtl", |
3713 ] | 3713 ] |
3714 | 3714 |
3715 all_dependent_configs = [ ":browser_win_linker_flags" ] | 3715 all_dependent_configs = [ ":browser_win_linker_flags" ] |
3716 | 3716 |
3717 if (!is_chrome_branded) { | 3717 if (!is_chrome_branded) { |
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4693 "media/pepper_cdm_test_constants.cc", | 4693 "media/pepper_cdm_test_constants.cc", |
4694 "media/pepper_cdm_test_constants.h", | 4694 "media/pepper_cdm_test_constants.h", |
4695 ] | 4695 ] |
4696 } | 4696 } |
4697 } | 4697 } |
4698 | 4698 |
4699 service_manifest("preferences_forwarder_manifest") { | 4699 service_manifest("preferences_forwarder_manifest") { |
4700 name = "preferences_forwarder" | 4700 name = "preferences_forwarder" |
4701 source = "prefs/forwarder_manifest.json" | 4701 source = "prefs/forwarder_manifest.json" |
4702 } | 4702 } |
OLD | NEW |