| 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_slider.cc", | 688 "test/test_slider.cc", |
| 689 "test/test_slider.h", | 689 "test/test_slider.h", |
| 690 "test/test_views.cc", | 690 "test/test_views.cc", |
| 691 "test/test_views.h", | 691 "test/test_views.h", |
| 692 "test/test_views_delegate.h", | 692 "test/test_views_delegate.h", |
| 693 "test/test_views_delegate_mac.mm", | 693 "test/test_views_delegate_mac.mm", |
| 694 "test/test_widget_observer.cc", | 694 "test/test_widget_observer.cc", |
| 695 "test/test_widget_observer.h", | 695 "test/test_widget_observer.h", |
| 696 "test/views_interactive_ui_test_base.cc", |
| 697 "test/views_interactive_ui_test_base.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", |
| 698 "test/views_test_helper.cc", | 700 "test/views_test_helper.cc", |
| 699 "test/views_test_helper.h", | 701 "test/views_test_helper.h", |
| 700 "test/views_test_helper_mac.h", | 702 "test/views_test_helper_mac.h", |
| 701 "test/views_test_helper_mac.mm", | 703 "test/views_test_helper_mac.mm", |
| 702 "test/widget_test.cc", | 704 "test/widget_test.cc", |
| 703 "test/widget_test.h", | 705 "test/widget_test.h", |
| 704 "test/widget_test_mac.mm", | 706 "test/widget_test_mac.mm", |
| 705 "test/x11_property_change_waiter.cc", | 707 "test/x11_property_change_waiter.cc", |
| (...skipping 306 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 |