Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: chrome/BUILD.gn

Issue 2348223002: chrome_initial does not need //ui/gfx on Windows. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "//chrome/installer/util:with_no_strings", 166 "//chrome/installer/util:with_no_strings",
167 "//chrome_elf", 167 "//chrome_elf",
168 "//components/browser_watcher:browser_watcher_client", 168 "//components/browser_watcher:browser_watcher_client",
169 "//components/crash/content/app:run_as_crashpad_handler", 169 "//components/crash/content/app:run_as_crashpad_handler",
170 "//components/flags_ui:switches", 170 "//components/flags_ui:switches",
171 "//components/startup_metric_utils/common", 171 "//components/startup_metric_utils/common",
172 "//content:sandbox_helper_win", 172 "//content:sandbox_helper_win",
173 "//content/public/common:static_switches", 173 "//content/public/common:static_switches",
174 "//crypto", 174 "//crypto",
175 "//sandbox", 175 "//sandbox",
176 "//ui/gfx",
177 ] 176 ]
178 data_deps = [ 177 data_deps = [
179 "//chrome/app/version_assembly:version_assembly_manifest", 178 "//chrome/app/version_assembly:version_assembly_manifest",
180 ] 179 ]
181 180
182 if (win_console_app) { 181 if (win_console_app) {
183 defines += [ "WIN_CONSOLE_APP" ] 182 defines += [ "WIN_CONSOLE_APP" ]
184 } else { 183 } else {
185 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build 184 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build
186 # has been requested. 185 # has been requested.
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1746 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1748 "//chrome/tools/build/linux/chrome-wrapper", 1747 "//chrome/tools/build/linux/chrome-wrapper",
1749 "//third_party/xdg-utils/scripts/xdg-mime", 1748 "//third_party/xdg-utils/scripts/xdg-mime",
1750 "//third_party/xdg-utils/scripts/xdg-settings", 1749 "//third_party/xdg-utils/scripts/xdg-settings",
1751 ] 1750 ]
1752 outputs = [ 1751 outputs = [
1753 "$root_out_dir/{{source_file_part}}", 1752 "$root_out_dir/{{source_file_part}}",
1754 ] 1753 ]
1755 } 1754 }
1756 } 1755 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698