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

Unified Diff: chrome/BUILD.gn

Issue 1991953002: Implement a runtime headless mode for Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust DEPS Created 4 years 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 | chrome/app/DEPS » ('j') | gpu/ipc/service/gpu_init.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 58586fc23837b5be48a04e3783ea06b361c5311e..e46bd94963e5de7473c84d235ca6a0a8c92751d2 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -239,6 +239,9 @@ if (!is_android && !is_mac) {
# Needed to use the master_preferences functions
"//chrome/installer/util:with_no_strings",
"//content/public/app:both",
+
+ # For headless mode.
+ "//headless:headless_shell_lib",
]
if (enable_plugins && enable_pdf) {
deps += [ "//pdf" ]
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | gpu/ipc/service/gpu_init.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698