| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "controls/button/radio_button.h", | 109 "controls/button/radio_button.h", |
| 110 "controls/button/toggle_button.cc", | 110 "controls/button/toggle_button.cc", |
| 111 "controls/button/toggle_button.h", | 111 "controls/button/toggle_button.h", |
| 112 "controls/button/vector_icon_button.cc", | 112 "controls/button/vector_icon_button.cc", |
| 113 "controls/button/vector_icon_button.h", | 113 "controls/button/vector_icon_button.h", |
| 114 "controls/button/vector_icon_button_delegate.cc", | 114 "controls/button/vector_icon_button_delegate.cc", |
| 115 "controls/button/vector_icon_button_delegate.h", | 115 "controls/button/vector_icon_button_delegate.h", |
| 116 "controls/combobox/combobox.cc", | 116 "controls/combobox/combobox.cc", |
| 117 "controls/combobox/combobox.h", | 117 "controls/combobox/combobox.h", |
| 118 "controls/combobox/combobox_listener.h", | 118 "controls/combobox/combobox_listener.h", |
| 119 "controls/focus_ring.cc", |
| 120 "controls/focus_ring.h", |
| 119 "controls/focusable_border.cc", | 121 "controls/focusable_border.cc", |
| 120 "controls/focusable_border.h", | 122 "controls/focusable_border.h", |
| 121 "controls/focusable_rounded_border_mac.cc", | 123 "controls/focusable_rounded_border_mac.cc", |
| 122 "controls/focusable_rounded_border_mac.h", | 124 "controls/focusable_rounded_border_mac.h", |
| 123 "controls/glow_hover_controller.cc", | 125 "controls/glow_hover_controller.cc", |
| 124 "controls/glow_hover_controller.h", | 126 "controls/glow_hover_controller.h", |
| 125 "controls/image_view.cc", | 127 "controls/image_view.cc", |
| 126 "controls/image_view.h", | 128 "controls/image_view.h", |
| 127 "controls/label.cc", | 129 "controls/label.cc", |
| 128 "controls/label.h", | 130 "controls/label.h", |
| (...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 "//ui/base:test_support", | 1010 "//ui/base:test_support", |
| 1009 "//ui/compositor", | 1011 "//ui/compositor", |
| 1010 "//ui/events:test_support", | 1012 "//ui/events:test_support", |
| 1011 "//ui/gl:test_support", | 1013 "//ui/gl:test_support", |
| 1012 "//ui/resources", | 1014 "//ui/resources", |
| 1013 "//ui/resources:ui_test_pak", | 1015 "//ui/resources:ui_test_pak", |
| 1014 "//ui/strings", | 1016 "//ui/strings", |
| 1015 ] | 1017 ] |
| 1016 } | 1018 } |
| 1017 } | 1019 } |
| OLD | NEW |