Chromium Code Reviews| Index: ui/base/BUILD.gn |
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
| index 45298447636bfac91097e1d174efcf929899f2d1..e10e97e9d172f258f9b59df878652993022a2446 100644 |
| --- a/ui/base/BUILD.gn |
| +++ b/ui/base/BUILD.gn |
| @@ -306,7 +306,6 @@ component("base") { |
| "//base/third_party/dynamic_annotations", |
| "//base:base_static", |
| "//base:i18n", |
| - "//cc", |
| "//net", |
| "//third_party/icu", |
| "//ui/events", |
| @@ -528,7 +527,10 @@ component("base") { |
| "ui_base_types.cc", |
| ] |
| - deps += [ ":ui_base_jni_headers" ] |
| + deps += [ |
| + "//cc", |
|
Nico
2015/02/10 02:48:32
It's a bit wild that this dep is required on andro
|
| + ":ui_base_jni_headers", |
| + ] |
| libs += [ "jnigraphics" ] |
| } |