| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index b1304fac555bf4ff6ad2524ef4deeb55479e650f..5a5b728a556f7dc0512f744ae01739708fe5e903 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -576,6 +576,10 @@ action("aggregate_vector_icons") {
|
| "--output_cc=" + rebase_path(vector_icons_cc_file, root_build_dir),
|
| "--output_h=" + rebase_path(vector_icons_h_file, root_build_dir),
|
| ]
|
| +
|
| + if (is_mac) {
|
| + sources += [ "vector_icons/combobox_arrow_mac.icon" ]
|
| + }
|
| }
|
|
|
| # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
|
|
|