| Index: ui/gfx/vector_icons/BUILD.gn
|
| diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
|
| index d0676ddd0106873586376f8fc7562858021ea505..0f5abcf011805397f484ff35c2cac1c47824db4b 100644
|
| --- a/ui/gfx/vector_icons/BUILD.gn
|
| +++ b/ui/gfx/vector_icons/BUILD.gn
|
| @@ -15,20 +15,15 @@ action("aggregate_vector_icons") {
|
| "account_child_circle.icon",
|
| "account_circle.icon",
|
| "apps.icon",
|
| - "autologin.icon",
|
| "bar_close.1x.icon",
|
| "bar_close.icon",
|
| "blocked_badge.icon",
|
| - "bluetooth_connected.icon",
|
| "business.icon",
|
| "check_circle.1x.icon",
|
| "check_circle.icon",
|
| "close_all.icon",
|
| "code.icon",
|
| "cookie.icon",
|
| - "crashed_tab.icon",
|
| - "credit_card.1x.icon",
|
| - "credit_card.icon",
|
| "default_favicon.icon",
|
| "eol.icon",
|
| "error_circle.icon",
|
| @@ -38,31 +33,11 @@ action("aggregate_vector_icons") {
|
| "file_download_incognito.1x.icon",
|
| "file_download_incognito.icon",
|
| "file_download_shelf.icon",
|
| - "folder.1x.icon",
|
| - "folder.icon",
|
| - "folder_managed.1x.icon",
|
| - "folder_managed.icon",
|
| - "folder_supervised.1x.icon",
|
| - "folder_supervised.icon",
|
| "fullscreen.icon",
|
| "globe.icon",
|
| "help_outline.icon",
|
| "image.icon",
|
| - "incognito.1x.icon",
|
| - "incognito.icon",
|
| "info_outline.icon",
|
| - "location_bar_http.1x.icon",
|
| - "location_bar_http.icon",
|
| - "location_bar_https_invalid.1x.icon",
|
| - "location_bar_https_invalid.icon",
|
| - "location_bar_https_valid.1x.icon",
|
| - "location_bar_https_valid.icon",
|
| - "location_bar_https_valid_in_chip.1x.icon",
|
| - "location_bar_https_valid_in_chip.icon",
|
| - "location_bar_product.1x.icon",
|
| - "location_bar_product.icon",
|
| - "location_bar_star.icon",
|
| - "location_bar_star_active.icon",
|
| "location_on.icon",
|
| "lock.icon",
|
| "media_router_active.icon",
|
| @@ -76,17 +51,10 @@ action("aggregate_vector_icons") {
|
| "my_location.icon",
|
| "notifications.icon",
|
| "notifications_off.icon",
|
| - "omnibox_calculator.1x.icon",
|
| - "omnibox_calculator.icon",
|
| - "omnibox_extension_app.1x.icon",
|
| - "omnibox_extension_app.icon",
|
| - "omnibox_http.icon",
|
| - "omnibox_keyword_search.icon",
|
| +
|
| + # 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",
|
| - "omnibox_star.1x.icon",
|
| - "omnibox_star.icon",
|
| - "overflow_chevron.1x.icon",
|
| - "overflow_chevron.icon",
|
| "paintbrush.icon",
|
| "pdf.1x.icon",
|
| "pdf.icon",
|
| @@ -100,14 +68,11 @@ action("aggregate_vector_icons") {
|
| "supervisor_account.icon",
|
| "supervisor_account_circle.icon",
|
| "sync_problem.icon",
|
| - "translate.icon",
|
| "user_account_avatar.icon",
|
| "videocam.icon",
|
| "warning.icon",
|
| "warning_badge.icon",
|
| "web.icon",
|
| - "zoom_minus.icon",
|
| - "zoom_plus.icon",
|
| "${branding_path_component}/product.icon",
|
| ]
|
|
|
|
|