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

Side by Side Diff: ui/base/ime/ime_unittests.gypi

Issue 149073009: Remove InputMethodTSF, TSFEventRouter, TSFTextStore, TSFBridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert input_method_imm32 changes Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/ime/ime_test_support.gypi ('k') | ui/base/ime/input_method_factory.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'sources': [ 6 'sources': [
7 'candidate_window_unittest.cc', 7 'candidate_window_unittest.cc',
8 'chromeos/character_composer_unittest.cc', 8 'chromeos/character_composer_unittest.cc',
9 'composition_text_util_pango_unittest.cc', 9 'composition_text_util_pango_unittest.cc',
10 'input_method_base_unittest.cc', 10 'input_method_base_unittest.cc',
11 'input_method_chromeos_unittest.cc', 11 'input_method_chromeos_unittest.cc',
12 'remote_input_method_win_unittest.cc', 12 'remote_input_method_win_unittest.cc',
13 'win/imm32_manager_unittest.cc', 13 'win/imm32_manager_unittest.cc',
14 'win/tsf_input_scope_unittest.cc', 14 'win/tsf_input_scope_unittest.cc',
15 'win/tsf_text_store_unittest.cc',
16 ], 15 ],
17 'conditions': [ 16 'conditions': [
18 ['chromeos==0 or use_x11==0', { 17 ['chromeos==0 or use_x11==0', {
19 'sources!': [ 18 'sources!': [
20 'chromeos/character_composer_unittest.cc', 19 'chromeos/character_composer_unittest.cc',
21 'input_method_chromeos_unittest.cc', 20 'input_method_chromeos_unittest.cc',
22 ], 21 ],
23 }], 22 }],
24 ['use_x11==0', { 23 ['use_x11==0', {
25 'sources!': [ 24 'sources!': [
26 'composition_text_util_pango_unittest.cc', 25 'composition_text_util_pango_unittest.cc',
27 ], 26 ],
28 }], 27 }],
29 ], 28 ],
30 } 29 }
OLDNEW
« no previous file with comments | « ui/base/ime/ime_test_support.gypi ('k') | ui/base/ime/input_method_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698