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

Side by Side Diff: ui/views/views.gyp

Issue 322893005: MacViews: Add WidgetEventGenerator to abstract platform-specific event generation for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No inheritance Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'test/ui_controls_factory_desktop_aurax11.cc', 457 'test/ui_controls_factory_desktop_aurax11.cc',
458 'test/ui_controls_factory_desktop_aurax11.h', 458 'test/ui_controls_factory_desktop_aurax11.h',
459 'test/views_test_base.cc', 459 'test/views_test_base.cc',
460 'test/views_test_base.h', 460 'test/views_test_base.h',
461 'test/views_test_helper.cc', 461 'test/views_test_helper.cc',
462 'test/views_test_helper.h', 462 'test/views_test_helper.h',
463 'test/views_test_helper_aura.cc', 463 'test/views_test_helper_aura.cc',
464 'test/views_test_helper_aura.h', 464 'test/views_test_helper_aura.h',
465 'test/views_test_helper_mac.h', 465 'test/views_test_helper_mac.h',
466 'test/views_test_helper_mac.mm', 466 'test/views_test_helper_mac.mm',
467 'test/widget_event_generator_mac.mm',
467 'test/widget_test.cc', 468 'test/widget_test.cc',
468 'test/widget_test.h', 469 'test/widget_test.h',
469 'test/widget_test_aura.cc', 470 'test/widget_test_aura.cc',
470 'test/widget_test_mac.mm', 471 'test/widget_test_mac.mm',
471 'test/x11_property_change_waiter.cc', 472 'test/x11_property_change_waiter.cc',
472 'test/x11_property_change_waiter.h', 473 'test/x11_property_change_waiter.h',
473 ], 474 ],
474 'views_test_support_aura_sources': [ 475 'views_test_support_aura_sources': [
475 'corewm/tooltip_controller_test_helper.cc', 476 'corewm/tooltip_controller_test_helper.cc',
476 'corewm/tooltip_controller_test_helper.h', 477 'corewm/tooltip_controller_test_helper.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698