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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "tab_close_hovered_pressed.1x.icon", | 219 "tab_close_hovered_pressed.1x.icon", |
220 "tab_close_hovered_pressed.icon", | 220 "tab_close_hovered_pressed.icon", |
221 "tab_close_normal.1x.icon", | 221 "tab_close_normal.1x.icon", |
222 "tab_close_normal.icon", | 222 "tab_close_normal.icon", |
223 "tab_media_capturing.icon", | 223 "tab_media_capturing.icon", |
224 "tab_media_recording.icon", | 224 "tab_media_recording.icon", |
225 "tab_usb_connected.1x.icon", | 225 "tab_usb_connected.1x.icon", |
226 "tab_usb_connected.icon", | 226 "tab_usb_connected.icon", |
227 "tablet.icon", | 227 "tablet.icon", |
228 "translate.icon", | 228 "translate.icon", |
| 229 "user_account_avatar.icon", |
229 "videocam.icon", | 230 "videocam.icon", |
230 "warning.icon", | 231 "warning.icon", |
231 "warning_badge.icon", | 232 "warning_badge.icon", |
232 "web.icon", | 233 "web.icon", |
233 "window_control_back.1x.icon", | 234 "window_control_back.1x.icon", |
234 "window_control_back.icon", | 235 "window_control_back.icon", |
235 "window_control_close.1x.icon", | 236 "window_control_close.1x.icon", |
236 "window_control_close.icon", | 237 "window_control_close.icon", |
237 "window_control_left_snapped.1x.icon", | 238 "window_control_left_snapped.1x.icon", |
238 "window_control_left_snapped.icon", | 239 "window_control_left_snapped.icon", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "../vector_icon_types.h", | 278 "../vector_icon_types.h", |
278 "../vector_icons_public.h", | 279 "../vector_icons_public.h", |
279 ] | 280 ] |
280 | 281 |
281 deps = [ | 282 deps = [ |
282 ":aggregate_vector_icons", | 283 ":aggregate_vector_icons", |
283 "//base", | 284 "//base", |
284 "//skia", | 285 "//skia", |
285 ] | 286 ] |
286 } | 287 } |
OLD | NEW |