Chromium Code Reviews| 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", |
| + ] |
| } |
| } |