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

Side by Side Diff: ui/base/ime/ui_base_ime.gyp

Issue 1182523003: Removes TextInputFocusManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit per comment. 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 unified diff | Download patch
« no previous file with comments | « ui/base/ime/text_input_focus_manager.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'linux/linux_input_method_context.h', 103 'linux/linux_input_method_context.h',
104 'linux/linux_input_method_context_factory.cc', 104 'linux/linux_input_method_context_factory.cc',
105 'linux/linux_input_method_context_factory.h', 105 'linux/linux_input_method_context_factory.h',
106 'mock_input_method.cc', 106 'mock_input_method.cc',
107 'mock_input_method.h', 107 'mock_input_method.h',
108 'remote_input_method_delegate_win.h', 108 'remote_input_method_delegate_win.h',
109 'remote_input_method_win.cc', 109 'remote_input_method_win.cc',
110 'remote_input_method_win.h', 110 'remote_input_method_win.h',
111 'text_input_client.cc', 111 'text_input_client.cc',
112 'text_input_client.h', 112 'text_input_client.h',
113 'text_input_focus_manager.cc',
114 'text_input_focus_manager.h',
115 'text_input_type.h', 113 'text_input_type.h',
116 'ui_base_ime_export.h', 114 'ui_base_ime_export.h',
117 'win/imm32_manager.cc', 115 'win/imm32_manager.cc',
118 'win/imm32_manager.h', 116 'win/imm32_manager.h',
119 'win/tsf_input_scope.cc', 117 'win/tsf_input_scope.cc',
120 'win/tsf_input_scope.h', 118 'win/tsf_input_scope.h',
121 ], 119 ],
122 'conditions': [ 120 'conditions': [
123 ['use_ozone==1', { 121 ['use_ozone==1', {
124 'dependencies': [ 122 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ['use_x11==0', { 175 ['use_x11==0', {
178 'sources!': [ 176 'sources!': [
179 'composition_text_util_pango.cc', 177 'composition_text_util_pango.cc',
180 'composition_text_util_pango.h', 178 'composition_text_util_pango.h',
181 ], 179 ],
182 }], 180 }],
183 ], 181 ],
184 }, 182 },
185 ], 183 ],
186 } 184 }
OLDNEW
« no previous file with comments | « ui/base/ime/text_input_focus_manager.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698