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

Unified Diff: ui/ui.gyp

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to ash/ime/ Created 9 years 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/base/keycodes/keyboard_code_conversion.cc ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 4b50684c2aadd77c34b2bf4a6c50dab282ba6393..6f9e05494a9591d442530d3f8209fd3204ec8bcb 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -140,6 +140,8 @@
'base/ime/input_method_base.cc',
'base/ime/input_method_base.h',
'base/ime/input_method_delegate.h',
+ 'base/ime/input_method_factory.cc',
+ 'base/ime/input_method_factory.h',
'base/ime/input_method_ibus.cc',
'base/ime/input_method_ibus.h',
'base/ime/mock_input_method.cc',
@@ -371,6 +373,8 @@
],
}, { # use_aura!=1
'sources!': [
+ 'base/ime/input_method_factory.cc',
+ 'base/ime/input_method_factory.h',
'base/ime/input_method_ibus.cc',
'base/ime/input_method_ibus.h',
'base/ime/mock_input_method.cc',
« no previous file with comments | « ui/base/keycodes/keyboard_code_conversion.cc ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698