| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index bdff3e39588348d9a2edd490bf014b6ce9288a2c..91c3e97075a1b051351050965c011ba8a91a6fa6 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -162,6 +162,7 @@ component("gfx") {
|
| "range/range_f.h",
|
| "range/range_mac.mm",
|
| "range/range_win.cc",
|
| + "scoped_canvas.cc",
|
| "scoped_canvas.h",
|
| "scoped_cg_context_save_gstate_mac.h",
|
| "scoped_ns_graphics_context_save_gstate_mac.h",
|
| @@ -580,7 +581,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",
|
| + ]
|
| }
|
| }
|
|
|
|
|