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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/combobox/combobox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 7c3d7bbf3e46d17d6c3857c0c6643efb48141e0a..0332daf14f1348697d3de5b3598d8b2b513a019d 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -28,13 +28,6 @@ aggregate_vector_icons("views_vector_icons") {
"submenu_arrow.1x.icon",
"submenu_arrow.icon",
]
-
- if (is_mac) {
- icons += [
- "combobox_arrow_mac_enabled.icon",
- "combobox_arrow_mac_disabled.icon",
- ]
- }
}
component("views") {
« 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