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

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 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: 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",
sky 2017/03/08 05:26:37 Can this be moved to message_center code? In fact
Evan Stade 2017/03/08 17:37:39 This is actually used in chrome/browser/chromeos/e
"protocol_handler.icon",
+ "search.icon",
"videocam.icon",
"warning.icon",
]

Powered by Google App Engine
This is Rietveld 408576698