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

Unified Diff: ui/gfx/BUILD.gn

Issue 1904753002: MenuButton: support Mac look & feel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes :) Created 4 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/gfx/gfx.gyp » ('j') | ui/gfx/scoped_canvas.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index bdff3e39588348d9a2edd490bf014b6ce9288a2c..d1a0e1a1b819c64eaf89ddec4338080cd16ca7c7 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -580,7 +580,10 @@ action("aggregate_vector_icons") {
]
if (is_mac) {
- sources += [ "vector_icons/combobox_arrow_mac.icon" ]
+ sources += [
+ "vector_icons/combobox_arrow_mac.icon",
+ "vector_icons/menu_button_arrow_mac.icon",
+ ]
}
}
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/scoped_canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698