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

Unified Diff: BUILD.gn

Issue 1674263002: headless: Initial headless embedder API implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add pak file generation. Created 4 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/app/headless_shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ce698a7e0d1d15907bcc6e2063a5a81ea3206876..9580954604277cdca54b8a19d92141a34d09433b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -741,6 +741,13 @@ group("gn_only") {
]
}
+ if (is_linux && use_ozone) {
+ deps += [
+ "//headless",
+ "//headless:headless_tests",
+ ]
+ }
+
if (!is_chromecast && (is_android || is_linux || is_chromeos)) {
deps += [
"//blimp",
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | headless/app/headless_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698