Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: ui/base/BUILD.gn

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/views/app_list_main_view_unittest.cc ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 943bab82627b691d7be9916125bc222364fe4d15..c5f3382329f9a4804f035e46f3aafc87d8338781 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -26,7 +26,6 @@ component("base") {
"accelerators/platform_accelerator.h",
"accelerators/platform_accelerator_cocoa.h",
"accelerators/platform_accelerator_cocoa.mm",
- "android/system_ui_resource_type.h",
"android/ui_base_jni_registrar.cc",
"android/ui_base_jni_registrar.h",
"android/view_android.cc",
@@ -307,6 +306,7 @@ component("base") {
"//base/third_party/dynamic_annotations",
"//base:base_static",
"//base:i18n",
+ "//cc",
"//net",
"//third_party/icu",
"//ui/events",
@@ -425,7 +425,10 @@ component("base") {
}
if (is_chromeos) {
- deps += [ "//chromeos" ]
+ deps += [
+ "//chromeos",
+ "//chromeos/ime:gencode",
+ ]
if (!use_ozone) {
sources -= [
"ime/chromeos/ime_keyboard_ozone.cc",
@@ -925,7 +928,10 @@ test("ui_base_unittests") {
}
if (is_chromeos) {
- deps += [ "//chromeos" ]
+ deps += [
+ "//chromeos",
+ "//ui/events:dom4_keycode_converter",
+ ]
}
}
# TODO(GYP) Mac (ui_base_tests_bundle)
« no previous file with comments | « ui/app_list/views/app_list_main_view_unittest.cc ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698