| Index: chrome/app/vector_icons/BUILD.gn
|
| diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
|
| index 5c70490eaab1eb1895d0981521c260748129cd9e..131143666272bfc34d9cf0b5efe22d052fc7cf87 100644
|
| --- a/chrome/app/vector_icons/BUILD.gn
|
| +++ b/chrome/app/vector_icons/BUILD.gn
|
| @@ -63,6 +63,10 @@ aggregate_vector_icons("chrome_vector_icons") {
|
| "zoom_plus.icon",
|
| "${branding_path_component}/product.icon",
|
| ]
|
| +
|
| + if (is_mac) {
|
| + icons += [ "new_tab_mac_touchbar.icon" ]
|
| + }
|
| }
|
|
|
| source_set("vector_icons") {
|
|
|