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

Unified Diff: ui/views/views.gyp

Issue 173803002: Redesigns the text input focus handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments. Created 6 years, 9 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index d315466dc62d671c1440a95380d88d5454321cd5..702cd421003915b97488211dc15a6a727d361c41 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -300,14 +300,16 @@
'focus/view_storage.h',
'focus/widget_focus_manager.cc',
'focus/widget_focus_manager.h',
+ 'ime/input_method.h',
'ime/input_method_base.cc',
'ime/input_method_base.h',
'ime/input_method_bridge.cc',
'ime/input_method_bridge.h',
'ime/input_method_delegate.h',
- 'ime/input_method.h',
'ime/mock_input_method.cc',
'ime/mock_input_method.h',
+ 'ime/null_input_method.cc',
+ 'ime/null_input_method.h',
'layout/box_layout.cc',
'layout/box_layout.h',
'layout/fill_layout.cc',

Powered by Google App Engine
This is Rietveld 408576698