Index: ui/base/BUILD.gn |
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
index 6b034af05dbf4b99da72e6815079ea03baddd115..7dd7222d8236e85c9462d0cdad04b8bedd595cf4 100644 |
--- a/ui/base/BUILD.gn |
+++ b/ui/base/BUILD.gn |
@@ -304,6 +304,7 @@ component("base") { |
"//base:i18n", |
"//net", |
"//third_party/icu", |
+ "//ui/events", |
"//ui/events/devices", |
"//ui/resources", |
"//ui/strings", |
@@ -311,10 +312,6 @@ component("base") { |
] |
if (build_ime) { |
- if (!is_android) { |
- deps += [ "//ui/events" ] |
- } |
- |
sources += [ |
"ime/candidate_window.cc", |
"ime/candidate_window.h", |