Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index fec50252f5c5b0bee193a4b611aab2a6e4d9b426..a67992fce8e06253dbaa3d872eb9e9326121c549 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -84,7 +84,10 @@ component("ash") { |
} |
if (use_ozone) { |
- deps += [ "//ui/ozone" ] |
+ deps += [ |
+ "//ui/events/ozone:events_ozone", |
+ "//ui/ozone", |
+ ] |
} |
if (is_chromeos) { |