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

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 deps 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
« no previous file with comments | « ash/resources/vector_icons/check_circle.1x.icon ('k') | chrome/app/vector_icons/default_favicon.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
}
« no previous file with comments | « ash/resources/vector_icons/check_circle.1x.icon ('k') | chrome/app/vector_icons/default_favicon.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698