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

Unified Diff: chrome/BUILD.gn

Issue 2624343002: Get headless_shell building on Windows. (Closed)
Patch Set: Get headless_shell building on Windows. Created 3 years, 10 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 | « AUTHORS ('k') | headless/lib/DEPS » ('j') | headless/lib/DEPS » ('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 1a2185f32fc43da1ebe3c7f0cd02afacb5ad1fb2..923a6cb9d86424a73782415d91bf1e646d56acce 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",
« no previous file with comments | « AUTHORS ('k') | headless/lib/DEPS » ('j') | headless/lib/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698