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

Unified Diff: ui/vector_icons/BUILD.gn

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: rebase Created 3 years, 10 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/microphone.icon ('k') | ui/vector_icons/error_circle.icon » ('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 52e95265abf690ba8eac0aaaf716976f959d8695..f4fd78e03aaf4ec6bd87d29a9c950d8fd5f531f4 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/util/branding.gni")
import("//ui/vector_icons/vector_icons.gni")
aggregate_vector_icons("ui_vector_icons") {
@@ -12,8 +13,21 @@ aggregate_vector_icons("ui_vector_icons") {
"back_arrow.icon",
"close.1x.icon",
"close.icon",
+ "error_circle.icon",
+ "extension.icon",
"forward_arrow.1x.icon",
"forward_arrow.icon",
+ "location_on.icon",
+ "media_router_active.icon",
+ "media_router_error.icon",
+ "media_router_idle.icon",
+ "media_router_warning.icon",
+ "microphone.icon",
+ "midi.icon",
+ "notifications.icon",
+ "protocol_handler.icon",
+ "videocam.icon",
+ "warning.icon",
]
}
« no previous file with comments | « ui/gfx/vector_icons/microphone.icon ('k') | ui/vector_icons/error_circle.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698