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

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: Fine, no console logging Mr. Presubmit. 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5956fa4c671574ec55b74966ec7dbd1d399ee48a..c013d454620cf96ceb6158e10d5a16aaed454fc8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -728,6 +728,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698