| Index: ui/base/BUILD.gn
|
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
|
| index 61caad57015efff89a2c400bfb257356716e72bb..a17bc1116ce799ef703eca1ce47fa6374362e807 100644
|
| --- a/ui/base/BUILD.gn
|
| +++ b/ui/base/BUILD.gn
|
| @@ -320,15 +320,15 @@ component("base") {
|
| public_deps = [
|
| "//base",
|
| "//skia",
|
| - "//ui/events/platform",
|
| "//ui/events:events_base",
|
| + "//ui/events/platform",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
| deps = [
|
| - "//base/third_party/dynamic_annotations",
|
| "//base:base_static",
|
| "//base:i18n",
|
| + "//base/third_party/dynamic_annotations",
|
| "//net",
|
| "//third_party/icu",
|
| "//ui/events",
|
|
|