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

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: nits. 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
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index bde2e885a69b01f304faf4b9331af31e72782465..3f41be1adc182d070c5e9110f9fcb36813b9982a 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',
@@ -576,7 +566,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': [
@@ -902,7 +891,6 @@
'sources!': [
'bubble/bubble_window_targeter_unittest.cc',
'controls/native/native_view_host_unittest.cc',
- 'ime/input_method_bridge_unittest.cc',
'widget/window_reorderer_unittest.cc',
]
}],
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698