OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |