Index: chrome/app/vector_icons/BUILD.gn |
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn |
index 13becad8c514d14a4354f73a940acdfde2473e67..13cffd529e6073bca9231818756da74c8203f81a 100644 |
--- a/chrome/app/vector_icons/BUILD.gn |
+++ b/chrome/app/vector_icons/BUILD.gn |
@@ -30,6 +30,7 @@ aggregate_vector_icons("chrome_vector_icons") { |
"crashed_tab.icon", |
"credit_card.1x.icon", |
"credit_card.icon", |
+ "eol.icon", |
"extension.icon", |
"extension_crashed.icon", |
"file_download.icon", |
@@ -94,7 +95,11 @@ aggregate_vector_icons("chrome_vector_icons") { |
] |
if (is_mac) { |
- icons += [ "new_tab_mac_touchbar.icon" ] |
+ icons += [ |
+ "default_favicon.icon", |
+ "google_search_mac_touchbar.icon", |
+ "new_tab_mac_touchbar.icon", |
+ ] |
} |
} |