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

Unified 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 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 6a275d948f6fe091695f59c6c9b598dc5c1e22d5..d77bea71a3636d81e5fb8791ac33c5022b5e82e4 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -339,6 +339,7 @@ if (is_win) {
"//components/policy:generated",
"//content/app/resources",
"//crypto",
+ "//headless:headless_shell_lib",
"//net:net_resources",
"//ppapi/features",
"//third_party/cld",
@@ -430,6 +431,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