Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: chrome/app/vector_icons/BUILD.gn

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix cast shell maybe Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698