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

Unified Diff: chrome/BUILD.gn

Issue 2624343002: Get headless_shell building on Windows. (Closed)
Patch Set: Rebased on top of master (this time no CRLF) 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/BUILD.gn » ('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 e723038fccac98145b8c4f98fe56ec56821453ab..7d7a036816c5787e9c60607fd08cb6377850107b 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.
dvallet 2017/03/01 02:40:39 This is breaking the component_build, and it requi
+ "//headless:headless_shell_lib",
]
data_deps = [
"//chrome/app/version_assembly:version_assembly_manifest",
« no previous file with comments | « AUTHORS ('k') | headless/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698