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

Unified Diff: ui/gfx/vector_icons/BUILD.gn

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: move extension.icon 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
Index: ui/gfx/vector_icons/BUILD.gn
diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
index 1bd790f19c190a480ec95ddc1486270fe4c223c5..92d60bbf56777f3bad030e2ebbeec2c4d3ef7565 100644
--- a/ui/gfx/vector_icons/BUILD.gn
+++ b/ui/gfx/vector_icons/BUILD.gn
@@ -14,7 +14,6 @@ action("aggregate_vector_icons") {
"account_child.icon",
"account_child_circle.icon",
"account_circle.icon",
- "apps.icon",
"blocked_badge.icon",
"business.icon",
"check_circle.1x.icon",
@@ -25,10 +24,8 @@ action("aggregate_vector_icons") {
"default_favicon.icon",
"eol.icon",
"extension.icon",
- "extension_crashed.icon",
"file_download.icon",
"fullscreen.icon",
- "globe.icon",
"help_outline.icon",
"image.icon",
"info_outline.icon",
@@ -43,14 +40,12 @@ action("aggregate_vector_icons") {
# TODO(estade): this is the same as the one in components/omnibox, but it's
# referenced from Ash. De-dupe this soon.
"omnibox_search.icon",
- "paintbrush.icon",
"pdf.1x.icon",
"pdf.icon",
"photo_camera.icon",
"protocol_handler.icon",
"remove_box.icon",
"remove_circle.icon",
- "sad_tab.icon",
"settings.icon",
"subresource_filter_active.icon",
"supervisor_account.icon",
@@ -61,7 +56,6 @@ action("aggregate_vector_icons") {
"warning.icon",
"warning_badge.icon",
"web.icon",
- "${branding_path_component}/product.icon",
]
output_cc = "$target_gen_dir/vector_icons.cc"

Powered by Google App Engine
This is Rietveld 408576698