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

Unified Diff: ui/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 | « ui/gfx/vector_icons_public.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/vector_icons/BUILD.gn
diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn
index f8228a626dc7d00880b6ddd5e54a529d0919071f..9530a13962b452ef2d716fe563b0e77f236edd83 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -11,11 +11,14 @@ aggregate_vector_icons("ui_vector_icons") {
icons = [
"back_arrow.1x.icon",
"back_arrow.icon",
+ "business.icon",
+ "check_circle.icon",
"close.1x.icon",
"close.icon",
"error_circle.icon",
"forward_arrow.1x.icon",
"forward_arrow.icon",
+ "info_outline.icon",
"location_on.icon",
"media_router_active.icon",
"media_router_error.icon",
@@ -24,7 +27,9 @@ aggregate_vector_icons("ui_vector_icons") {
"microphone.icon",
"midi.icon",
"notifications.icon",
+ "notifications_off.icon",
"protocol_handler.icon",
+ "search.icon",
"videocam.icon",
"warning.icon",
]
« no previous file with comments | « ui/gfx/vector_icons_public.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698