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

Unified Diff: ui/base/BUILD.gn

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit. Created 6 years, 1 month 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 | « chromeos/ime/mock_component_extension_ime_manager_delegate.cc ('k') | ui/base/ime/DEPS » ('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 0143c06f091608c28d6c30525767cbd1dc641e21..d8acabc7809f13ee774ca804fc01f431b47241c0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -276,7 +276,7 @@ component("base") {
sources += [ "touch/touch_device_android.cc" ]
} else if (use_ozone) {
sources += [ "touch/touch_device_ozone.cc" ]
- } else if (use_aura && use_x11) {
+ } else if (use_aura && use_x11) {
sources += [ "touch/touch_device_aurax11.cc" ]
} else {
# Empty implementation for all other cases.
@@ -316,10 +316,31 @@ component("base") {
"ime/candidate_window.h",
"ime/chromeos/character_composer.cc",
"ime/chromeos/character_composer.h",
+ "ime/chromeos/component_extension_ime_manager.cc",
+ "ime/chromeos/component_extension_ime_manager.h",
+ "ime/chromeos/composition_text.cc",
+ "ime/chromeos/composition_text.h",
+ "ime/chromeos/extension_ime_util.cc",
+ "ime/chromeos/extension_ime_util.h",
+ "ime/chromeos/fake_ime_keyboard.cc",
+ "ime/chromeos/fake_ime_keyboard.h",
"ime/chromeos/ime_bridge.cc",
"ime/chromeos/ime_bridge.h",
+ "ime/chromeos/ime_keyboard.cc",
+ "ime/chromeos/ime_keyboard.h",
+ "ime/chromeos/ime_keyboard_ozone.cc",
+ "ime/chromeos/ime_keyboard_ozone.h",
+ "ime/chromeos/ime_keyboard_x11.cc",
+ "ime/chromeos/ime_keyboard_x11.h",
"ime/chromeos/ime_keymap.cc",
"ime/chromeos/ime_keymap.h",
+ "ime/chromeos/input_method_delegate.h",
+ "ime/chromeos/input_method_descriptor.cc",
+ "ime/chromeos/input_method_descriptor.h",
+ "ime/chromeos/input_method_manager.cc",
+ "ime/chromeos/input_method_manager.h",
+ "ime/chromeos/input_method_whitelist.cc",
+ "ime/chromeos/input_method_whitelist.h",
"ime/chromeos/mock_ime_candidate_window_handler.cc",
"ime/chromeos/mock_ime_candidate_window_handler.h",
"ime/chromeos/mock_ime_engine_handler.cc",
« no previous file with comments | « chromeos/ime/mock_component_extension_ime_manager_delegate.cc ('k') | ui/base/ime/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698