| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'hard_dependency': 1, | 637 'hard_dependency': 1, |
| 638 }], | 638 }], |
| 639 ['toolkit_views==0 and use_aura==0', { | 639 ['toolkit_views==0 and use_aura==0', { |
| 640 'sources!': [ | 640 'sources!': [ |
| 641 'ime/input_method_factory.cc', | 641 'ime/input_method_factory.cc', |
| 642 'ime/input_method_factory.h', | 642 'ime/input_method_factory.h', |
| 643 'ime/input_method_minimal.cc', | 643 'ime/input_method_minimal.cc', |
| 644 'ime/input_method_minimal.h', | 644 'ime/input_method_minimal.h', |
| 645 ], | 645 ], |
| 646 }], | 646 }], |
| 647 ['chromeos==0 or use_x11==0', { | 647 ['chromeos==0', { |
| 648 'sources!': [ | 648 'sources!': [ |
| 649 'ime/input_method_chromeos.cc', | 649 'ime/input_method_chromeos.cc', |
| 650 'ime/input_method_chromeos.h', | 650 'ime/input_method_chromeos.h', |
| 651 ], | 651 ], |
| 652 }], | 652 }], |
| 653 ['chromeos==1', { | 653 ['chromeos==1', { |
| 654 'dependencies': [ | 654 'dependencies': [ |
| 655 '../../chromeos/chromeos.gyp:chromeos', | 655 '../../chromeos/chromeos.gyp:chromeos', |
| 656 ], | 656 ], |
| 657 }], | 657 }], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 671 'ime/linux/fake_input_method_context_factory.h', | 671 'ime/linux/fake_input_method_context_factory.h', |
| 672 'ime/linux/linux_input_method_context.h', | 672 'ime/linux/linux_input_method_context.h', |
| 673 'ime/linux/linux_input_method_context_factory.cc', | 673 'ime/linux/linux_input_method_context_factory.cc', |
| 674 'ime/linux/linux_input_method_context_factory.h', | 674 'ime/linux/linux_input_method_context_factory.h', |
| 675 ], | 675 ], |
| 676 }], | 676 }], |
| 677 ['use_x11==0', { | 677 ['use_x11==0', { |
| 678 'sources!': [ | 678 'sources!': [ |
| 679 'ime/composition_text_util_pango.cc', | 679 'ime/composition_text_util_pango.cc', |
| 680 'ime/composition_text_util_pango.h', | 680 'ime/composition_text_util_pango.h', |
| 681 'ime/chromeos/character_composer.cc', | |
| 682 'ime/chromeos/character_composer.h', | |
| 683 ], | 681 ], |
| 684 }], | 682 }], |
| 685 ], | 683 ], |
| 686 }, | 684 }, |
| 687 { | 685 { |
| 688 # GN version: //ui/base:test_support | 686 # GN version: //ui/base:test_support |
| 689 'target_name': 'ui_base_test_support', | 687 'target_name': 'ui_base_test_support', |
| 690 'dependencies': [ | 688 'dependencies': [ |
| 691 '../../base/base.gyp:base', | 689 '../../base/base.gyp:base', |
| 692 '../../skia/skia.gyp:skia', | 690 '../../skia/skia.gyp:skia', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 ], | 750 ], |
| 753 'variables': { | 751 'variables': { |
| 754 'jni_gen_package': 'ui', | 752 'jni_gen_package': 'ui', |
| 755 }, | 753 }, |
| 756 'includes': [ '../../build/jni_generator.gypi' ], | 754 'includes': [ '../../build/jni_generator.gypi' ], |
| 757 }, | 755 }, |
| 758 ], | 756 ], |
| 759 }], | 757 }], |
| 760 ], | 758 ], |
| 761 } | 759 } |
| OLD | NEW |