OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
185 'dragdrop/os_exchange_data_provider_aurax11.h', | 185 'dragdrop/os_exchange_data_provider_aurax11.h', |
186 'dragdrop/os_exchange_data_provider_mac.h', | 186 'dragdrop/os_exchange_data_provider_mac.h', |
187 'dragdrop/os_exchange_data_provider_mac.mm', | 187 'dragdrop/os_exchange_data_provider_mac.mm', |
188 'dragdrop/os_exchange_data_provider_win.cc', | 188 'dragdrop/os_exchange_data_provider_win.cc', |
189 'dragdrop/os_exchange_data_provider_win.h', | 189 'dragdrop/os_exchange_data_provider_win.h', |
190 'hit_test.h', | 190 'hit_test.h', |
191 'ime/candidate_window.cc', | 191 'ime/candidate_window.cc', |
192 'ime/candidate_window.h', | 192 'ime/candidate_window.h', |
193 'ime/chromeos/character_composer.cc', | 193 'ime/chromeos/character_composer.cc', |
194 'ime/chromeos/character_composer.h', | 194 'ime/chromeos/character_composer.h', |
195 'ime/chromeos/component_extension_ime_manager.cc', | |
196 'ime/chromeos/component_extension_ime_manager.h', | |
197 'ime/chromeos/composition_text.cc', | |
198 'ime/chromeos/composition_text.h', | |
199 'ime/chromeos/extension_ime_util.cc', | |
200 'ime/chromeos/extension_ime_util.h', | |
201 'ime/chromeos/fake_ime_keyboard.cc', | |
202 'ime/chromeos/fake_ime_keyboard.h', | |
203 'ime/chromeos/fake_input_method_delegate.cc', | |
204 'ime/chromeos/fake_input_method_delegate.h', | |
195 'ime/chromeos/ime_bridge.cc', | 205 'ime/chromeos/ime_bridge.cc', |
196 'ime/chromeos/ime_bridge.h', | 206 'ime/chromeos/ime_bridge.h', |
207 'ime/chromeos/ime_keyboard.cc', | |
208 'ime/chromeos/ime_keyboard.h', | |
209 'ime/chromeos/ime_keyboard_ozone.cc', | |
210 'ime/chromeos/ime_keyboard_ozone.h', | |
211 'ime/chromeos/ime_keyboard_x11.cc', | |
212 'ime/chromeos/ime_keyboard_x11.h', | |
197 'ime/chromeos/ime_keymap.cc', | 213 'ime/chromeos/ime_keymap.cc', |
198 'ime/chromeos/ime_keymap.h', | 214 'ime/chromeos/ime_keymap.h', |
215 'ime/chromeos/input_method_delegate.h', | |
216 'ime/chromeos/input_method_descriptor.cc', | |
217 'ime/chromeos/input_method_descriptor.h', | |
218 'ime/chromeos/input_method_manager.cc', | |
219 'ime/chromeos/input_method_manager.h', | |
220 'ime/chromeos/input_method_whitelist.cc', | |
221 'ime/chromeos/input_method_whitelist.h', | |
222 'ime/chromeos/mock_component_extension_ime_manager_delegate.cc', | |
223 'ime/chromeos/mock_component_extension_ime_manager_delegate.h', | |
199 'ime/chromeos/mock_ime_candidate_window_handler.cc', | 224 'ime/chromeos/mock_ime_candidate_window_handler.cc', |
200 'ime/chromeos/mock_ime_candidate_window_handler.h', | 225 'ime/chromeos/mock_ime_candidate_window_handler.h', |
201 'ime/chromeos/mock_ime_engine_handler.cc', | 226 'ime/chromeos/mock_ime_engine_handler.cc', |
202 'ime/chromeos/mock_ime_engine_handler.h', | 227 'ime/chromeos/mock_ime_engine_handler.h', |
203 'ime/chromeos/mock_ime_input_context_handler.cc', | 228 'ime/chromeos/mock_ime_input_context_handler.cc', |
204 'ime/chromeos/mock_ime_input_context_handler.h', | 229 'ime/chromeos/mock_ime_input_context_handler.h', |
230 'ime/input_method_chromeos.cc', | |
231 'ime/input_method_chromeos.h', | |
stevenjb
2014/11/20 19:09:52
This is no longer sorted, and these should maybe b
Shu Chen
2014/11/27 06:11:17
Done for sorting. For renaming, let's do it in a s
| |
205 'ime/composition_text.cc', | 232 'ime/composition_text.cc', |
206 'ime/composition_text.h', | 233 'ime/composition_text.h', |
207 'ime/composition_text_util_pango.cc', | 234 'ime/composition_text_util_pango.cc', |
208 'ime/composition_text_util_pango.h', | 235 'ime/composition_text_util_pango.h', |
209 'ime/composition_underline.h', | 236 'ime/composition_underline.h', |
210 'ime/dummy_input_method_delegate.cc', | 237 'ime/dummy_input_method_delegate.cc', |
211 'ime/dummy_input_method_delegate.h', | 238 'ime/dummy_input_method_delegate.h', |
212 'ime/infolist_entry.cc', | 239 'ime/infolist_entry.cc', |
213 'ime/infolist_entry.h', | 240 'ime/infolist_entry.h', |
214 'ime/input_method.h', | 241 'ime/input_method.h', |
215 'ime/input_method_auralinux.cc', | 242 'ime/input_method_auralinux.cc', |
216 'ime/input_method_auralinux.h', | 243 'ime/input_method_auralinux.h', |
217 'ime/input_method_base.cc', | 244 'ime/input_method_base.cc', |
218 'ime/input_method_base.h', | 245 'ime/input_method_base.h', |
219 'ime/input_method_chromeos.cc', | |
220 'ime/input_method_chromeos.h', | |
221 'ime/input_method_delegate.h', | 246 'ime/input_method_delegate.h', |
222 'ime/input_method_factory.cc', | 247 'ime/input_method_factory.cc', |
223 'ime/input_method_factory.h', | 248 'ime/input_method_factory.h', |
224 'ime/input_method_initializer.cc', | 249 'ime/input_method_initializer.cc', |
225 'ime/input_method_initializer.h', | 250 'ime/input_method_initializer.h', |
226 'ime/input_method_mac.h', | 251 'ime/input_method_mac.h', |
227 'ime/input_method_mac.mm', | 252 'ime/input_method_mac.mm', |
228 'ime/input_method_minimal.cc', | 253 'ime/input_method_minimal.cc', |
229 'ime/input_method_minimal.h', | 254 'ime/input_method_minimal.h', |
230 'ime/input_method_observer.h', | 255 'ime/input_method_observer.h', |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
649 'hard_dependency': 1, | 674 'hard_dependency': 1, |
650 }], | 675 }], |
651 ['toolkit_views==0 and use_aura==0', { | 676 ['toolkit_views==0 and use_aura==0', { |
652 'sources!': [ | 677 'sources!': [ |
653 'ime/input_method_factory.cc', | 678 'ime/input_method_factory.cc', |
654 'ime/input_method_factory.h', | 679 'ime/input_method_factory.h', |
655 'ime/input_method_minimal.cc', | 680 'ime/input_method_minimal.cc', |
656 'ime/input_method_minimal.h', | 681 'ime/input_method_minimal.h', |
657 ], | 682 ], |
658 }], | 683 }], |
659 ['chromeos==0', { | |
660 'sources!': [ | |
661 'ime/input_method_chromeos.cc', | |
662 'ime/input_method_chromeos.h', | |
663 ], | |
664 }], | |
665 ['chromeos==1', { | 684 ['chromeos==1', { |
666 'dependencies': [ | 685 'dependencies': [ |
667 '../../chromeos/chromeos.gyp:chromeos', | 686 '../../chromeos/chromeos.gyp:chromeos', |
668 ], | 687 ], |
669 }], | 688 }], |
670 ['OS!="win"', { | 689 ['OS!="win"', { |
671 'sources!': [ | 690 'sources!': [ |
672 'ime/input_method_imm32.cc', | 691 'ime/input_method_imm32.cc', |
673 'ime/input_method_imm32.h', | 692 'ime/input_method_imm32.h', |
674 ], | 693 ], |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
764 ], | 783 ], |
765 'variables': { | 784 'variables': { |
766 'jni_gen_package': 'ui', | 785 'jni_gen_package': 'ui', |
767 }, | 786 }, |
768 'includes': [ '../../build/jni_generator.gypi' ], | 787 'includes': [ '../../build/jni_generator.gypi' ], |
769 }, | 788 }, |
770 ], | 789 ], |
771 }], | 790 }], |
772 ], | 791 ], |
773 } | 792 } |
OLD | NEW |