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