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

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

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (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 | « ios/chrome/browser/ui/browser_view_controller_dependency_factory.mm ('k') | ui/gfx/vector_icons/apps.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/BUILD.gn
diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
index 342682b2e55f44e5906be46c633cae80bcb749d9..190ff1d500786271ba53b049a50a115bc0b6ec24 100644
--- a/ui/gfx/vector_icons/BUILD.gn
+++ b/ui/gfx/vector_icons/BUILD.gn
@@ -17,7 +17,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",
@@ -28,10 +27,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",
@@ -46,14 +43,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",
@@ -64,7 +59,6 @@ action("aggregate_vector_icons") {
"warning.icon",
"warning_badge.icon",
"web.icon",
- "${branding_path_component}/product.icon",
]
if (is_mac) {
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller_dependency_factory.mm ('k') | ui/gfx/vector_icons/apps.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698