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

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

Issue 23875014: Simplify InputMethodBridgeUnitTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary blank line at the end of file Created 7 years, 3 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 (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 'dummy_input_method_delegate.cc',
14 'dummy_input_method_delegate.h',
13 'input_method.h', 15 'input_method.h',
14 'input_method_base.cc', 16 'input_method_base.cc',
15 'input_method_base.h', 17 'input_method_base.h',
16 'input_method_delegate.h', 18 'input_method_delegate.h',
17 'input_method_factory.cc', 19 'input_method_factory.cc',
18 'input_method_factory.h', 20 'input_method_factory.h',
19 'input_method_ibus.cc', 21 'input_method_ibus.cc',
20 'input_method_ibus.h', 22 'input_method_ibus.h',
21 'input_method_imm32.cc', 23 'input_method_imm32.cc',
22 'input_method_imm32.h', 24 'input_method_imm32.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'sources!': [ 84 'sources!': [
83 '<@(win_ime_files)', 85 '<@(win_ime_files)',
84 'input_method_imm32.cc', 86 'input_method_imm32.cc',
85 'input_method_imm32.h', 87 'input_method_imm32.h',
86 'input_method_tsf.cc', 88 'input_method_tsf.cc',
87 'input_method_tsf.h', 89 'input_method_tsf.h',
88 ], 90 ],
89 }], 91 }],
90 ], 92 ],
91 } 93 }
OLDNEW
« no previous file with comments | « ui/base/ime/dummy_input_method_delegate.cc ('k') | ui/views/ime/input_method_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698