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

Side by Side Diff: ui/views/BUILD.gn

Issue 2488393003: Changes views_aura_mus_unittests to create DesktopNativeWidgetAura (Closed)
Patch Set: remove this and fix mac Created 4 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
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "test/desktop_test_views_delegate.h", 673 "test/desktop_test_views_delegate.h",
674 "test/desktop_test_views_delegate_mac.mm", 674 "test/desktop_test_views_delegate_mac.mm",
675 "test/event_generator_delegate_mac.h", 675 "test/event_generator_delegate_mac.h",
676 "test/event_generator_delegate_mac.mm", 676 "test/event_generator_delegate_mac.mm",
677 "test/focus_manager_test.cc", 677 "test/focus_manager_test.cc",
678 "test/focus_manager_test.h", 678 "test/focus_manager_test.h",
679 "test/menu_runner_test_api.cc", 679 "test/menu_runner_test_api.cc",
680 "test/menu_runner_test_api.h", 680 "test/menu_runner_test_api.h",
681 "test/menu_test_utils.cc", 681 "test/menu_test_utils.cc",
682 "test/menu_test_utils.h", 682 "test/menu_test_utils.h",
683 "test/native_widget_factory.cc",
684 "test/native_widget_factory.h", 683 "test/native_widget_factory.h",
685 "test/scoped_views_test_helper.cc", 684 "test/scoped_views_test_helper.cc",
686 "test/scoped_views_test_helper.h", 685 "test/scoped_views_test_helper.h",
687 "test/slider_test_api.cc", 686 "test/slider_test_api.cc",
688 "test/slider_test_api.h", 687 "test/slider_test_api.h",
689 "test/test_layout_manager.cc", 688 "test/test_layout_manager.cc",
690 "test/test_layout_manager.h", 689 "test/test_layout_manager.h",
690 "test/test_platform_native_widget.h",
691 "test/test_slider.cc", 691 "test/test_slider.cc",
692 "test/test_slider.h", 692 "test/test_slider.h",
693 "test/test_views.cc", 693 "test/test_views.cc",
694 "test/test_views.h", 694 "test/test_views.h",
695 "test/test_views_delegate.h", 695 "test/test_views_delegate.h",
696 "test/test_views_delegate_mac.mm", 696 "test/test_views_delegate_mac.mm",
697 "test/test_widget_observer.cc", 697 "test/test_widget_observer.cc",
698 "test/test_widget_observer.h", 698 "test/test_widget_observer.h",
699 "test/views_interactive_ui_test_base.cc", 699 "test/views_interactive_ui_test_base.cc",
700 "test/views_interactive_ui_test_base.h", 700 "test/views_interactive_ui_test_base.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 "//ui/events:test_support", 737 "//ui/events:test_support",
738 "//ui/events/platform", 738 "//ui/events/platform",
739 "//ui/gfx", 739 "//ui/gfx",
740 "//ui/gfx/geometry", 740 "//ui/gfx/geometry",
741 "//ui/gl:test_support", 741 "//ui/gl:test_support",
742 ] 742 ]
743 743
744 sources += [ 744 sources += [
745 "test/platform_test_helper.cc", 745 "test/platform_test_helper.cc",
746 "test/platform_test_helper.h", 746 "test/platform_test_helper.h",
747 "test/platform_test_helper_cocoa.mm",
747 ] 748 ]
748 749
749 if (use_aura) { 750 if (use_aura) {
750 sources += [ 751 sources += [
751 "corewm/tooltip_controller_test_helper.cc", 752 "corewm/tooltip_controller_test_helper.cc",
752 "corewm/tooltip_controller_test_helper.h", 753 "corewm/tooltip_controller_test_helper.h",
753 "test/desktop_test_views_delegate_aura.cc", 754 "test/desktop_test_views_delegate_aura.cc",
754 "test/test_views_delegate_aura.cc", 755 "test/test_views_delegate_aura.cc",
755 "test/views_test_helper_aura.cc", 756 "test/views_test_helper_aura.cc",
756 "test/views_test_helper_aura.h", 757 "test/views_test_helper_aura.h",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "//ui/base:test_support", 1018 "//ui/base:test_support",
1018 "//ui/compositor", 1019 "//ui/compositor",
1019 "//ui/events:test_support", 1020 "//ui/events:test_support",
1020 "//ui/gl:test_support", 1021 "//ui/gl:test_support",
1021 "//ui/resources", 1022 "//ui/resources",
1022 "//ui/resources:ui_test_pak", 1023 "//ui/resources:ui_test_pak",
1023 "//ui/strings", 1024 "//ui/strings",
1024 ] 1025 ]
1025 } 1026 }
1026 } 1027 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698