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

Unified Diff: ui/gfx/BUILD.gn

Issue 2051663005: Vectorize the remaining material design shelf icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only load MD icons when needed Created 4 years, 6 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: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index c28468f0e1ffc5805520157a9e6c6a0c59f5bbac..cff848c799a85971d1c4363f9ddf40c254f373fa 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -515,6 +515,14 @@ action("aggregate_vector_icons") {
"vector_icons/settings.icon",
"vector_icons/shelf_applist.1x.icon",
"vector_icons/shelf_applist.icon",
+ "vector_icons/shelf_keyboard.1x.icon",
+ "vector_icons/shelf_keyboard.icon",
+ "vector_icons/shelf_notifications.1x.icon",
+ "vector_icons/shelf_notifications.icon",
+ "vector_icons/shelf_overflow.1x.icon",
+ "vector_icons/shelf_overflow.icon",
+ "vector_icons/shelf_overview.1x.icon",
+ "vector_icons/shelf_overview.icon",
"vector_icons/smartphone.icon",
"vector_icons/submenu_arrow.1x.icon",
"vector_icons/submenu_arrow.icon",

Powered by Google App Engine
This is Rietveld 408576698