Index: ui/base/BUILD.gn |
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
index 2e1dc23cacb35d32d8229970944a0db5553cf572..dfe9ac80e083281f8f0a0b790f2636a94501c29c 100644 |
--- a/ui/base/BUILD.gn |
+++ b/ui/base/BUILD.gn |
@@ -464,6 +464,10 @@ component("base") { |
"cursor/ozone/bitmap_cursor_factory_ozone.cc", |
"cursor/ozone/bitmap_cursor_factory_ozone.h", |
] |
+ |
+ deps += [ |
+ "//ui/ozone:ozone_base", |
+ ] |
} |
if (!toolkit_views) { |