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 'dependencies' : [ | 6 'dependencies' : [ |
7 '<(DEPTH)/ui/events/events.gyp:events', | 7 '<(DEPTH)/ui/events/events.gyp:events', |
8 ], | 8 ], |
9 'sources': [ | 9 'sources': [ |
10 'chromeos/character_composer.cc', | 10 'chromeos/character_composer.cc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 ], | 92 ], |
93 }], | 93 }], |
94 ['OS!="win"', { | 94 ['OS!="win"', { |
95 'sources!': [ | 95 'sources!': [ |
96 'input_method_imm32.cc', | 96 'input_method_imm32.cc', |
97 'input_method_imm32.h', | 97 'input_method_imm32.h', |
98 'input_method_tsf.cc', | 98 'input_method_tsf.cc', |
99 'input_method_tsf.h', | 99 'input_method_tsf.h', |
100 ], | 100 ], |
101 }], | 101 }], |
102 ['use_aura==0 or desktop_linux==0', { | 102 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', { |
103 'sources!': [ | 103 'sources!': [ |
104 'input_method_auralinux.cc', | 104 'input_method_auralinux.cc', |
105 'input_method_auralinux.h', | 105 'input_method_auralinux.h', |
106 ], | 106 ], |
107 }], | 107 }], |
108 ['use_aura==0 or desktop_linux==0', { | 108 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', { |
109 'sources!': [ | 109 'sources!': [ |
110 'linux/fake_input_method_context.cc', | 110 'linux/fake_input_method_context.cc', |
111 'linux/fake_input_method_context.h', | 111 'linux/fake_input_method_context.h', |
112 'linux/fake_input_method_context_factory.cc', | 112 'linux/fake_input_method_context_factory.cc', |
113 'linux/fake_input_method_context_factory.h', | 113 'linux/fake_input_method_context_factory.h', |
114 'linux/linux_input_method_context.h', | 114 'linux/linux_input_method_context.h', |
115 'linux/linux_input_method_context_factory.cc', | 115 'linux/linux_input_method_context_factory.cc', |
116 'linux/linux_input_method_context_factory.h', | 116 'linux/linux_input_method_context_factory.h', |
117 ], | 117 ], |
118 }], | 118 }], |
119 ['use_x11==0', { | 119 ['use_x11==0', { |
120 'sources!': [ | 120 'sources!': [ |
121 'composition_text_util_pango.cc', | 121 'composition_text_util_pango.cc', |
122 'composition_text_util_pango.h', | 122 'composition_text_util_pango.h', |
123 ], | 123 ], |
124 }], | 124 }], |
125 ], | 125 ], |
126 } | 126 } |
OLD | NEW |