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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | no next file with comments »
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 e4a99253e470aea8183da2021e5d8068c476565b..0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -360,6 +360,7 @@ if (is_win) {
"//content/app/resources",
"//content/public/common:service_names",
"//crypto",
+ "//headless:headless_shell_browser_lib",
"//net:net_resources",
"//ppapi/features",
"//services/service_manager/embedder",
@@ -452,6 +453,7 @@ if (is_win) {
"//components/crash/content/app",
"//content/public/app:child",
"//content/public/common:service_names",
+ "//headless:headless_shell_child_lib",
"//services/service_manager/embedder",
]
« 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