summaryrefslogtreecommitdiff
path: root/chromium/components/viz/host/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/viz/host/BUILD.gn')
-rw-r--r--chromium/components/viz/host/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/viz/host/BUILD.gn b/chromium/components/viz/host/BUILD.gn
index 8bf87caba72..09fff133014 100644
--- a/chromium/components/viz/host/BUILD.gn
+++ b/chromium/components/viz/host/BUILD.gn
@@ -95,6 +95,10 @@ viz_source_set("unit_tests") {
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
+
+ if (use_x11 || use_ozone) {
+ deps += [ "//ui/base:features" ]
+ }
}
fuzzer_test("hit_test_query_fuzzer") {