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

Side by Side Diff: chrome/BUILD.gn

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: added TODO Created 3 years, 7 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "//chrome/app/theme:chrome_unscaled_resources", 353 "//chrome/app/theme:chrome_unscaled_resources",
354 "//chrome/common:features", 354 "//chrome/common:features",
355 "//chrome/install_static:install_static_util", 355 "//chrome/install_static:install_static_util",
356 "//chrome/install_static:secondary_module", 356 "//chrome/install_static:secondary_module",
357 "//chrome_elf", 357 "//chrome_elf",
358 "//components/crash/content/app", 358 "//components/crash/content/app",
359 "//components/policy:generated", 359 "//components/policy:generated",
360 "//content/app/resources", 360 "//content/app/resources",
361 "//content/public/common:service_names", 361 "//content/public/common:service_names",
362 "//crypto", 362 "//crypto",
363 "//headless:headless_shell_browser_lib",
363 "//net:net_resources", 364 "//net:net_resources",
364 "//ppapi/features", 365 "//ppapi/features",
365 "//services/service_manager/embedder", 366 "//services/service_manager/embedder",
366 "//third_party/cld", 367 "//third_party/cld",
367 "//third_party/wtl", 368 "//third_party/wtl",
368 "//ui/views", 369 "//ui/views",
369 ] 370 ]
370 371
371 ldflags = [ 372 ldflags = [
372 "/DELAYLOAD:comdlg32.dll", 373 "/DELAYLOAD:comdlg32.dll",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "//build/config/sanitizers:deps", 446 "//build/config/sanitizers:deps",
446 "//chrome/browser/policy:path_parser", 447 "//chrome/browser/policy:path_parser",
447 "//chrome/common:features", 448 "//chrome/common:features",
448 "//chrome/install_static:install_static_util", 449 "//chrome/install_static:install_static_util",
449 "//chrome/install_static:secondary_module", 450 "//chrome/install_static:secondary_module",
450 "//chrome_elf", 451 "//chrome_elf",
451 "//components/browser_watcher:browser_watcher_client", 452 "//components/browser_watcher:browser_watcher_client",
452 "//components/crash/content/app", 453 "//components/crash/content/app",
453 "//content/public/app:child", 454 "//content/public/app:child",
454 "//content/public/common:service_names", 455 "//content/public/common:service_names",
456 "//headless:headless_shell_child_lib",
455 "//services/service_manager/embedder", 457 "//services/service_manager/embedder",
456 ] 458 ]
457 459
458 ldflags = [ 460 ldflags = [
459 "/DELAYLOAD:d3d11.dll", 461 "/DELAYLOAD:d3d11.dll",
460 "/DELAYLOAD:d3d9.dll", 462 "/DELAYLOAD:d3d9.dll",
461 "/DELAYLOAD:dwmapi.dll", 463 "/DELAYLOAD:dwmapi.dll",
462 "/DELAYLOAD:dxva2.dll", 464 "/DELAYLOAD:dxva2.dll",
463 "/DELAYLOAD:esent.dll", 465 "/DELAYLOAD:esent.dll",
464 "/DELAYLOAD:wininet.dll", 466 "/DELAYLOAD:wininet.dll",
(...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1767 "//chrome/tools/build/linux/chrome-wrapper", 1769 "//chrome/tools/build/linux/chrome-wrapper",
1768 "//third_party/xdg-utils/scripts/xdg-mime", 1770 "//third_party/xdg-utils/scripts/xdg-mime",
1769 "//third_party/xdg-utils/scripts/xdg-settings", 1771 "//third_party/xdg-utils/scripts/xdg-settings",
1770 ] 1772 ]
1771 outputs = [ 1773 outputs = [
1772 "$root_out_dir/{{source_file_part}}", 1774 "$root_out_dir/{{source_file_part}}",
1773 ] 1775 ]
1774 } 1776 }
1775 } 1777 }
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