OLD | NEW |
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/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
9 import("//ui/ozone/ozone.gni") | 9 import("//ui/ozone/ozone.gni") |
10 import("//ui/vector_icons/vector_icons.gni") | 10 import("//ui/vector_icons/vector_icons.gni") |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 "test/menu_runner_test_api.h", | 704 "test/menu_runner_test_api.h", |
705 "test/menu_test_utils.cc", | 705 "test/menu_test_utils.cc", |
706 "test/menu_test_utils.h", | 706 "test/menu_test_utils.h", |
707 "test/native_widget_factory.h", | 707 "test/native_widget_factory.h", |
708 "test/scoped_views_test_helper.cc", | 708 "test/scoped_views_test_helper.cc", |
709 "test/scoped_views_test_helper.h", | 709 "test/scoped_views_test_helper.h", |
710 "test/slider_test_api.cc", | 710 "test/slider_test_api.cc", |
711 "test/slider_test_api.h", | 711 "test/slider_test_api.h", |
712 "test/test_layout_manager.cc", | 712 "test/test_layout_manager.cc", |
713 "test/test_layout_manager.h", | 713 "test/test_layout_manager.h", |
| 714 "test/test_layout_provider.cc", |
| 715 "test/test_layout_provider.h", |
714 "test/test_platform_native_widget.h", | 716 "test/test_platform_native_widget.h", |
715 "test/test_views.cc", | 717 "test/test_views.cc", |
716 "test/test_views.h", | 718 "test/test_views.h", |
717 "test/test_views_delegate.h", | 719 "test/test_views_delegate.h", |
718 "test/test_views_delegate_mac.mm", | 720 "test/test_views_delegate_mac.mm", |
719 "test/test_widget_observer.cc", | 721 "test/test_widget_observer.cc", |
720 "test/test_widget_observer.h", | 722 "test/test_widget_observer.h", |
721 "test/views_interactive_ui_test_base.cc", | 723 "test/views_interactive_ui_test_base.cc", |
722 "test/views_interactive_ui_test_base.h", | 724 "test/views_interactive_ui_test_base.h", |
723 "test/views_test_base.cc", | 725 "test/views_test_base.cc", |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 "//ui/base:test_support", | 1065 "//ui/base:test_support", |
1064 "//ui/compositor", | 1066 "//ui/compositor", |
1065 "//ui/events:test_support", | 1067 "//ui/events:test_support", |
1066 "//ui/gl:test_support", | 1068 "//ui/gl:test_support", |
1067 "//ui/resources", | 1069 "//ui/resources", |
1068 "//ui/resources:ui_test_pak", | 1070 "//ui/resources:ui_test_pak", |
1069 "//ui/strings", | 1071 "//ui/strings", |
1070 ] | 1072 ] |
1071 } | 1073 } |
1072 } | 1074 } |
OLD | NEW |