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

Side by Side Diff: chrome/BUILD.gn

Issue 2832963002: Reland of Add --headless flag to Windows (Closed)
Patch Set: Created 3 years, 8 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 | chrome/app/chrome_main.cc » ('j') | 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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/compiler/pgo/pgo.gni") 7 import("//build/config/compiler/pgo/pgo.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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "//chrome/app:command_ids", 335 "//chrome/app:command_ids",
336 "//chrome/app/theme:chrome_unscaled_resources", 336 "//chrome/app/theme:chrome_unscaled_resources",
337 "//chrome/common:features", 337 "//chrome/common:features",
338 "//chrome/install_static:install_static_util", 338 "//chrome/install_static:install_static_util",
339 "//chrome/install_static:secondary_module", 339 "//chrome/install_static:secondary_module",
340 "//chrome_elf", 340 "//chrome_elf",
341 "//components/crash/content/app", 341 "//components/crash/content/app",
342 "//components/policy:generated", 342 "//components/policy:generated",
343 "//content/app/resources", 343 "//content/app/resources",
344 "//crypto", 344 "//crypto",
345 "//headless:headless_shell_browser_lib",
345 "//net:net_resources", 346 "//net:net_resources",
346 "//ppapi/features", 347 "//ppapi/features",
347 "//third_party/cld", 348 "//third_party/cld",
348 "//third_party/wtl", 349 "//third_party/wtl",
349 "//ui/views", 350 "//ui/views",
350 ] 351 ]
351 352
352 ldflags = [ 353 ldflags = [
353 "/DELAYLOAD:comdlg32.dll", 354 "/DELAYLOAD:comdlg32.dll",
354 "/DELAYLOAD:crypt32.dll", 355 "/DELAYLOAD:crypt32.dll",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 ":chrome_dll_version", 426 ":chrome_dll_version",
426 "//build/config/sanitizers:deps", 427 "//build/config/sanitizers:deps",
427 "//chrome/browser/policy:path_parser", 428 "//chrome/browser/policy:path_parser",
428 "//chrome/common:features", 429 "//chrome/common:features",
429 "//chrome/install_static:install_static_util", 430 "//chrome/install_static:install_static_util",
430 "//chrome/install_static:secondary_module", 431 "//chrome/install_static:secondary_module",
431 "//chrome_elf", 432 "//chrome_elf",
432 "//components/browser_watcher:browser_watcher_client", 433 "//components/browser_watcher:browser_watcher_client",
433 "//components/crash/content/app", 434 "//components/crash/content/app",
434 "//content/public/app:child", 435 "//content/public/app:child",
436 "//headless:headless_shell_child_lib",
435 ] 437 ]
436 438
437 ldflags = [ 439 ldflags = [
438 "/DELAYLOAD:d3d11.dll", 440 "/DELAYLOAD:d3d11.dll",
439 "/DELAYLOAD:d3d9.dll", 441 "/DELAYLOAD:d3d9.dll",
440 "/DELAYLOAD:dwmapi.dll", 442 "/DELAYLOAD:dwmapi.dll",
441 "/DELAYLOAD:dxva2.dll", 443 "/DELAYLOAD:dxva2.dll",
442 "/DELAYLOAD:esent.dll", 444 "/DELAYLOAD:esent.dll",
443 "/DELAYLOAD:wininet.dll", 445 "/DELAYLOAD:wininet.dll",
444 ] 446 ]
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1733 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1732 "//chrome/tools/build/linux/chrome-wrapper", 1734 "//chrome/tools/build/linux/chrome-wrapper",
1733 "//third_party/xdg-utils/scripts/xdg-mime", 1735 "//third_party/xdg-utils/scripts/xdg-mime",
1734 "//third_party/xdg-utils/scripts/xdg-settings", 1736 "//third_party/xdg-utils/scripts/xdg-settings",
1735 ] 1737 ]
1736 outputs = [ 1738 outputs = [
1737 "$root_out_dir/{{source_file_part}}", 1739 "$root_out_dir/{{source_file_part}}",
1738 ] 1740 ]
1739 } 1741 }
1740 } 1742 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698