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

Unified Diff: chrome/BUILD.gn

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: fix headless_shell 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') | chrome/app/chrome_main.cc » ('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 a4f5e2cdbf98273fb0d87e57f2298fa75a515d29..4dd9f9d3785d27a7ce65164efcfcc5bdc04b5a66 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -337,6 +337,7 @@ if (is_win) {
"//components/policy:generated",
"//content/app/resources",
"//crypto",
+ "//headless:headless_shell_main_lib",
"//net:net_resources",
"//ppapi/features",
"//third_party/cld",
@@ -428,6 +429,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') | chrome/app/chrome_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698