| 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/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
| 9 | 9 |
| 10 config("flags") { | 10 config("flags") { |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 "test/menu_runner_test_api.cc", | 678 "test/menu_runner_test_api.cc", |
| 679 "test/menu_runner_test_api.h", | 679 "test/menu_runner_test_api.h", |
| 680 "test/menu_test_utils.cc", | 680 "test/menu_test_utils.cc", |
| 681 "test/menu_test_utils.h", | 681 "test/menu_test_utils.h", |
| 682 "test/native_widget_factory.cc", | 682 "test/native_widget_factory.cc", |
| 683 "test/native_widget_factory.h", | 683 "test/native_widget_factory.h", |
| 684 "test/scoped_views_test_helper.cc", | 684 "test/scoped_views_test_helper.cc", |
| 685 "test/scoped_views_test_helper.h", | 685 "test/scoped_views_test_helper.h", |
| 686 "test/slider_test_api.cc", | 686 "test/slider_test_api.cc", |
| 687 "test/slider_test_api.h", | 687 "test/slider_test_api.h", |
| 688 "test/test_layout_manager.cc", |
| 689 "test/test_layout_manager.h", |
| 688 "test/test_slider.cc", | 690 "test/test_slider.cc", |
| 689 "test/test_slider.h", | 691 "test/test_slider.h", |
| 690 "test/test_views.cc", | 692 "test/test_views.cc", |
| 691 "test/test_views.h", | 693 "test/test_views.h", |
| 692 "test/test_views_delegate.h", | 694 "test/test_views_delegate.h", |
| 693 "test/test_views_delegate_mac.mm", | 695 "test/test_views_delegate_mac.mm", |
| 694 "test/test_widget_observer.cc", | 696 "test/test_widget_observer.cc", |
| 695 "test/test_widget_observer.h", | 697 "test/test_widget_observer.h", |
| 696 "test/views_test_base.cc", | 698 "test/views_test_base.cc", |
| 697 "test/views_test_base.h", | 699 "test/views_test_base.h", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 "//ui/base:test_support", | 1014 "//ui/base:test_support", |
| 1013 "//ui/compositor", | 1015 "//ui/compositor", |
| 1014 "//ui/events:test_support", | 1016 "//ui/events:test_support", |
| 1015 "//ui/gl:test_support", | 1017 "//ui/gl:test_support", |
| 1016 "//ui/resources", | 1018 "//ui/resources", |
| 1017 "//ui/resources:ui_test_pak", | 1019 "//ui/resources:ui_test_pak", |
| 1018 "//ui/strings", | 1020 "//ui/strings", |
| 1019 ] | 1021 ] |
| 1020 } | 1022 } |
| 1021 } | 1023 } |
| OLD | NEW |