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

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

Issue 1780523006: Add tests for input.ime.* APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'chromeos/input_method_descriptor.cc', 66 'chromeos/input_method_descriptor.cc',
67 'chromeos/input_method_descriptor.h', 67 'chromeos/input_method_descriptor.h',
68 'chromeos/input_method_manager.cc', 68 'chromeos/input_method_manager.cc',
69 'chromeos/input_method_manager.h', 69 'chromeos/input_method_manager.h',
70 'chromeos/mock_component_extension_ime_manager_delegate.cc', 70 'chromeos/mock_component_extension_ime_manager_delegate.cc',
71 'chromeos/mock_component_extension_ime_manager_delegate.h', 71 'chromeos/mock_component_extension_ime_manager_delegate.h',
72 'chromeos/mock_ime_candidate_window_handler.cc', 72 'chromeos/mock_ime_candidate_window_handler.cc',
73 'chromeos/mock_ime_candidate_window_handler.h', 73 'chromeos/mock_ime_candidate_window_handler.h',
74 'chromeos/mock_ime_engine_handler.cc', 74 'chromeos/mock_ime_engine_handler.cc',
75 'chromeos/mock_ime_engine_handler.h', 75 'chromeos/mock_ime_engine_handler.h',
76 'chromeos/mock_ime_input_context_handler.cc',
77 'chromeos/mock_ime_input_context_handler.h',
78 'composition_text.cc', 76 'composition_text.cc',
79 'composition_text.h', 77 'composition_text.h',
80 'composition_text_util_pango.cc', 78 'composition_text_util_pango.cc',
81 'composition_text_util_pango.h', 79 'composition_text_util_pango.h',
82 'composition_underline.h', 80 'composition_underline.h',
83 'ime_bridge.cc', 81 'ime_bridge.cc',
84 'ime_bridge.h', 82 'ime_bridge.h',
85 'ime_engine_handler_interface.h', 83 'ime_engine_handler_interface.h',
86 'ime_input_context_handler_interface.h', 84 'ime_input_context_handler_interface.h',
87 'infolist_entry.cc', 85 'infolist_entry.cc',
(...skipping 17 matching lines...) Expand all
105 'input_method_observer.h', 103 'input_method_observer.h',
106 'input_method_win.cc', 104 'input_method_win.cc',
107 'input_method_win.h', 105 'input_method_win.h',
108 'linux/fake_input_method_context.cc', 106 'linux/fake_input_method_context.cc',
109 'linux/fake_input_method_context.h', 107 'linux/fake_input_method_context.h',
110 'linux/fake_input_method_context_factory.cc', 108 'linux/fake_input_method_context_factory.cc',
111 'linux/fake_input_method_context_factory.h', 109 'linux/fake_input_method_context_factory.h',
112 'linux/linux_input_method_context.h', 110 'linux/linux_input_method_context.h',
113 'linux/linux_input_method_context_factory.cc', 111 'linux/linux_input_method_context_factory.cc',
114 'linux/linux_input_method_context_factory.h', 112 'linux/linux_input_method_context_factory.h',
113 'mock_ime_input_context_handler.cc',
114 'mock_ime_input_context_handler.h',
115 'mock_input_method.cc', 115 'mock_input_method.cc',
116 'mock_input_method.h', 116 'mock_input_method.h',
117 'text_input_client.cc', 117 'text_input_client.cc',
118 'text_input_client.h', 118 'text_input_client.h',
119 'ui_base_ime_export.h', 119 'ui_base_ime_export.h',
120 'win/imm32_manager.cc', 120 'win/imm32_manager.cc',
121 'win/imm32_manager.h', 121 'win/imm32_manager.h',
122 'win/tsf_input_scope.cc', 122 'win/tsf_input_scope.cc',
123 'win/tsf_input_scope.h', 123 'win/tsf_input_scope.h',
124 ], 124 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 ['use_x11==0', { 180 ['use_x11==0', {
181 'sources!': [ 181 'sources!': [
182 'composition_text_util_pango.cc', 182 'composition_text_util_pango.cc',
183 'composition_text_util_pango.h', 183 'composition_text_util_pango.h',
184 ], 184 ],
185 }], 185 }],
186 ], 186 ],
187 }, 187 },
188 ], 188 ],
189 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698