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 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
8 'views_sources': [ | 8 'views_sources': [ |
9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 436 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
437 ], | 437 ], |
438 'views_test_support_sources': [ | 438 'views_test_support_sources': [ |
439 'controls/textfield/textfield_test_api.cc', | 439 'controls/textfield/textfield_test_api.cc', |
440 'controls/textfield/textfield_test_api.h', | 440 'controls/textfield/textfield_test_api.h', |
441 'test/capture_tracking_view.cc', | 441 'test/capture_tracking_view.cc', |
442 'test/capture_tracking_view.h', | 442 'test/capture_tracking_view.h', |
443 'test/desktop_test_views_delegate.h', | 443 'test/desktop_test_views_delegate.h', |
444 'test/desktop_test_views_delegate_aura.cc', | 444 'test/desktop_test_views_delegate_aura.cc', |
445 'test/desktop_test_views_delegate_mac.mm', | 445 'test/desktop_test_views_delegate_mac.mm', |
| 446 'test/event_generator_delegate_mac.mm', |
446 'test/menu_runner_test_api.cc', | 447 'test/menu_runner_test_api.cc', |
447 'test/menu_runner_test_api.h', | 448 'test/menu_runner_test_api.h', |
448 'test/slider_test_api.cc', | 449 'test/slider_test_api.cc', |
449 'test/slider_test_api.h', | 450 'test/slider_test_api.h', |
450 'test/test_views.cc', | 451 'test/test_views.cc', |
451 'test/test_views.h', | 452 'test/test_views.h', |
452 'test/test_views_delegate.h', | 453 'test/test_views_delegate.h', |
453 'test/test_views_delegate_aura.cc', | 454 'test/test_views_delegate_aura.cc', |
454 'test/test_views_delegate_mac.mm', | 455 'test/test_views_delegate_mac.mm', |
455 'test/test_widget_observer.cc', | 456 'test/test_widget_observer.cc', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 '../../third_party/icu/icu.gyp:icui18n', | 728 '../../third_party/icu/icu.gyp:icui18n', |
728 '../../third_party/icu/icu.gyp:icuuc', | 729 '../../third_party/icu/icu.gyp:icuuc', |
729 '../../url/url.gyp:url_lib', | 730 '../../url/url.gyp:url_lib', |
730 '../accessibility/accessibility.gyp:accessibility', | 731 '../accessibility/accessibility.gyp:accessibility', |
731 '../base/ui_base.gyp:ui_base', | 732 '../base/ui_base.gyp:ui_base', |
732 '../base/ui_base.gyp:ui_base_test_support', | 733 '../base/ui_base.gyp:ui_base_test_support', |
733 '../compositor/compositor.gyp:compositor', | 734 '../compositor/compositor.gyp:compositor', |
734 '../compositor/compositor.gyp:compositor_test_support', | 735 '../compositor/compositor.gyp:compositor_test_support', |
735 '../events/events.gyp:events', | 736 '../events/events.gyp:events', |
736 '../events/events.gyp:events_base', | 737 '../events/events.gyp:events_base', |
| 738 '../events/events.gyp:events_test_support', |
737 '../gfx/gfx.gyp:gfx', | 739 '../gfx/gfx.gyp:gfx', |
738 '../gfx/gfx.gyp:gfx_geometry', | 740 '../gfx/gfx.gyp:gfx_geometry', |
739 '../resources/ui_resources.gyp:ui_resources', | 741 '../resources/ui_resources.gyp:ui_resources', |
740 '../resources/ui_resources.gyp:ui_test_pak', | 742 '../resources/ui_resources.gyp:ui_test_pak', |
741 '../strings/ui_strings.gyp:ui_strings', | 743 '../strings/ui_strings.gyp:ui_strings', |
742 'views', | 744 'views', |
743 'views_test_support', | 745 'views_test_support', |
744 ], | 746 ], |
745 'include_dirs': [ | 747 'include_dirs': [ |
746 '..', | 748 '..', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 ['use_x11==1', { | 817 ['use_x11==1', { |
816 'dependencies': [ | 818 'dependencies': [ |
817 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 819 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
818 ], | 820 ], |
819 }], | 821 }], |
820 ['OS=="mac"', { | 822 ['OS=="mac"', { |
821 # views_unittests not yet compiling on Mac. http://crbug.com/378134 | 823 # views_unittests not yet compiling on Mac. http://crbug.com/378134 |
822 'sources!': [ | 824 'sources!': [ |
823 'bubble/bubble_window_targeter_unittest.cc', | 825 'bubble/bubble_window_targeter_unittest.cc', |
824 'controls/button/custom_button_unittest.cc', | 826 'controls/button/custom_button_unittest.cc', |
825 'controls/button/menu_button_unittest.cc', | |
826 'controls/native/native_view_host_unittest.cc', | 827 'controls/native/native_view_host_unittest.cc', |
827 'controls/menu/menu_controller_unittest.cc', | 828 'controls/menu/menu_controller_unittest.cc', |
828 'ime/input_method_bridge_unittest.cc', | 829 'ime/input_method_bridge_unittest.cc', |
829 'focus/focus_manager_unittest.cc', | 830 'focus/focus_manager_unittest.cc', |
830 'widget/window_reorderer_unittest.cc', | 831 'widget/window_reorderer_unittest.cc', |
831 'widget/widget_unittest.cc', | |
832 ] | 832 ] |
833 }], | 833 }], |
834 ], | 834 ], |
835 }, # target_name: views_unittests | 835 }, # target_name: views_unittests |
836 ], # targets | 836 ], # targets |
837 'conditions': [ | 837 'conditions': [ |
838 ['OS=="mac"', { | 838 ['OS=="mac"', { |
839 'targets': [ | 839 'targets': [ |
840 { | 840 { |
841 # GN version: //ui/views:macviews_interactive_ui_tests | 841 # GN version: //ui/views:macviews_interactive_ui_tests |
(...skipping 21 matching lines...) Expand all Loading... |
863 '../aura/aura.gyp:aura', | 863 '../aura/aura.gyp:aura', |
864 '../wm/wm.gyp:wm', | 864 '../wm/wm.gyp:wm', |
865 ], | 865 ], |
866 }], | 866 }], |
867 ], | 867 ], |
868 }, # target_name: macviews_interactive_ui_tests | 868 }, # target_name: macviews_interactive_ui_tests |
869 ], # targets | 869 ], # targets |
870 }], | 870 }], |
871 ], # conditions | 871 ], # conditions |
872 } | 872 } |
OLD | NEW |