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

Unified Diff: chrome/BUILD.gn

Issue 2712093002: Enable building headless_shell in MAC. This is an initial implementation with a hidden window, rath… (Closed)
Patch Set: Fixed incorrect Zygote func 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 | « no previous file | headless/BUILD.gn » ('j') | headless/lib/browser/headless_content_browser_client.cc » ('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 3a95db30cb66f4605e0017b0189a123bf3b63e6c..9109e4ef50a03e2758520203ad710f4b0a2ba0a5 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1020,6 +1020,9 @@ if (is_win) {
"//content/public/app:both",
"//pdf",
"//third_party/cld",
+
+ # For headless mode.
+ "//headless:headless_shell_lib",
]
if (is_component_build) {
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | headless/lib/browser/headless_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698