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", |