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 'sources': [ | 6 'sources': [ |
7 'character_composer.cc', | 7 'character_composer.cc', |
8 'character_composer.h', | 8 'character_composer.h', |
9 'composition_text.cc', | 9 'composition_text.cc', |
10 'composition_text.h', | 10 'composition_text.h', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'input_method_imm32.cc', | 84 'input_method_imm32.cc', |
85 'input_method_imm32.h', | 85 'input_method_imm32.h', |
86 'input_method_tsf.cc', | 86 'input_method_tsf.cc', |
87 'input_method_tsf.h', | 87 'input_method_tsf.h', |
88 ], | 88 ], |
89 }], | 89 }], |
90 ['use_aura==0 or use_x11==0 or desktop_linux==0', { | 90 ['use_aura==0 or use_x11==0 or desktop_linux==0', { |
91 'sources!': [ | 91 'sources!': [ |
92 'input_method_linux_x11.cc', | 92 'input_method_linux_x11.cc', |
93 'input_method_linux_x11.h', | 93 'input_method_linux_x11.h', |
| 94 ], |
| 95 }], |
| 96 ['use_aura==0 or desktop_linux==0', { |
| 97 'sources!': [ |
94 'linux/fake_input_method_context.cc', | 98 'linux/fake_input_method_context.cc', |
95 'linux/fake_input_method_context.h', | 99 'linux/fake_input_method_context.h', |
96 'linux/fake_input_method_context_factory.cc', | 100 'linux/fake_input_method_context_factory.cc', |
97 'linux/fake_input_method_context_factory.h', | 101 'linux/fake_input_method_context_factory.h', |
98 'linux/linux_input_method_context.h', | 102 'linux/linux_input_method_context.h', |
99 'linux/linux_input_method_context_factory.cc', | 103 'linux/linux_input_method_context_factory.cc', |
100 'linux/linux_input_method_context_factory.h', | 104 'linux/linux_input_method_context_factory.h', |
101 ], | 105 ], |
102 }], | 106 }], |
103 ['use_x11==0', { | 107 ['use_x11==0', { |
104 'sources!': [ | 108 'sources!': [ |
105 'composition_text_util_pango.cc', | 109 'composition_text_util_pango.cc', |
106 'composition_text_util_pango.h', | 110 'composition_text_util_pango.h', |
107 ], | 111 ], |
108 }], | 112 }], |
109 ], | 113 ], |
110 } | 114 } |
OLD | NEW |