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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "controls/button/custom_button.cc", | 123 "controls/button/custom_button.cc", |
124 "controls/button/custom_button.h", | 124 "controls/button/custom_button.h", |
125 "controls/button/image_button.cc", | 125 "controls/button/image_button.cc", |
126 "controls/button/image_button.h", | 126 "controls/button/image_button.h", |
127 "controls/button/image_button_factory.cc", | 127 "controls/button/image_button_factory.cc", |
128 "controls/button/image_button_factory.h", | 128 "controls/button/image_button_factory.h", |
129 "controls/button/label_button.cc", | 129 "controls/button/label_button.cc", |
130 "controls/button/label_button.h", | 130 "controls/button/label_button.h", |
131 "controls/button/label_button_border.cc", | 131 "controls/button/label_button_border.cc", |
132 "controls/button/label_button_border.h", | 132 "controls/button/label_button_border.h", |
| 133 "controls/button/label_button_label.cc", |
| 134 "controls/button/label_button_label.h", |
133 "controls/button/md_text_button.cc", | 135 "controls/button/md_text_button.cc", |
134 "controls/button/md_text_button.h", | 136 "controls/button/md_text_button.h", |
135 "controls/button/menu_button.cc", | 137 "controls/button/menu_button.cc", |
136 "controls/button/menu_button.h", | 138 "controls/button/menu_button.h", |
137 "controls/button/menu_button_listener.h", | 139 "controls/button/menu_button_listener.h", |
138 "controls/button/radio_button.cc", | 140 "controls/button/radio_button.cc", |
139 "controls/button/radio_button.h", | 141 "controls/button/radio_button.h", |
140 "controls/button/toggle_button.cc", | 142 "controls/button/toggle_button.cc", |
141 "controls/button/toggle_button.h", | 143 "controls/button/toggle_button.h", |
142 "controls/combobox/combobox.cc", | 144 "controls/combobox/combobox.cc", |
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 "//ui/base:test_support", | 1077 "//ui/base:test_support", |
1076 "//ui/compositor", | 1078 "//ui/compositor", |
1077 "//ui/events:test_support", | 1079 "//ui/events:test_support", |
1078 "//ui/gl:test_support", | 1080 "//ui/gl:test_support", |
1079 "//ui/resources", | 1081 "//ui/resources", |
1080 "//ui/resources:ui_test_pak", | 1082 "//ui/resources:ui_test_pak", |
1081 "//ui/strings", | 1083 "//ui/strings", |
1082 ] | 1084 ] |
1083 } | 1085 } |
1084 } | 1086 } |
OLD | NEW |