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

Unified Diff: ui/base/ime/ime.gypi

Issue 149073009: Remove InputMethodTSF, TSFEventRouter, TSFTextStore, TSFBridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert input_method_imm32 changes Created 6 years, 11 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 | « no previous file | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/ime.gypi
diff --git a/ui/base/ime/ime.gypi b/ui/base/ime/ime.gypi
index b09ba55ac330ca9693396df5cdfd32f4cf340bff..f6780013148b538b5d53fa42837761fb95b6a7a9 100644
--- a/ui/base/ime/ime.gypi
+++ b/ui/base/ime/ime.gypi
@@ -45,8 +45,6 @@
'input_method_minimal.cc',
'input_method_minimal.h',
'input_method_observer.h',
- 'input_method_tsf.cc',
- 'input_method_tsf.h',
'input_method_win.cc',
'input_method_win.h',
'linux/fake_input_method_context.cc',
@@ -66,14 +64,8 @@
'text_input_type.h',
'win/imm32_manager.cc',
'win/imm32_manager.h',
- 'win/tsf_bridge.cc',
- 'win/tsf_bridge.h',
- 'win/tsf_event_router.cc',
- 'win/tsf_event_router.h',
'win/tsf_input_scope.cc',
'win/tsf_input_scope.h',
- 'win/tsf_text_store.cc',
- 'win/tsf_text_store.h',
],
'conditions': [
['toolkit_views==0 and use_aura==0', {
@@ -99,8 +91,6 @@
'sources!': [
'input_method_imm32.cc',
'input_method_imm32.h',
- 'input_method_tsf.cc',
- 'input_method_tsf.h',
],
}],
['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
« no previous file with comments | « no previous file | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698