| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 action("aggregate_vector_icons") { | 5 action("aggregate_vector_icons") { |
| 6 visibility = [ ":*" ] | 6 visibility = [ ":*" ] |
| 7 | 7 |
| 8 script = "aggregate_vector_icons.py" | 8 script = "aggregate_vector_icons.py" |
| 9 | 9 |
| 10 icons = [ | 10 icons = [ |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "pdf.1x.icon", | 128 "pdf.1x.icon", |
| 129 "pdf.icon", | 129 "pdf.icon", |
| 130 "photo_camera.icon", | 130 "photo_camera.icon", |
| 131 "protocol_handler.icon", | 131 "protocol_handler.icon", |
| 132 "radio_button_active.icon", | 132 "radio_button_active.icon", |
| 133 "radio_button_normal.icon", | 133 "radio_button_normal.icon", |
| 134 "remove_box.icon", | 134 "remove_box.icon", |
| 135 "remove_circle.icon", | 135 "remove_circle.icon", |
| 136 "sad_tab.icon", | 136 "sad_tab.icon", |
| 137 "settings.icon", | 137 "settings.icon", |
| 138 "shelf_applist.1x.icon", | |
| 139 "shelf_applist.icon", | |
| 140 "shelf_keyboard.1x.icon", | 138 "shelf_keyboard.1x.icon", |
| 141 "shelf_keyboard.icon", | 139 "shelf_keyboard.icon", |
| 142 "shelf_logout.1x.icon", | 140 "shelf_logout.1x.icon", |
| 143 "shelf_logout.icon", | 141 "shelf_logout.icon", |
| 144 "shelf_notifications.1x.icon", | |
| 145 "shelf_notifications.icon", | |
| 146 "shelf_overflow.1x.icon", | 142 "shelf_overflow.1x.icon", |
| 147 "shelf_overflow.icon", | 143 "shelf_overflow.icon", |
| 148 "shelf_overview.1x.icon", | 144 "shelf_overview.1x.icon", |
| 149 "shelf_overview.icon", | 145 "shelf_overview.icon", |
| 150 "smartphone.icon", | 146 "smartphone.icon", |
| 151 "submenu_arrow.1x.icon", | 147 "submenu_arrow.1x.icon", |
| 152 "submenu_arrow.icon", | 148 "submenu_arrow.icon", |
| 153 "subresource_filter_active.icon", | 149 "subresource_filter_active.icon", |
| 154 "supervisor_account.icon", | 150 "supervisor_account.icon", |
| 155 "supervisor_account_circle.icon", | 151 "supervisor_account_circle.icon", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "../vector_icon_types.h", | 274 "../vector_icon_types.h", |
| 279 "../vector_icons_public.h", | 275 "../vector_icons_public.h", |
| 280 ] | 276 ] |
| 281 | 277 |
| 282 deps = [ | 278 deps = [ |
| 283 ":aggregate_vector_icons", | 279 ":aggregate_vector_icons", |
| 284 "//base", | 280 "//base", |
| 285 "//skia", | 281 "//skia", |
| 286 ] | 282 ] |
| 287 } | 283 } |
| OLD | NEW |