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

Unified Diff: chrome/BUILD.gn

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: Fix Mac build 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | headless/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 7a32fb0816a38d86a560407272321666be7804e1..131442dc5234502e0373e7f71a28bbfb90609cf3 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -336,6 +336,7 @@ if (is_win) {
"//components/policy:generated",
"//content/app/resources",
"//crypto",
+ "//headless:headless_shell_main_lib",
"//net:net_resources",
"//ppapi/features",
"//third_party/cld",
@@ -361,6 +362,8 @@ if (is_win) {
"/DELAYLOAD:wsock32.dll",
]
+ configs += [ "//headless:headless_implementation" ]
Sami 2017/03/20 11:53:10 This doesn't seem right: the implementation build
dvallet 2017/03/22 07:14:17 Fixed, the reason is that ChromeMain calls Headles
+
if (!is_component_build) {
# This is a large module that can't do incremental linking in some
# cases.
@@ -427,6 +430,7 @@ if (is_win) {
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
"//content/public/app:child",
+ "//headless:headless_shell_child_lib",
"//pdf",
]
« 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