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

Unified Diff: chrome/BUILD.gn

Issue 2624343002: Get headless_shell building on Windows. (Closed)
Patch Set: Created 3 years, 11 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index a4044b8341f201c4ea18cdb061fb7bf3240b1ff5..0c7fa4f989ce9bf76bfa842f31976f04b421e3e9 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -192,6 +192,9 @@ if (!is_android && !is_mac) {
"//content/public/common:static_switches",
"//crypto",
"//sandbox",
+
+ # For headless mode.
+ "//headless:headless_shell_lib",
]
data_deps = [
"//chrome/app/version_assembly:version_assembly_manifest",

Powered by Google App Engine
This is Rietveld 408576698