| Index: ui/base/ime/BUILD.gn
|
| diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
|
| index 91696799255094e66ca30f80db9be8b25d17f129..b915757c0d4b80123586b2f82b7372b3788feafd 100644
|
| --- a/ui/base/ime/BUILD.gn
|
| +++ b/ui/base/ime/BUILD.gn
|
| @@ -105,8 +105,8 @@ component("ime") {
|
|
|
| deps = [
|
| "//base",
|
| - "//base/third_party/dynamic_annotations",
|
| "//base:i18n",
|
| + "//base/third_party/dynamic_annotations",
|
| "//net",
|
| "//third_party/icu",
|
| "//ui/base",
|
| @@ -181,8 +181,8 @@ component("ime") {
|
|
|
| if (use_ozone) {
|
| deps += [
|
| - "//ui/ozone",
|
| "//ui/events/ozone:events_ozone_layout",
|
| + "//ui/ozone",
|
| ]
|
| }
|
| }
|
|
|