| 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 "animation/test/test_ink_drop.h", | 653 "animation/test/test_ink_drop.h", |
| 654 "animation/test/test_ink_drop_animation_observer_helper.h", | 654 "animation/test/test_ink_drop_animation_observer_helper.h", |
| 655 "animation/test/test_ink_drop_highlight_observer.cc", | 655 "animation/test/test_ink_drop_highlight_observer.cc", |
| 656 "animation/test/test_ink_drop_highlight_observer.h", | 656 "animation/test/test_ink_drop_highlight_observer.h", |
| 657 "animation/test/test_ink_drop_host.cc", | 657 "animation/test/test_ink_drop_host.cc", |
| 658 "animation/test/test_ink_drop_host.h", | 658 "animation/test/test_ink_drop_host.h", |
| 659 "animation/test/test_ink_drop_ripple_observer.cc", | 659 "animation/test/test_ink_drop_ripple_observer.cc", |
| 660 "animation/test/test_ink_drop_ripple_observer.h", | 660 "animation/test/test_ink_drop_ripple_observer.h", |
| 661 "controls/textfield/textfield_test_api.cc", | 661 "controls/textfield/textfield_test_api.cc", |
| 662 "controls/textfield/textfield_test_api.h", | 662 "controls/textfield/textfield_test_api.h", |
| 663 "corewm/test/tooltip_aura_test_api.cc", |
| 664 "corewm/test/tooltip_aura_test_api.h", |
| 663 "test/capture_tracking_view.cc", | 665 "test/capture_tracking_view.cc", |
| 664 "test/capture_tracking_view.h", | 666 "test/capture_tracking_view.h", |
| 665 "test/combobox_test_api.cc", | 667 "test/combobox_test_api.cc", |
| 666 "test/combobox_test_api.h", | 668 "test/combobox_test_api.h", |
| 667 "test/desktop_test_views_delegate.h", | 669 "test/desktop_test_views_delegate.h", |
| 668 "test/desktop_test_views_delegate_mac.mm", | 670 "test/desktop_test_views_delegate_mac.mm", |
| 669 "test/event_generator_delegate_mac.h", | 671 "test/event_generator_delegate_mac.h", |
| 670 "test/event_generator_delegate_mac.mm", | 672 "test/event_generator_delegate_mac.mm", |
| 671 "test/focus_manager_test.cc", | 673 "test/focus_manager_test.cc", |
| 672 "test/focus_manager_test.h", | 674 "test/focus_manager_test.h", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 "//ui/base:test_support", | 1016 "//ui/base:test_support", |
| 1015 "//ui/compositor", | 1017 "//ui/compositor", |
| 1016 "//ui/events:test_support", | 1018 "//ui/events:test_support", |
| 1017 "//ui/gl:test_support", | 1019 "//ui/gl:test_support", |
| 1018 "//ui/resources", | 1020 "//ui/resources", |
| 1019 "//ui/resources:ui_test_pak", | 1021 "//ui/resources:ui_test_pak", |
| 1020 "//ui/strings", | 1022 "//ui/strings", |
| 1021 ] | 1023 ] |
| 1022 } | 1024 } |
| 1023 } | 1025 } |
| OLD | NEW |