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

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

Issue 10656017: Clean UP: Remove IBusClientImpl from ui/base/ime/* (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix WinAura Created 8 years, 5 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/ibus_client_impl.cc ('k') | ui/base/ime/ime_unittests.gypi » ('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 'variables': { 6 'variables': {
7 'ime_files': [ 7 'ime_files': [
8 'character_composer.cc', 8 'character_composer.cc',
9 'character_composer.h', 9 'character_composer.h',
10 'composition_text.cc', 10 'composition_text.cc',
11 'composition_text.h', 11 'composition_text.h',
12 'composition_underline.h', 12 'composition_underline.h',
13 'ibus_client.cc',
13 'ibus_client.h', 14 'ibus_client.h',
14 'ibus_client_impl.cc',
15 'ibus_client_impl.h',
16 'input_method.h', 15 'input_method.h',
17 'input_method_base.cc', 16 'input_method_base.cc',
18 'input_method_base.h', 17 'input_method_base.h',
19 'input_method_delegate.h', 18 'input_method_delegate.h',
20 'input_method_factory.cc', 19 'input_method_factory.cc',
21 'input_method_factory.h', 20 'input_method_factory.h',
22 'input_method_ibus.cc', 21 'input_method_ibus.cc',
23 'input_method_ibus.h', 22 'input_method_ibus.h',
24 'mock_input_method.cc', 23 'mock_input_method.cc',
25 'mock_input_method.h', 24 'mock_input_method.h',
(...skipping 12 matching lines...) Expand all
38 ], 37 ],
39 'sources/': [ 38 'sources/': [
40 # gtk_im_context_util* use ui::CompositionText. 39 # gtk_im_context_util* use ui::CompositionText.
41 ['include', 'composition_text\\.(cc|h)$'], 40 ['include', 'composition_text\\.(cc|h)$'],
42 # native_textfield_views* use ui::TextInputClient. 41 # native_textfield_views* use ui::TextInputClient.
43 ['include', 'text_input_client\\.(cc|h)$'], 42 ['include', 'text_input_client\\.(cc|h)$'],
44 ], 43 ],
45 }], 44 }],
46 ['chromeos==0', { 45 ['chromeos==0', {
47 'sources!': [ 46 'sources!': [
48 'ibus_client_impl.cc', 47 'ibus_client.cc',
49 'ibus_client_impl.h', 48 'ibus_client.h',
50 'input_method_ibus.cc', 49 'input_method_ibus.cc',
51 'input_method_ibus.h', 50 'input_method_ibus.h',
52 ], 51 ],
53 }], 52 }],
54 ], 53 ],
55 } 54 }
OLDNEW
« no previous file with comments | « ui/base/ime/ibus_client_impl.cc ('k') | ui/base/ime/ime_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698