| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'dragdrop/os_exchange_data_provider_aurax11.h', | 187 'dragdrop/os_exchange_data_provider_aurax11.h', |
| 188 'dragdrop/os_exchange_data_provider_mac.h', | 188 'dragdrop/os_exchange_data_provider_mac.h', |
| 189 'dragdrop/os_exchange_data_provider_mac.mm', | 189 'dragdrop/os_exchange_data_provider_mac.mm', |
| 190 'dragdrop/os_exchange_data_provider_win.cc', | 190 'dragdrop/os_exchange_data_provider_win.cc', |
| 191 'dragdrop/os_exchange_data_provider_win.h', | 191 'dragdrop/os_exchange_data_provider_win.h', |
| 192 'hit_test.h', | 192 'hit_test.h', |
| 193 'ime/candidate_window.cc', | 193 'ime/candidate_window.cc', |
| 194 'ime/candidate_window.h', | 194 'ime/candidate_window.h', |
| 195 'ime/chromeos/character_composer.cc', | 195 'ime/chromeos/character_composer.cc', |
| 196 'ime/chromeos/character_composer.h', | 196 'ime/chromeos/character_composer.h', |
| 197 'ime/chromeos/component_extension_ime_manager.cc', |
| 198 'ime/chromeos/component_extension_ime_manager.h', |
| 199 'ime/chromeos/composition_text.cc', |
| 200 'ime/chromeos/composition_text.h', |
| 201 'ime/chromeos/extension_ime_util.cc', |
| 202 'ime/chromeos/extension_ime_util.h', |
| 203 'ime/chromeos/fake_ime_keyboard.cc', |
| 204 'ime/chromeos/fake_ime_keyboard.h', |
| 205 'ime/chromeos/fake_input_method_delegate.cc', |
| 206 'ime/chromeos/fake_input_method_delegate.h', |
| 197 'ime/chromeos/ime_bridge.cc', | 207 'ime/chromeos/ime_bridge.cc', |
| 198 'ime/chromeos/ime_bridge.h', | 208 'ime/chromeos/ime_bridge.h', |
| 209 'ime/chromeos/ime_keyboard.cc', |
| 210 'ime/chromeos/ime_keyboard.h', |
| 211 'ime/chromeos/ime_keyboard_ozone.cc', |
| 212 'ime/chromeos/ime_keyboard_ozone.h', |
| 213 'ime/chromeos/ime_keyboard_x11.cc', |
| 214 'ime/chromeos/ime_keyboard_x11.h', |
| 199 'ime/chromeos/ime_keymap.cc', | 215 'ime/chromeos/ime_keymap.cc', |
| 200 'ime/chromeos/ime_keymap.h', | 216 'ime/chromeos/ime_keymap.h', |
| 217 'ime/chromeos/input_method_delegate.h', |
| 218 'ime/chromeos/input_method_descriptor.cc', |
| 219 'ime/chromeos/input_method_descriptor.h', |
| 220 'ime/chromeos/input_method_manager.cc', |
| 221 'ime/chromeos/input_method_manager.h', |
| 222 'ime/chromeos/input_method_whitelist.cc', |
| 223 'ime/chromeos/input_method_whitelist.h', |
| 224 'ime/chromeos/mock_component_extension_ime_manager_delegate.cc', |
| 225 'ime/chromeos/mock_component_extension_ime_manager_delegate.h', |
| 201 'ime/chromeos/mock_ime_candidate_window_handler.cc', | 226 'ime/chromeos/mock_ime_candidate_window_handler.cc', |
| 202 'ime/chromeos/mock_ime_candidate_window_handler.h', | 227 'ime/chromeos/mock_ime_candidate_window_handler.h', |
| 203 'ime/chromeos/mock_ime_engine_handler.cc', | 228 'ime/chromeos/mock_ime_engine_handler.cc', |
| 204 'ime/chromeos/mock_ime_engine_handler.h', | 229 'ime/chromeos/mock_ime_engine_handler.h', |
| 205 'ime/chromeos/mock_ime_input_context_handler.cc', | 230 'ime/chromeos/mock_ime_input_context_handler.cc', |
| 206 'ime/chromeos/mock_ime_input_context_handler.h', | 231 'ime/chromeos/mock_ime_input_context_handler.h', |
| 207 'ime/composition_text.cc', | 232 'ime/composition_text.cc', |
| 208 'ime/composition_text.h', | 233 'ime/composition_text.h', |
| 209 'ime/composition_text_util_pango.cc', | 234 'ime/composition_text_util_pango.cc', |
| 210 'ime/composition_text_util_pango.h', | 235 'ime/composition_text_util_pango.h', |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'hard_dependency': 1, | 676 'hard_dependency': 1, |
| 652 }], | 677 }], |
| 653 ['toolkit_views==0 and use_aura==0', { | 678 ['toolkit_views==0 and use_aura==0', { |
| 654 'sources!': [ | 679 'sources!': [ |
| 655 'ime/input_method_factory.cc', | 680 'ime/input_method_factory.cc', |
| 656 'ime/input_method_factory.h', | 681 'ime/input_method_factory.h', |
| 657 'ime/input_method_minimal.cc', | 682 'ime/input_method_minimal.cc', |
| 658 'ime/input_method_minimal.h', | 683 'ime/input_method_minimal.h', |
| 659 ], | 684 ], |
| 660 }], | 685 }], |
| 661 ['chromeos==0', { | |
| 662 'sources!': [ | |
| 663 'ime/input_method_chromeos.cc', | |
| 664 'ime/input_method_chromeos.h', | |
| 665 ], | |
| 666 }], | |
| 667 ['chromeos==1', { | 686 ['chromeos==1', { |
| 668 'dependencies': [ | 687 'dependencies': [ |
| 669 '../../chromeos/chromeos.gyp:chromeos', | 688 '../../chromeos/chromeos.gyp:chromeos', |
| 670 ], | 689 ], |
| 671 }], | 690 }], |
| 672 ['OS!="win"', { | 691 ['OS!="win"', { |
| 673 'sources!': [ | 692 'sources!': [ |
| 674 'ime/input_method_imm32.cc', | 693 'ime/input_method_imm32.cc', |
| 675 'ime/input_method_imm32.h', | 694 'ime/input_method_imm32.h', |
| 676 ], | 695 ], |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 ], | 785 ], |
| 767 'variables': { | 786 'variables': { |
| 768 'jni_gen_package': 'ui', | 787 'jni_gen_package': 'ui', |
| 769 }, | 788 }, |
| 770 'includes': [ '../../build/jni_generator.gypi' ], | 789 'includes': [ '../../build/jni_generator.gypi' ], |
| 771 }, | 790 }, |
| 772 ], | 791 ], |
| 773 }], | 792 }], |
| 774 ], | 793 ], |
| 775 } | 794 } |
| OLD | NEW |