Chromium Code Reviews| Index: chrome/app/vector_icons/BUILD.gn |
| diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn |
| index 12f028a2205396e3e1a6bf0f8c2a9be0b50b4fd4..be30fe3a0d2f2ce874a1a5c29b3ef6053e7f2409 100644 |
| --- a/chrome/app/vector_icons/BUILD.gn |
| +++ b/chrome/app/vector_icons/BUILD.gn |
| @@ -57,6 +57,10 @@ aggregate_vector_icons("chrome_vector_icons") { |
| "zoom_minus.icon", |
| "zoom_plus.icon", |
| ] |
| + |
| + if (is_mac) { |
| + icons += [ "new_tab_mac_touchbar.icon" ] |
| + } |
| } |
| source_set("vector_icons") { |