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

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

Issue 1978293003: Rename ViewTestSuite to ViewsTestSuite and put it in the proper file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « ui/views/run_all_unittests_main.cc ('k') | ui/views/views_test_suite.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'views_test_support_aura_sources': [ 554 'views_test_support_aura_sources': [
555 'corewm/tooltip_controller_test_helper.cc', 555 'corewm/tooltip_controller_test_helper.cc',
556 'corewm/tooltip_controller_test_helper.h', 556 'corewm/tooltip_controller_test_helper.h',
557 'test/desktop_test_views_delegate_aura.cc', 557 'test/desktop_test_views_delegate_aura.cc',
558 'test/test_views_delegate_aura.cc', 558 'test/test_views_delegate_aura.cc',
559 'test/views_test_helper_aura.cc', 559 'test/views_test_helper_aura.cc',
560 'test/views_test_helper_aura.h', 560 'test/views_test_helper_aura.h',
561 'test/widget_test_aura.cc', 561 'test/widget_test_aura.cc',
562 ], 562 ],
563 'views_test_support_desktop_aura_x11_sources': [ 563 'views_test_support_desktop_aura_x11_sources': [
564 'test/desktop_screen_x11_test_api.cc',
564 'test/desktop_screen_x11_test_api.h', 565 'test/desktop_screen_x11_test_api.h',
565 'test/desktop_screen_x11_test_api.cc',
566 'test/ui_controls_factory_desktop_aurax11.cc', 566 'test/ui_controls_factory_desktop_aurax11.cc',
567 'test/ui_controls_factory_desktop_aurax11.h', 567 'test/ui_controls_factory_desktop_aurax11.h',
568 ], 568 ],
569 'views_unittests_sources': [ 569 'views_unittests_sources': [
570 'accessibility/native_view_accessibility_unittest.cc', 570 'accessibility/native_view_accessibility_unittest.cc',
571 'accessibility/native_view_accessibility_win_unittest.cc', 571 'accessibility/native_view_accessibility_win_unittest.cc',
572 'accessible_pane_view_unittest.cc', 572 'accessible_pane_view_unittest.cc',
573 'animation/bounds_animator_unittest.cc', 573 'animation/bounds_animator_unittest.cc',
574 'animation/ink_drop_factory_unittest.cc', 574 'animation/ink_drop_factory_unittest.cc',
575 'animation/ink_drop_impl_unittest.cc', 575 'animation/ink_drop_impl_unittest.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'controls/table/test_table_model.h', 612 'controls/table/test_table_model.h',
613 'controls/textfield/textfield_model_unittest.cc', 613 'controls/textfield/textfield_model_unittest.cc',
614 'controls/textfield/textfield_unittest.cc', 614 'controls/textfield/textfield_unittest.cc',
615 'controls/tree/tree_view_unittest.cc', 615 'controls/tree/tree_view_unittest.cc',
616 'event_monitor_unittest.cc', 616 'event_monitor_unittest.cc',
617 'focus/focus_manager_unittest.cc', 617 'focus/focus_manager_unittest.cc',
618 'focus/focus_traversal_unittest.cc', 618 'focus/focus_traversal_unittest.cc',
619 'layout/box_layout_unittest.cc', 619 'layout/box_layout_unittest.cc',
620 'layout/grid_layout_unittest.cc', 620 'layout/grid_layout_unittest.cc',
621 'rect_based_targeting_utils_unittest.cc', 621 'rect_based_targeting_utils_unittest.cc',
622 'run_all_unittests.cc',
623 'run_all_unittests.h',
624 'run_all_unittests_main.cc', 622 'run_all_unittests_main.cc',
625 'style/mac/dialog_button_border_mac_unittest.cc', 623 'style/mac/dialog_button_border_mac_unittest.cc',
626 'view_model_unittest.cc', 624 'view_model_unittest.cc',
627 'view_model_utils_unittest.cc', 625 'view_model_utils_unittest.cc',
628 'view_targeter_unittest.cc', 626 'view_targeter_unittest.cc',
629 'view_unittest.cc', 627 'view_unittest.cc',
628 'views_test_suite.cc',
629 'views_test_suite.h',
630 'widget/native_widget_mac_unittest.mm', 630 'widget/native_widget_mac_unittest.mm',
631 'widget/native_widget_unittest.cc', 631 'widget/native_widget_unittest.cc',
632 'widget/root_view_unittest.cc', 632 'widget/root_view_unittest.cc',
633 'widget/widget_unittest.cc', 633 'widget/widget_unittest.cc',
634 'widget/window_reorderer_unittest.cc', 634 'widget/window_reorderer_unittest.cc',
635 'window/custom_frame_view_unittest.cc', 635 'window/custom_frame_view_unittest.cc',
636 'window/dialog_client_view_unittest.cc', 636 'window/dialog_client_view_unittest.cc',
637 'window/dialog_delegate_unittest.cc', 637 'window/dialog_delegate_unittest.cc',
638 ], 638 ],
639 'views_unittests_desktop_sources': [ 639 'views_unittests_desktop_sources': [
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 '../base/ui_base.gyp:ui_base_test_support', 1021 '../base/ui_base.gyp:ui_base_test_support',
1022 '../compositor/compositor.gyp:compositor_test_support', 1022 '../compositor/compositor.gyp:compositor_test_support',
1023 '../resources/ui_resources.gyp:ui_resources', 1023 '../resources/ui_resources.gyp:ui_resources',
1024 '../resources/ui_resources.gyp:ui_test_pak', 1024 '../resources/ui_resources.gyp:ui_test_pak',
1025 '../strings/ui_strings.gyp:ui_strings', 1025 '../strings/ui_strings.gyp:ui_strings',
1026 'views', 1026 'views',
1027 'views_test_support', 1027 'views_test_support',
1028 ], 1028 ],
1029 'sources': [ 1029 'sources': [
1030 'cocoa/bridged_native_widget_interactive_uitest.mm', 1030 'cocoa/bridged_native_widget_interactive_uitest.mm',
1031 'run_all_unittests.cc',
1032 'run_all_unittests.h',
1033 'run_all_unittests_main.cc', 1031 'run_all_unittests_main.cc',
1032 'views_test_suite.cc',
1033 'views_test_suite.h',
1034 'widget/native_widget_mac_interactive_uitest.mm', 1034 'widget/native_widget_mac_interactive_uitest.mm',
1035 ], 1035 ],
1036 'conditions': [ 1036 'conditions': [
1037 ['use_aura == 1', { 1037 ['use_aura == 1', {
1038 'dependencies': [ 1038 'dependencies': [
1039 '../aura/aura.gyp:aura', 1039 '../aura/aura.gyp:aura',
1040 '../wm/wm.gyp:wm', 1040 '../wm/wm.gyp:wm',
1041 ], 1041 ],
1042 }], 1042 }],
1043 ], 1043 ],
1044 }, # target_name: macviews_interactive_ui_tests 1044 }, # target_name: macviews_interactive_ui_tests
1045 ], # targets 1045 ], # targets
1046 }], 1046 }],
1047 ], # conditions 1047 ], # conditions
1048 } 1048 }
OLDNEW
« no previous file with comments | « ui/views/run_all_unittests_main.cc ('k') | ui/views/views_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698