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

Unified Diff: ui/views/views.gyp

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted changes for MockInputMethod. Created 5 years, 6 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 319667e2303733df4bd0d1a8debf29eb6c92fcc4..16ba2958a64ad6c7821cd1038e991a8e0f77d78f 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -223,16 +223,6 @@
'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/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',
@@ -574,7 +564,6 @@
'window/dialog_delegate_unittest.cc',
],
'views_unittests_desktop_sources': [
- 'ime/input_method_bridge_unittest.cc',
'widget/desktop_widget_unittest.cc',
],
'views_unittests_aura_sources': [
@@ -894,7 +883,6 @@
'controls/menu/menu_controller_unittest.cc',
'controls/native/native_view_host_unittest.cc',
'focus/focus_manager_unittest.cc',
- 'ime/input_method_bridge_unittest.cc',
'widget/window_reorderer_unittest.cc',
]
}],

Powered by Google App Engine
This is Rietveld 408576698