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

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

Issue 1586843002: 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: remove ash_unittests from being run 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',
113 'text_input_client.cc', 110 'text_input_client.cc',
114 'text_input_client.h', 111 'text_input_client.h',
115 'text_input_type.h', 112 'text_input_type.h',
116 'ui_base_ime_export.h', 113 'ui_base_ime_export.h',
117 'win/imm32_manager.cc', 114 'win/imm32_manager.cc',
118 'win/imm32_manager.h', 115 'win/imm32_manager.h',
119 'win/tsf_input_scope.cc', 116 'win/tsf_input_scope.cc',
120 'win/tsf_input_scope.h', 117 'win/tsf_input_scope.h',
121 ], 118 ],
122 'conditions': [ 119 'conditions': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ['use_x11==0', { 174 ['use_x11==0', {
178 'sources!': [ 175 'sources!': [
179 'composition_text_util_pango.cc', 176 'composition_text_util_pango.cc',
180 'composition_text_util_pango.h', 177 'composition_text_util_pango.h',
181 ], 178 ],
182 }], 179 }],
183 ], 180 ],
184 }, 181 },
185 ], 182 ],
186 } 183 }
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