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

Unified Diff: ui/views/views.gyp

Issue 8800002: Remove views::InputMethodIBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase 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/views/ime/input_method_ibus.cc ('k') | ui/views/widget/native_widget_gtk.cc » ('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 86327d33fb5d4c76f9cf31f93444056777cb4015..cdf024ff880fac7de2bc7d060c3d4602e33123ad 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -278,8 +278,6 @@
'ime/input_method_gtk.cc',
'ime/input_method_gtk.h',
'ime/input_method.h',
- 'ime/input_method_ibus.cc',
- 'ime/input_method_ibus.h',
'ime/input_method_win.cc',
'ime/input_method_win.h',
'ime/mock_input_method.cc',
@@ -446,20 +444,6 @@
'widget/tooltip_manager_views.cc',
],
}],
- ['use_ibus==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:ibus',
- ],
- 'sources/': [
- ['exclude', 'ime/mock_input_method.cc'],
- ['exclude', 'ime/mock_input_method.h'],
- ],
- }, { # else: use_ibus != 1
- 'sources/': [
- ['exclude', 'ime/input_method_ibus.cc'],
- ['exclude', 'ime/input_method_ibus.h'],
- ],
- }],
['OS=="win"', {
'dependencies': [
# For accessibility
« no previous file with comments | « ui/views/ime/input_method_ibus.cc ('k') | ui/views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698