| Index: ui/gfx/vector_icons/BUILD.gn
|
| diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
|
| index 1bd790f19c190a480ec95ddc1486270fe4c223c5..25edc972a563b76212561400fa5fd4b5a3616249 100644
|
| --- a/ui/gfx/vector_icons/BUILD.gn
|
| +++ b/ui/gfx/vector_icons/BUILD.gn
|
| @@ -64,6 +64,10 @@ action("aggregate_vector_icons") {
|
| "${branding_path_component}/product.icon",
|
| ]
|
|
|
| + if (is_mac) {
|
| + icons += [ "google_search_mac_touchbar.icon" ]
|
| + }
|
| +
|
| output_cc = "$target_gen_dir/vector_icons.cc"
|
| output_h = "$target_gen_dir/vector_icons.h"
|
|
|
|
|