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

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: Fix Windows support 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d49d1419ea8e97c44a3cec715c2f0d7a225438a4..a60e797b67de3f865c694ea32a5b99b93b8e20d9 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',

Powered by Google App Engine
This is Rietveld 408576698