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

Unified Diff: ui/gfx/BUILD.gn

Issue 1448433004: [MD] update EV bubble icon and location bar https icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build.gn 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/omnibox/browser/omnibox_view.cc ('k') | ui/gfx/color_utils.h » ('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 130ca1a58bafe219d253dd7a7ef9dfd765455b8e..e9d9ed4c011a19433368b8d81d6230ff4376c517 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -474,8 +474,14 @@ action("aggregate_vector_icons") {
"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_invalid_invert.1x.icon",
+ "vector_icons/location_bar_https_invalid_invert.icon",
"vector_icons/location_bar_https_valid.1x.icon",
"vector_icons/location_bar_https_valid.icon",
+ "vector_icons/location_bar_https_valid_in_chip.1x.icon",
+ "vector_icons/location_bar_https_valid_in_chip.icon",
+ "vector_icons/location_bar_https_valid_invert.1x.icon",
+ "vector_icons/location_bar_https_valid_invert.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/omnibox/browser/omnibox_view.cc ('k') | ui/gfx/color_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698