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

Unified Diff: chromeos/chromeos.gyp

Issue 232333002: ozone: Rename XKeyboard to KeyboardController & use fake under ozone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to ImeKeyboard & rebase Created 6 years, 8 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 | « chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc ('k') | chromeos/ime/fake_ime_keyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index e66053529e2afc83b3250ddb11c8df6abb076cb2..c03fe1ab0bc2ca9231b73d28e5487ba2cda09938 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -244,8 +244,8 @@
'ime/component_extension_ime_manager.h',
'ime/extension_ime_util.cc',
'ime/extension_ime_util.h',
- 'ime/fake_xkeyboard.cc',
- 'ime/fake_xkeyboard.h',
+ 'ime/fake_ime_keyboard.cc',
+ 'ime/fake_ime_keyboard.h',
'ime/composition_text.cc',
'ime/composition_text.h',
'ime/input_method_delegate.h',
@@ -255,8 +255,9 @@
'ime/input_method_manager.h',
'ime/input_method_whitelist.cc',
'ime/input_method_whitelist.h',
- 'ime/xkeyboard.cc',
- 'ime/xkeyboard.h',
+ 'ime/ime_keyboard.h',
+ 'ime/ime_keyboard_ozone.cc',
+ 'ime/ime_keyboard_x11.cc',
'login/login_state.cc',
'login/login_state.h',
'network/certificate_pattern.cc',
@@ -375,8 +376,8 @@
}, {
# use_x11 == 0
'sources!': [
- 'ime/xkeyboard.cc',
- 'ime/xkeyboard.h',
+ 'ime/keyboard_controller.cc',
+ 'ime/ime_keyboard.h',
],
}],
],
@@ -506,7 +507,7 @@
'ime/composition_text_unittest.cc',
'ime/input_method_manager.h',
'ime/input_method_whitelist_unittest.cc',
- 'ime/xkeyboard_unittest.cc',
+ 'ime/ime_keyboard_x11_unittest.cc',
'login/login_state_unittest.cc',
'network/client_cert_resolver_unittest.cc',
'network/geolocation_handler_unittest.cc',
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc ('k') | chromeos/ime/fake_ime_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698