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

Unified Diff: headless/BUILD.gn

Issue 2624343002: Get headless_shell building on Windows. (Closed)
Patch Set: Remove headless_shell addition to chrome windows build 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/browser/DEPS » ('j') | headless/lib/browser/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index cea651df4c5d40fc1db2c12dd2b8a20c4e7f6c65..692e6a5079f09256e2db8e622c0ca749ae95b0c0 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -299,14 +299,6 @@ static_library("headless_lib") {
"//url",
]
- if (is_win) {
- deps += [
- "//build/win:default_exe_manifest",
- "//content:sandbox_helper_win",
- "//sandbox",
- ]
- }
-
if (!is_mac) {
deps += [ "//ui/aura" ]
}
@@ -459,6 +451,14 @@ executable("headless_shell") {
"//headless:headless_shell_lib",
]
+ if (is_win) {
+ deps += [
+ "//build/win:default_exe_manifest",
+ "//content:sandbox_helper_win",
+ "//sandbox",
+ ]
+ }
+
configs += [ ":headless_implementation" ]
}
« no previous file with comments | « AUTHORS ('k') | headless/lib/browser/DEPS » ('j') | headless/lib/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698