Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: ui/views/BUILD.gn

Issue 2826313006: views: remove PlatformStyle combobox hooks (Closed)
Patch Set: remove BUILD lines for deleted icons Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/views/controls/combobox/combobox.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10 matching lines...) Expand all
21 "checkbox_normal.icon", 21 "checkbox_normal.icon",
22 "menu_check.1x.icon", 22 "menu_check.1x.icon",
23 "menu_check.icon", 23 "menu_check.icon",
24 "menu_radio_empty.icon", 24 "menu_radio_empty.icon",
25 "menu_radio_selected.icon", 25 "menu_radio_selected.icon",
26 "radio_button_active.icon", 26 "radio_button_active.icon",
27 "radio_button_normal.icon", 27 "radio_button_normal.icon",
28 "submenu_arrow.1x.icon", 28 "submenu_arrow.1x.icon",
29 "submenu_arrow.icon", 29 "submenu_arrow.icon",
30 ] 30 ]
31
32 if (is_mac) {
33 icons += [
34 "combobox_arrow_mac_enabled.icon",
35 "combobox_arrow_mac_disabled.icon",
36 ]
37 }
38 } 31 }
39 32
40 component("views") { 33 component("views") {
41 all_dependent_configs = [ ":flags" ] 34 all_dependent_configs = [ ":flags" ]
42 sources = [ 35 sources = [
43 "accessibility/native_view_accessibility.h", 36 "accessibility/native_view_accessibility.h",
44 "accessible_pane_view.cc", 37 "accessible_pane_view.cc",
45 "accessible_pane_view.h", 38 "accessible_pane_view.h",
46 "animation/bounds_animator.cc", 39 "animation/bounds_animator.cc",
47 "animation/bounds_animator.h", 40 "animation/bounds_animator.h",
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 "//ui/base:test_support", 1070 "//ui/base:test_support",
1078 "//ui/compositor", 1071 "//ui/compositor",
1079 "//ui/events:test_support", 1072 "//ui/events:test_support",
1080 "//ui/gl:test_support", 1073 "//ui/gl:test_support",
1081 "//ui/resources", 1074 "//ui/resources",
1082 "//ui/resources:ui_test_pak", 1075 "//ui/resources:ui_test_pak",
1083 "//ui/strings", 1076 "//ui/strings",
1084 ] 1077 ]
1085 } 1078 }
1086 } 1079 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/controls/combobox/combobox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698