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

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

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed mukai@'s comments. Created 6 years, 1 month 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'ime/chromeos/ime_bridge.cc', 194 'ime/chromeos/ime_bridge.cc',
195 'ime/chromeos/ime_bridge.h', 195 'ime/chromeos/ime_bridge.h',
196 'ime/chromeos/ime_keymap.cc', 196 'ime/chromeos/ime_keymap.cc',
197 'ime/chromeos/ime_keymap.h', 197 'ime/chromeos/ime_keymap.h',
198 'ime/chromeos/mock_ime_candidate_window_handler.cc', 198 'ime/chromeos/mock_ime_candidate_window_handler.cc',
199 'ime/chromeos/mock_ime_candidate_window_handler.h', 199 'ime/chromeos/mock_ime_candidate_window_handler.h',
200 'ime/chromeos/mock_ime_engine_handler.cc', 200 'ime/chromeos/mock_ime_engine_handler.cc',
201 'ime/chromeos/mock_ime_engine_handler.h', 201 'ime/chromeos/mock_ime_engine_handler.h',
202 'ime/chromeos/mock_ime_input_context_handler.cc', 202 'ime/chromeos/mock_ime_input_context_handler.cc',
203 'ime/chromeos/mock_ime_input_context_handler.h', 203 'ime/chromeos/mock_ime_input_context_handler.h',
204 'ime/chromeos/component_extension_ime_manager.cc',
Yuki 2014/11/20 09:23:03 Could you sort the files?
Shu Chen 2014/11/20 14:32:26 Done.
205 'ime/chromeos/component_extension_ime_manager.h',
206 'ime/chromeos/composition_text.cc',
207 'ime/chromeos/composition_text.h',
208 'ime/chromeos/extension_ime_util.cc',
209 'ime/chromeos/extension_ime_util.h',
210 'ime/chromeos/fake_ime_keyboard.cc',
211 'ime/chromeos/fake_ime_keyboard.h',
212 'ime/chromeos/ime_keyboard.cc',
213 'ime/chromeos/ime_keyboard.h',
214 'ime/chromeos/ime_keyboard_ozone.cc',
215 'ime/chromeos/ime_keyboard_ozone.h',
216 'ime/chromeos/ime_keyboard_x11.cc',
217 'ime/chromeos/ime_keyboard_x11.h',
218 'ime/chromeos/input_method_delegate.h',
219 'ime/chromeos/input_method_descriptor.cc',
220 'ime/chromeos/input_method_descriptor.h',
221 'ime/chromeos/input_method_manager.cc',
222 'ime/chromeos/input_method_manager.h',
223 'ime/chromeos/input_method_whitelist.cc',
224 'ime/chromeos/input_method_whitelist.h',
225 'ime/input_method_chromeos.cc',
226 'ime/input_method_chromeos.h',
204 'ime/composition_text.cc', 227 'ime/composition_text.cc',
205 'ime/composition_text.h', 228 'ime/composition_text.h',
206 'ime/composition_text_util_pango.cc', 229 'ime/composition_text_util_pango.cc',
207 'ime/composition_text_util_pango.h', 230 'ime/composition_text_util_pango.h',
208 'ime/composition_underline.h', 231 'ime/composition_underline.h',
209 'ime/dummy_input_method_delegate.cc', 232 'ime/dummy_input_method_delegate.cc',
210 'ime/dummy_input_method_delegate.h', 233 'ime/dummy_input_method_delegate.h',
211 'ime/infolist_entry.cc', 234 'ime/infolist_entry.cc',
212 'ime/infolist_entry.h', 235 'ime/infolist_entry.h',
213 'ime/input_method.h', 236 'ime/input_method.h',
214 'ime/input_method_auralinux.cc', 237 'ime/input_method_auralinux.cc',
215 'ime/input_method_auralinux.h', 238 'ime/input_method_auralinux.h',
216 'ime/input_method_base.cc', 239 'ime/input_method_base.cc',
217 'ime/input_method_base.h', 240 'ime/input_method_base.h',
218 'ime/input_method_chromeos.cc',
219 'ime/input_method_chromeos.h',
220 'ime/input_method_delegate.h', 241 'ime/input_method_delegate.h',
221 'ime/input_method_factory.cc', 242 'ime/input_method_factory.cc',
222 'ime/input_method_factory.h', 243 'ime/input_method_factory.h',
223 'ime/input_method_initializer.cc', 244 'ime/input_method_initializer.cc',
224 'ime/input_method_initializer.h', 245 'ime/input_method_initializer.h',
225 'ime/input_method_mac.h', 246 'ime/input_method_mac.h',
226 'ime/input_method_mac.mm', 247 'ime/input_method_mac.mm',
227 'ime/input_method_minimal.cc', 248 'ime/input_method_minimal.cc',
228 'ime/input_method_minimal.h', 249 'ime/input_method_minimal.h',
229 'ime/input_method_observer.h', 250 'ime/input_method_observer.h',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 ['toolkit_views==0 and use_aura==0', { 671 ['toolkit_views==0 and use_aura==0', {
651 'sources!': [ 672 'sources!': [
652 'ime/input_method_factory.cc', 673 'ime/input_method_factory.cc',
653 'ime/input_method_factory.h', 674 'ime/input_method_factory.h',
654 'ime/input_method_minimal.cc', 675 'ime/input_method_minimal.cc',
655 'ime/input_method_minimal.h', 676 'ime/input_method_minimal.h',
656 ], 677 ],
657 }], 678 }],
658 ['chromeos==0', { 679 ['chromeos==0', {
659 'sources!': [ 680 'sources!': [
681 'ime/chromeos/character_composer.cc',
Yuki 2014/11/20 09:23:03 filename_rules.gypi automatically excludes chromeo
Shu Chen 2014/11/20 14:32:26 Done.
682 'ime/chromeos/character_composer.h',
683 'ime/chromeos/ime_bridge.cc',
684 'ime/chromeos/ime_bridge.h',
685 'ime/chromeos/ime_keymap.cc',
686 'ime/chromeos/ime_keymap.h',
687 'ime/chromeos/mock_ime_candidate_window_handler.cc',
688 'ime/chromeos/mock_ime_candidate_window_handler.h',
689 'ime/chromeos/mock_ime_engine_handler.cc',
690 'ime/chromeos/mock_ime_engine_handler.h',
691 'ime/chromeos/mock_ime_input_context_handler.cc',
692 'ime/chromeos/mock_ime_input_context_handler.h',
693 'ime/chromeos/component_extension_ime_manager.cc',
694 'ime/chromeos/component_extension_ime_manager.h',
695 'ime/chromeos/composition_text.cc',
696 'ime/chromeos/composition_text.h',
697 'ime/chromeos/extension_ime_util.cc',
698 'ime/chromeos/extension_ime_util.h',
699 'ime/chromeos/fake_ime_keyboard.cc',
700 'ime/chromeos/fake_ime_keyboard.h',
701 'ime/chromeos/ime_keyboard.cc',
702 'ime/chromeos/ime_keyboard.h',
703 'ime/chromeos/ime_keyboard_ozone.cc',
704 'ime/chromeos/ime_keyboard_ozone.h',
705 'ime/chromeos/ime_keyboard_x11.cc',
706 'ime/chromeos/ime_keyboard_x11.h',
707 'ime/chromeos/input_method_delegate.h',
708 'ime/chromeos/input_method_descriptor.cc',
709 'ime/chromeos/input_method_descriptor.h',
710 'ime/chromeos/input_method_manager.cc',
711 'ime/chromeos/input_method_manager.h',
712 'ime/chromeos/input_method_whitelist.cc',
713 'ime/chromeos/input_method_whitelist.h',
660 'ime/input_method_chromeos.cc', 714 'ime/input_method_chromeos.cc',
Yuki 2014/11/20 09:23:03 Actually the files with the suffix "_chromeos.{h,c
Shu Chen 2014/11/20 14:32:26 Done.
661 'ime/input_method_chromeos.h', 715 'ime/input_method_chromeos.h',
662 ], 716 ],
663 }], 717 }],
664 ['chromeos==1', {
665 'dependencies': [
666 '../../chromeos/chromeos.gyp:chromeos',
667 ],
668 }],
669 ['OS!="win"', { 718 ['OS!="win"', {
670 'sources!': [ 719 'sources!': [
671 'ime/input_method_imm32.cc', 720 'ime/input_method_imm32.cc',
672 'ime/input_method_imm32.h', 721 'ime/input_method_imm32.h',
673 ], 722 ],
674 }], 723 }],
675 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', { 724 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
676 'sources!': [ 725 'sources!': [
677 'ime/input_method_auralinux.cc', 726 'ime/input_method_auralinux.cc',
678 'ime/input_method_auralinux.h', 727 'ime/input_method_auralinux.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 # to have sources that are built on iOS, the target should be changed 780 # to have sources that are built on iOS, the target should be changed
732 # to be of type static_library on all platforms. 781 # to be of type static_library on all platforms.
733 'type': 'none', 782 'type': 'none',
734 }], 783 }],
735 ['use_aura==1', { 784 ['use_aura==1', {
736 'sources!': [ 785 'sources!': [
737 'test/ui_controls_mac.mm', 786 'test/ui_controls_mac.mm',
738 'test/ui_controls_win.cc', 787 'test/ui_controls_win.cc',
739 ], 788 ],
740 }], 789 }],
790 ['chromeos == 1', {
791 'sources': [
792 'ime/chromeos/fake_input_method_delegate.cc',
Yuki 2014/11/20 09:23:03 Since chromeos/* are automatically excluded, you c
Shu Chen 2014/11/20 14:32:27 Done.
793 'ime/chromeos/fake_input_method_delegate.h',
794 'ime/chromeos/mock_component_extension_ime_manager_delegate.cc',
795 'ime/chromeos/mock_component_extension_ime_manager_delegate.h',
796 ],
797 }],
741 ], 798 ],
742 }, 799 },
743 ], 800 ],
744 'conditions': [ 801 'conditions': [
745 ['OS=="android"' , { 802 ['OS=="android"' , {
746 'targets': [ 803 'targets': [
747 { 804 {
748 # GN version: //ui/base:ui_base_jni_headers 805 # GN version: //ui/base:ui_base_jni_headers
749 'target_name': 'ui_base_jni_headers', 806 'target_name': 'ui_base_jni_headers',
750 'type': 'none', 807 'type': 'none',
(...skipping 10 matching lines...) Expand all
761 ], 818 ],
762 'variables': { 819 'variables': {
763 'jni_gen_package': 'ui', 820 'jni_gen_package': 'ui',
764 }, 821 },
765 'includes': [ '../../build/jni_generator.gypi' ], 822 'includes': [ '../../build/jni_generator.gypi' ],
766 }, 823 },
767 ], 824 ],
768 }], 825 }],
769 ], 826 ],
770 } 827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698