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

Unified Diff: chromeos/chromeos.gyp

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: 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 0b514cacde15097d00197d09353f51b759992059..938490c58b87448143350f58b9bd71ae17386abb 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -244,10 +244,6 @@
'ime/fake_ime_keyboard.h',
'ime/ime_keyboard.cc',
'ime/ime_keyboard.h',
- 'ime/ime_keyboard_ozone.cc',
- 'ime/ime_keyboard_ozone.h',
- 'ime/ime_keyboard_x11.cc',
- 'ime/ime_keyboard_x11.h',
'ime/input_method_delegate.h',
'ime/input_method_descriptor.cc',
'ime/input_method_descriptor.h',
@@ -435,7 +431,6 @@
'ime/component_extension_ime_manager_unittest.cc',
'ime/composition_text_unittest.cc',
'ime/extension_ime_util_unittest.cc',
- 'ime/ime_keyboard_x11_unittest.cc',
'ime/input_method_manager.h',
'ime/input_method_whitelist_unittest.cc',
'login/auth/key_unittest.cc',
@@ -510,12 +505,6 @@
'../build/linux/system.gyp:x11',
'../ui/gfx/x/gfx_x11.gyp:gfx_x11',
],
- }, {
- # use_x11 == 0
- 'sources!': [
- 'ime/keyboard_controller.cc',
- 'ime/ime_keyboard.h',
- ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698