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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 "//chrome/install_static:install_static_util", | 170 "//chrome/install_static:install_static_util", |
171 "//chrome/installer/util:with_no_strings", | 171 "//chrome/installer/util:with_no_strings", |
172 "//chrome_elf", | 172 "//chrome_elf", |
173 "//components/browser_watcher:browser_watcher_client", | 173 "//components/browser_watcher:browser_watcher_client", |
174 "//components/crash/content/app:run_as_crashpad_handler", | 174 "//components/crash/content/app:run_as_crashpad_handler", |
175 "//components/flags_ui:switches", | 175 "//components/flags_ui:switches", |
176 "//content:sandbox_helper_win", | 176 "//content:sandbox_helper_win", |
177 "//content/public/common:static_switches", | 177 "//content/public/common:static_switches", |
178 "//crypto", | 178 "//crypto", |
179 "//sandbox", | 179 "//sandbox", |
180 "//ui/gfx", | |
181 ] | 180 ] |
182 data_deps = [ | 181 data_deps = [ |
183 "//chrome/app/version_assembly:version_assembly_manifest", | 182 "//chrome/app/version_assembly:version_assembly_manifest", |
184 ] | 183 ] |
185 | 184 |
186 if (win_console_app) { | 185 if (win_console_app) { |
187 defines += [ "WIN_CONSOLE_APP" ] | 186 defines += [ "WIN_CONSOLE_APP" ] |
188 } else { | 187 } else { |
189 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build | 188 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build |
190 # has been requested. | 189 # has been requested. |
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1785 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1784 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1786 "//chrome/tools/build/linux/chrome-wrapper", | 1785 "//chrome/tools/build/linux/chrome-wrapper", |
1787 "//third_party/xdg-utils/scripts/xdg-mime", | 1786 "//third_party/xdg-utils/scripts/xdg-mime", |
1788 "//third_party/xdg-utils/scripts/xdg-settings", | 1787 "//third_party/xdg-utils/scripts/xdg-settings", |
1789 ] | 1788 ] |
1790 outputs = [ | 1789 outputs = [ |
1791 "$root_out_dir/{{source_file_part}}", | 1790 "$root_out_dir/{{source_file_part}}", |
1792 ] | 1791 ] |
1793 } | 1792 } |
1794 } | 1793 } |
OLD | NEW |