Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 9888fc77604d9b136376989c840549aab69b6c99..a8e467fda0cf9ca57684907a89497f7caf69f6c2 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -108,6 +108,12 @@ component("ash") { |
"touch/touch_transformer_controller.h", |
] |
} |
+ |
+ if (!use_ozone) { |
+ sources -= [ |
+ "host/ash_window_tree_host_ozone.cc", |
+ ] |
+ } |
} |
component("ash_with_content") { |