Index: ui/base/BUILD.gn |
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
index fcb16da87b6893e7894d049e8ff3026a50e2e9c6..5fd84557fe602f64b180f0773881ec3875fab052 100644 |
--- a/ui/base/BUILD.gn |
+++ b/ui/base/BUILD.gn |
@@ -27,15 +27,15 @@ component("base") { |
"//base", |
"//skia", |
"//ui/events", |
- "//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", |
"//third_party/icu", |
"//url", |
] |
@@ -52,10 +52,7 @@ component("base") { |
} |
if (is_android) { |
- deps += [ |
- ":ui_base_jni_headers", |
- "//cc", |
- ] |
+ deps += [ ":ui_base_jni_headers" ] |
libs += [ "jnigraphics" ] |
} |