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

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

Issue 1602403002: Revert of Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « ui/base/ime/remote_input_method_win_unittest.cc ('k') | ui/base/ui_base_tests.gyp » ('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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'input_method_win.h', 100 'input_method_win.h',
101 'linux/fake_input_method_context.cc', 101 'linux/fake_input_method_context.cc',
102 'linux/fake_input_method_context.h', 102 'linux/fake_input_method_context.h',
103 'linux/fake_input_method_context_factory.cc', 103 'linux/fake_input_method_context_factory.cc',
104 'linux/fake_input_method_context_factory.h', 104 'linux/fake_input_method_context_factory.h',
105 'linux/linux_input_method_context.h', 105 'linux/linux_input_method_context.h',
106 'linux/linux_input_method_context_factory.cc', 106 'linux/linux_input_method_context_factory.cc',
107 'linux/linux_input_method_context_factory.h', 107 'linux/linux_input_method_context_factory.h',
108 'mock_input_method.cc', 108 'mock_input_method.cc',
109 'mock_input_method.h', 109 'mock_input_method.h',
110 'remote_input_method_delegate_win.h',
111 'remote_input_method_win.cc',
112 'remote_input_method_win.h',
110 'text_input_client.cc', 113 'text_input_client.cc',
111 'text_input_client.h', 114 'text_input_client.h',
112 'text_input_type.h', 115 'text_input_type.h',
113 'ui_base_ime_export.h', 116 'ui_base_ime_export.h',
114 'win/imm32_manager.cc', 117 'win/imm32_manager.cc',
115 'win/imm32_manager.h', 118 'win/imm32_manager.h',
116 'win/tsf_input_scope.cc', 119 'win/tsf_input_scope.cc',
117 'win/tsf_input_scope.h', 120 'win/tsf_input_scope.h',
118 ], 121 ],
119 'conditions': [ 122 'conditions': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 ['use_x11==0', { 177 ['use_x11==0', {
175 'sources!': [ 178 'sources!': [
176 'composition_text_util_pango.cc', 179 'composition_text_util_pango.cc',
177 'composition_text_util_pango.h', 180 'composition_text_util_pango.h',
178 ], 181 ],
179 }], 182 }],
180 ], 183 ],
181 }, 184 },
182 ], 185 ],
183 } 186 }
OLDNEW
« no previous file with comments | « ui/base/ime/remote_input_method_win_unittest.cc ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698