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

Side by Side Diff: chrome/BUILD.gn

Issue 2422643002: Windows install_static refactor. (Closed)
Patch Set: sync to position 427054 Created 4 years, 1 month 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 | chrome/app/DEPS » ('j') | chrome/install_static/google_chrome_install_modes.h » ('J')
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "//breakpad:breakpad_sender", 165 "//breakpad:breakpad_sender",
166 "//chrome/app/version_assembly:chrome_exe_manifest", 166 "//chrome/app/version_assembly:chrome_exe_manifest",
167 "//chrome/browser:chrome_process_finder", 167 "//chrome/browser:chrome_process_finder",
168 "//chrome/chrome_watcher", 168 "//chrome/chrome_watcher",
169 "//chrome/chrome_watcher:client", 169 "//chrome/chrome_watcher:client",
170 "//chrome/common:constants", 170 "//chrome/common:constants",
171 "//chrome/common:metrics_constants_util_win", 171 "//chrome/common:metrics_constants_util_win",
172 "//chrome/install_static:install_static_util", 172 "//chrome/install_static:install_static_util",
173 "//chrome/installer/util:with_no_strings", 173 "//chrome/installer/util:with_no_strings",
174 "//chrome_elf", 174 "//chrome_elf",
175 "//chrome_elf:constants",
175 "//components/browser_watcher:browser_watcher_client", 176 "//components/browser_watcher:browser_watcher_client",
176 "//components/crash/content/app:run_as_crashpad_handler", 177 "//components/crash/content/app:run_as_crashpad_handler",
177 "//components/flags_ui:switches", 178 "//components/flags_ui:switches",
178 "//content:sandbox_helper_win", 179 "//content:sandbox_helper_win",
179 "//content/public/common:static_switches", 180 "//content/public/common:static_switches",
180 "//crypto", 181 "//crypto",
181 "//sandbox", 182 "//sandbox",
182 ] 183 ]
183 data_deps = [ 184 data_deps = [
184 "//chrome/app/version_assembly:version_assembly_manifest", 185 "//chrome/app/version_assembly:version_assembly_manifest",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 397
397 configs += [ "//build/config/compiler:wexit_time_destructors" ] 398 configs += [ "//build/config/compiler:wexit_time_destructors" ]
398 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 399 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
399 400
400 deps = [ 401 deps = [
401 ":child_dependencies", 402 ":child_dependencies",
402 ":chrome_child_manifest", 403 ":chrome_child_manifest",
403 ":chrome_dll_version", 404 ":chrome_dll_version",
404 "//build/config/sanitizers:deps", 405 "//build/config/sanitizers:deps",
405 "//chrome/common:features", 406 "//chrome/common:features",
407 "//chrome_elf:constants",
406 "//components/browser_watcher:browser_watcher_client", 408 "//components/browser_watcher:browser_watcher_client",
407 "//components/crash/content/app", 409 "//components/crash/content/app",
408 "//content/public/app:child", 410 "//content/public/app:child",
409 ] 411 ]
410 412
411 if (is_win) { 413 if (is_win) {
412 deps += [ "//chrome/install_static:install_static_util" ] 414 deps += [ "//chrome/install_static:install_static_util" ]
413 415
414 ldflags = [ 416 ldflags = [
415 "/DELAYLOAD:d3d11.dll", 417 "/DELAYLOAD:d3d11.dll",
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1564 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1563 "//chrome/tools/build/linux/chrome-wrapper", 1565 "//chrome/tools/build/linux/chrome-wrapper",
1564 "//third_party/xdg-utils/scripts/xdg-mime", 1566 "//third_party/xdg-utils/scripts/xdg-mime",
1565 "//third_party/xdg-utils/scripts/xdg-settings", 1567 "//third_party/xdg-utils/scripts/xdg-settings",
1566 ] 1568 ]
1567 outputs = [ 1569 outputs = [
1568 "$root_out_dir/{{source_file_part}}", 1570 "$root_out_dir/{{source_file_part}}",
1569 ] 1571 ]
1570 } 1572 }
1571 } 1573 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | chrome/install_static/google_chrome_install_modes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698