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

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: Added navigation test. 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/public/headless_network.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d1c58755b3d40bf5aea3b3aa6dd9856ae0259f30..ca0138b0078240c76541a2bb1984e243fb291ea8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -749,6 +749,13 @@ group("gn_only") {
]
}
+ if (is_linux) {
+ 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/public/headless_network.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698