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

Side by Side Diff: chrome/BUILD.gn

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: readded headless_lib target Created 3 years, 9 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') | headless/BUILD.gn » ('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/compiler/pgo/pgo.gni") 8 import("//build/config/compiler/pgo/pgo.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/locales.gni") 10 import("//build/config/locales.gni")
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "//chrome/app:command_ids", 332 "//chrome/app:command_ids",
333 "//chrome/app/theme:chrome_unscaled_resources", 333 "//chrome/app/theme:chrome_unscaled_resources",
334 "//chrome/common:features", 334 "//chrome/common:features",
335 "//chrome/install_static:install_static_util", 335 "//chrome/install_static:install_static_util",
336 "//chrome/install_static:secondary_module", 336 "//chrome/install_static:secondary_module",
337 "//chrome_elf", 337 "//chrome_elf",
338 "//components/crash/content/app", 338 "//components/crash/content/app",
339 "//components/policy:generated", 339 "//components/policy:generated",
340 "//content/app/resources", 340 "//content/app/resources",
341 "//crypto", 341 "//crypto",
342 "//headless:headless_shell_lib",
342 "//net:net_resources", 343 "//net:net_resources",
343 "//ppapi/features", 344 "//ppapi/features",
344 "//third_party/cld", 345 "//third_party/cld",
345 "//third_party/wtl", 346 "//third_party/wtl",
346 "//ui/views", 347 "//ui/views",
347 ] 348 ]
348 349
349 ldflags = [ 350 ldflags = [
350 "/DELAYLOAD:comdlg32.dll", 351 "/DELAYLOAD:comdlg32.dll",
351 "/DELAYLOAD:crypt32.dll", 352 "/DELAYLOAD:crypt32.dll",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ":chrome_dll_version", 424 ":chrome_dll_version",
424 "//build/config/sanitizers:deps", 425 "//build/config/sanitizers:deps",
425 "//chrome/browser/policy:path_parser", 426 "//chrome/browser/policy:path_parser",
426 "//chrome/common:features", 427 "//chrome/common:features",
427 "//chrome/install_static:install_static_util", 428 "//chrome/install_static:install_static_util",
428 "//chrome/install_static:secondary_module", 429 "//chrome/install_static:secondary_module",
429 "//chrome_elf", 430 "//chrome_elf",
430 "//components/browser_watcher:browser_watcher_client", 431 "//components/browser_watcher:browser_watcher_client",
431 "//components/crash/content/app", 432 "//components/crash/content/app",
432 "//content/public/app:child", 433 "//content/public/app:child",
434 "//headless:headless_shell_child_lib",
433 "//pdf", 435 "//pdf",
434 ] 436 ]
435 437
436 ldflags = [ 438 ldflags = [
437 "/DELAYLOAD:d3d11.dll", 439 "/DELAYLOAD:d3d11.dll",
438 "/DELAYLOAD:d3d9.dll", 440 "/DELAYLOAD:d3d9.dll",
439 "/DELAYLOAD:dwmapi.dll", 441 "/DELAYLOAD:dwmapi.dll",
440 "/DELAYLOAD:dxva2.dll", 442 "/DELAYLOAD:dxva2.dll",
441 "/DELAYLOAD:esent.dll", 443 "/DELAYLOAD:esent.dll",
442 "/DELAYLOAD:wininet.dll", 444 "/DELAYLOAD:wininet.dll",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1685 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1684 "//chrome/tools/build/linux/chrome-wrapper", 1686 "//chrome/tools/build/linux/chrome-wrapper",
1685 "//third_party/xdg-utils/scripts/xdg-mime", 1687 "//third_party/xdg-utils/scripts/xdg-mime",
1686 "//third_party/xdg-utils/scripts/xdg-settings", 1688 "//third_party/xdg-utils/scripts/xdg-settings",
1687 ] 1689 ]
1688 outputs = [ 1690 outputs = [
1689 "$root_out_dir/{{source_file_part}}", 1691 "$root_out_dir/{{source_file_part}}",
1690 ] 1692 ]
1691 } 1693 }
1692 } 1694 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | headless/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698