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

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

Issue 2488393003: Changes views_aura_mus_unittests to create DesktopNativeWidgetAura (Closed)
Patch Set: git add 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
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "//ui/base:test_support", 1017 "//ui/base:test_support",
1018 "//ui/compositor", 1018 "//ui/compositor",
1019 "//ui/events:test_support", 1019 "//ui/events:test_support",
1020 "//ui/gl:test_support", 1020 "//ui/gl:test_support",
1021 "//ui/resources", 1021 "//ui/resources",
1022 "//ui/resources:ui_test_pak", 1022 "//ui/resources:ui_test_pak",
1023 "//ui/strings", 1023 "//ui/strings",
1024 ] 1024 ]
1025 } 1025 }
1026 } 1026 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('j') | ui/views/focus/focus_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698