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

Unified Diff: ui/gfx/BUILD.gn

Issue 1410293003: Vectorize LocationIconView icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 5 years, 1 month 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 | « components/toolbar/toolbar_model.h ('k') | ui/gfx/vector_icons/business.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index a5da7e9fb7a24edcc2790e45a2a157716da98c65..1c006e818d0fe023c606ee9a404a59be7ba29f98 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -434,6 +434,7 @@ action("aggregate_vector_icons") {
"vector_icons/blocked_badge.icon",
"vector_icons/browser_tools.1x.icon",
"vector_icons/browser_tools.icon",
+ "vector_icons/business.icon",
"vector_icons/check_circle.icon",
"vector_icons/chrome_product.icon",
"vector_icons/code.icon",
@@ -463,6 +464,12 @@ action("aggregate_vector_icons") {
"vector_icons/keyword_search.1x.icon",
"vector_icons/keyword_search.icon",
"vector_icons/laptop.icon",
+ "vector_icons/location_bar_http.1x.icon",
+ "vector_icons/location_bar_http.icon",
+ "vector_icons/location_bar_https_invalid.1x.icon",
+ "vector_icons/location_bar_https_invalid.icon",
+ "vector_icons/location_bar_https_valid.1x.icon",
+ "vector_icons/location_bar_https_valid.icon",
"vector_icons/location_bar_star.icon",
"vector_icons/location_bar_star_active.icon",
"vector_icons/location_on.icon",
« no previous file with comments | « components/toolbar/toolbar_model.h ('k') | ui/gfx/vector_icons/business.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698