| Index: ui/gfx/vector_icons/BUILD.gn
|
| diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
|
| index e5c9ba386bdf02e22d3cd35fc164b631f8ad24bc..cec728d2e581fa9d8d9218129d1e977d47fe0266 100644
|
| --- a/ui/gfx/vector_icons/BUILD.gn
|
| +++ b/ui/gfx/vector_icons/BUILD.gn
|
| @@ -13,21 +13,14 @@ action("aggregate_vector_icons") {
|
| script = "aggregate_vector_icons.py"
|
|
|
| icons = [
|
| - "account_box.icon",
|
| - "account_child.icon",
|
| - "account_child_circle.icon",
|
| - "account_circle.icon",
|
| "business.icon",
|
| "check_circle.1x.icon",
|
| "check_circle.icon",
|
| - "close_all.icon",
|
| "default_favicon.icon",
|
| "eol.icon",
|
| "fullscreen.icon",
|
| "help_outline.icon",
|
| "info_outline.icon",
|
| - "lock.icon",
|
| - "mode_edit.icon",
|
| "notifications.icon",
|
| "notifications_off.icon",
|
|
|
| @@ -36,14 +29,6 @@ action("aggregate_vector_icons") {
|
| "omnibox_search.icon",
|
| "pdf.1x.icon",
|
| "pdf.icon",
|
| - "photo_camera.icon",
|
| - "remove_box.icon",
|
| - "remove_circle.icon",
|
| - "settings.icon",
|
| - "supervisor_account.icon",
|
| - "supervisor_account_circle.icon",
|
| - "sync_problem.icon",
|
| - "user_account_avatar.icon",
|
| "warning.icon",
|
| "web.icon",
|
| ]
|
|
|