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

Unified Diff: ui/gfx/BUILD.gn

Issue 1313603003: Vectorize website settings icons in omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change DCHECK Created 5 years, 4 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 | « chrome/browser/ui/views/location_bar/content_setting_image_view.cc ('k') | ui/gfx/paint_vector_icon.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 f2aa36700cbf805ee6e76cfc3fa9e9f3f00d3f52..d8994b8772312e7ee0f70471064b840169a89f0a 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -421,7 +421,9 @@ action("aggregate_vector_icons") {
"vector_icon_types.h",
"vector_icons/account_box.icon",
"vector_icons/account_child_invert.icon",
+ "vector_icons/blocked_badge.icon",
"vector_icons/check_circle.icon",
+ "vector_icons/code.icon",
"vector_icons/cookie.icon",
"vector_icons/extension.icon",
"vector_icons/file_download.icon",
@@ -438,6 +440,7 @@ action("aggregate_vector_icons") {
"vector_icons/laptop.icon",
"vector_icons/location_on.icon",
"vector_icons/midi.icon",
+ "vector_icons/mixed_content.icon",
"vector_icons/mode_edit.icon",
"vector_icons/my_location.icon",
"vector_icons/notifications.icon",
@@ -453,6 +456,7 @@ action("aggregate_vector_icons") {
"vector_icons/tablet.icon",
"vector_icons/translate.icon",
"vector_icons/warning.icon",
+ "vector_icons/web.icon",
]
outputs = [
vector_icons_cc_file,
« no previous file with comments | « chrome/browser/ui/views/location_bar/content_setting_image_view.cc ('k') | ui/gfx/paint_vector_icon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698