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

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

Issue 2027133002: Modify ui::TextInputClient to use ui::TextEditCommand enum in place of resource ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor4_up_down_mac
Patch Set: Address review comments. Created 4 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_client.h ('k') | ui/strings/ui_strings.grd » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'input_method_win.h', 109 'input_method_win.h',
110 'linux/fake_input_method_context.cc', 110 'linux/fake_input_method_context.cc',
111 'linux/fake_input_method_context.h', 111 'linux/fake_input_method_context.h',
112 'linux/fake_input_method_context_factory.cc', 112 'linux/fake_input_method_context_factory.cc',
113 'linux/fake_input_method_context_factory.h', 113 'linux/fake_input_method_context_factory.h',
114 'linux/linux_input_method_context.h', 114 'linux/linux_input_method_context.h',
115 'linux/linux_input_method_context_factory.cc', 115 'linux/linux_input_method_context_factory.cc',
116 'linux/linux_input_method_context_factory.h', 116 'linux/linux_input_method_context_factory.h',
117 'mock_input_method.cc', 117 'mock_input_method.cc',
118 'mock_input_method.h', 118 'mock_input_method.h',
119 'text_edit_commands.h',
119 'text_input_client.cc', 120 'text_input_client.cc',
120 'text_input_client.h', 121 'text_input_client.h',
121 'ui_base_ime_export.h', 122 'ui_base_ime_export.h',
122 'win/imm32_manager.cc', 123 'win/imm32_manager.cc',
123 'win/imm32_manager.h', 124 'win/imm32_manager.h',
124 'win/tsf_input_scope.cc', 125 'win/tsf_input_scope.cc',
125 'win/tsf_input_scope.h', 126 'win/tsf_input_scope.h',
126 ], 127 ],
127 'conditions': [ 128 'conditions': [
128 ['use_ozone==1', { 129 ['use_ozone==1', {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ['use_x11==0', { 183 ['use_x11==0', {
183 'sources!': [ 184 'sources!': [
184 'composition_text_util_pango.cc', 185 'composition_text_util_pango.cc',
185 'composition_text_util_pango.h', 186 'composition_text_util_pango.h',
186 ], 187 ],
187 }], 188 }],
188 ], 189 ],
189 }, 190 },
190 ], 191 ],
191 } 192 }
OLDNEW
« no previous file with comments | « ui/base/ime/text_input_client.h ('k') | ui/strings/ui_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698