Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(962)

Side by Side Diff: ui/base/ui_base.gyp

Issue 444523003: Support IME extensions for Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compiling failures. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
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 }
OLDNEW
« ui/base/ime/input_method_factory.cc ('K') | « ui/base/ime/input_method_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698