OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 'test/ui_controls_factory_desktop_aurax11.cc', | 622 'test/ui_controls_factory_desktop_aurax11.cc', |
623 'test/ui_controls_factory_desktop_aurax11.h', | 623 'test/ui_controls_factory_desktop_aurax11.h', |
624 'test/views_test_base.cc', | 624 'test/views_test_base.cc', |
625 'test/views_test_base.h', | 625 'test/views_test_base.h', |
626 'test/views_test_helper.cc', | 626 'test/views_test_helper.cc', |
627 'test/views_test_helper.h', | 627 'test/views_test_helper.h', |
628 'test/views_test_helper_aura.cc', | 628 'test/views_test_helper_aura.cc', |
629 'test/views_test_helper_aura.h', | 629 'test/views_test_helper_aura.h', |
630 'test/views_test_helper_mac.h', | 630 'test/views_test_helper_mac.h', |
631 'test/views_test_helper_mac.mm', | 631 'test/views_test_helper_mac.mm', |
| 632 'test/widget_event_generator.h', |
| 633 'test/widget_event_generator_aura.cc', |
| 634 'test/widget_event_generator_mac.mm', |
632 'test/widget_test.cc', | 635 'test/widget_test.cc', |
633 'test/widget_test.h', | 636 'test/widget_test.h', |
634 'test/widget_test_aura.cc', | 637 'test/widget_test_aura.cc', |
635 'test/widget_test_mac.mm', | 638 'test/widget_test_mac.mm', |
636 'test/x11_property_change_waiter.cc', | 639 'test/x11_property_change_waiter.cc', |
637 'test/x11_property_change_waiter.h', | 640 'test/x11_property_change_waiter.h', |
638 ], | 641 ], |
639 'conditions': [ | 642 'conditions': [ |
640 ['chromeos==1', { | 643 ['chromeos==1', { |
641 'sources!': [ | 644 'sources!': [ |
(...skipping 20 matching lines...) Expand all Loading... |
662 '../../third_party/icu/icu.gyp:icui18n', | 665 '../../third_party/icu/icu.gyp:icui18n', |
663 '../../third_party/icu/icu.gyp:icuuc', | 666 '../../third_party/icu/icu.gyp:icuuc', |
664 '../../url/url.gyp:url_lib', | 667 '../../url/url.gyp:url_lib', |
665 '../accessibility/accessibility.gyp:accessibility', | 668 '../accessibility/accessibility.gyp:accessibility', |
666 '../base/ui_base.gyp:ui_base', | 669 '../base/ui_base.gyp:ui_base', |
667 '../base/ui_base.gyp:ui_base_test_support', | 670 '../base/ui_base.gyp:ui_base_test_support', |
668 '../compositor/compositor.gyp:compositor', | 671 '../compositor/compositor.gyp:compositor', |
669 '../compositor/compositor.gyp:compositor_test_support', | 672 '../compositor/compositor.gyp:compositor_test_support', |
670 '../events/events.gyp:events', | 673 '../events/events.gyp:events', |
671 '../events/events.gyp:events_base', | 674 '../events/events.gyp:events_base', |
| 675 '../events/events.gyp:events_test_support', |
672 '../gfx/gfx.gyp:gfx', | 676 '../gfx/gfx.gyp:gfx', |
673 '../gfx/gfx.gyp:gfx_geometry', | 677 '../gfx/gfx.gyp:gfx_geometry', |
674 '../resources/ui_resources.gyp:ui_resources', | 678 '../resources/ui_resources.gyp:ui_resources', |
675 '../resources/ui_resources.gyp:ui_test_pak', | 679 '../resources/ui_resources.gyp:ui_test_pak', |
676 '../strings/ui_strings.gyp:ui_strings', | 680 '../strings/ui_strings.gyp:ui_strings', |
677 'views', | 681 'views', |
678 'views_test_support', | 682 'views_test_support', |
679 ], | 683 ], |
680 'include_dirs': [ | 684 'include_dirs': [ |
681 '..', | 685 '..', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 ['use_x11==1', { | 813 ['use_x11==1', { |
810 'dependencies': [ | 814 'dependencies': [ |
811 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 815 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
812 ], | 816 ], |
813 }], | 817 }], |
814 ['OS=="mac"', { | 818 ['OS=="mac"', { |
815 # views_unittests not yet compiling on Mac. http://crbug.com/378134 | 819 # views_unittests not yet compiling on Mac. http://crbug.com/378134 |
816 'sources!': [ | 820 'sources!': [ |
817 'bubble/bubble_window_targeter_unittest.cc', | 821 'bubble/bubble_window_targeter_unittest.cc', |
818 'controls/button/custom_button_unittest.cc', | 822 'controls/button/custom_button_unittest.cc', |
819 'controls/button/menu_button_unittest.cc', | |
820 'controls/native/native_view_host_unittest.cc', | 823 'controls/native/native_view_host_unittest.cc', |
821 'controls/menu/menu_controller_unittest.cc', | 824 'controls/menu/menu_controller_unittest.cc', |
822 'ime/input_method_bridge_unittest.cc', | 825 'ime/input_method_bridge_unittest.cc', |
823 'focus/focus_manager_unittest.cc', | 826 'focus/focus_manager_unittest.cc', |
824 'widget/window_reorderer_unittest.cc', | 827 'widget/window_reorderer_unittest.cc', |
825 'widget/widget_unittest.cc', | |
826 ] | 828 ] |
827 }], | 829 }], |
828 ], | 830 ], |
829 }, # target_name: views_unittests | 831 }, # target_name: views_unittests |
830 ], # targets | 832 ], # targets |
831 'conditions': [ | 833 'conditions': [ |
832 ['OS=="mac"', { | 834 ['OS=="mac"', { |
833 'targets': [ | 835 'targets': [ |
834 { | 836 { |
835 'target_name': 'macviews_interactive_ui_tests', | 837 'target_name': 'macviews_interactive_ui_tests', |
(...skipping 12 matching lines...) Expand all Loading... |
848 ], | 850 ], |
849 'sources': [ | 851 'sources': [ |
850 'run_all_unittests.cc', | 852 'run_all_unittests.cc', |
851 'widget/native_widget_mac_interactive_uitest.mm', | 853 'widget/native_widget_mac_interactive_uitest.mm', |
852 ], | 854 ], |
853 }, # target_name: macviews_interactive_ui_tests | 855 }, # target_name: macviews_interactive_ui_tests |
854 ], # targets | 856 ], # targets |
855 }], | 857 }], |
856 ], # conditions | 858 ], # conditions |
857 } | 859 } |
OLD | NEW |