| 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/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
| 8 import("//build/config/sanitizers/sanitizers.gni") | 8 import("//build/config/sanitizers/sanitizers.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build/config/win/manifest.gni") | 10 import("//build/config/win/manifest.gni") |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "//breakpad:breakpad_sender", | 141 "//breakpad:breakpad_sender", |
| 142 "//chrome/app/version_assembly:chrome_exe_manifest", | 142 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 143 "//chrome/browser:chrome_process_finder", | 143 "//chrome/browser:chrome_process_finder", |
| 144 "//chrome/chrome_watcher", | 144 "//chrome/chrome_watcher", |
| 145 "//chrome/chrome_watcher:client", | 145 "//chrome/chrome_watcher:client", |
| 146 "//chrome/installer/util", | 146 "//chrome/installer/util", |
| 147 "//chrome_elf", | 147 "//chrome_elf", |
| 148 "//components/browser_watcher:browser_watcher_client", | 148 "//components/browser_watcher:browser_watcher_client", |
| 149 "//components/crash/content/app", | 149 "//components/crash/content/app", |
| 150 "//components/crash/core/common", | 150 "//components/crash/core/common", |
| 151 "//content:startup_helper_win", | 151 "//content:sandbox_helper_win", |
| 152 "//crypto", | 152 "//crypto", |
| 153 "//sandbox", | 153 "//sandbox", |
| 154 "//ui/gfx", | 154 "//ui/gfx", |
| 155 ] | 155 ] |
| 156 data_deps = [ | 156 data_deps = [ |
| 157 "//chrome/app/version_assembly:version_assembly_manifest", | 157 "//chrome/app/version_assembly:version_assembly_manifest", |
| 158 ] | 158 ] |
| 159 | 159 |
| 160 libs = [ | 160 libs = [ |
| 161 "wintrust.lib", | 161 "wintrust.lib", |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1017 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1018 "//chrome/tools/build/linux/chrome-wrapper", | 1018 "//chrome/tools/build/linux/chrome-wrapper", |
| 1019 "//third_party/xdg-utils/scripts/xdg-mime", | 1019 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1020 "//third_party/xdg-utils/scripts/xdg-settings", | 1020 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1021 ] | 1021 ] |
| 1022 outputs = [ | 1022 outputs = [ |
| 1023 "$root_out_dir/{{source_file_part}}", | 1023 "$root_out_dir/{{source_file_part}}", |
| 1024 ] | 1024 ] |
| 1025 } | 1025 } |
| 1026 } | 1026 } |
| OLD | NEW |