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 15 matching lines...) Expand all Loading... |
26 "checkbox_normal.icon", | 26 "checkbox_normal.icon", |
27 "chrome_product.icon", | 27 "chrome_product.icon", |
28 "close_all.icon", | 28 "close_all.icon", |
29 "code.icon", | 29 "code.icon", |
30 "combobox_arrow_mac_disabled.icon", | 30 "combobox_arrow_mac_disabled.icon", |
31 "combobox_arrow_mac_enabled.icon", | 31 "combobox_arrow_mac_enabled.icon", |
32 "cookie.icon", | 32 "cookie.icon", |
33 "crashed_tab.icon", | 33 "crashed_tab.icon", |
34 "credit_card.1x.icon", | 34 "credit_card.1x.icon", |
35 "credit_card.icon", | 35 "credit_card.icon", |
| 36 "default_favicon.icon", |
36 "eol.icon", | 37 "eol.icon", |
37 "error_circle.icon", | 38 "error_circle.icon", |
38 "extension.icon", | 39 "extension.icon", |
39 "extension_crashed.icon", | 40 "extension_crashed.icon", |
40 "file_download.icon", | 41 "file_download.icon", |
41 "file_download_incognito.1x.icon", | 42 "file_download_incognito.1x.icon", |
42 "file_download_incognito.icon", | 43 "file_download_incognito.icon", |
43 "file_download_shelf.icon", | 44 "file_download_shelf.icon", |
44 "find_next.1x.icon", | 45 "find_next.1x.icon", |
45 "find_next.icon", | 46 "find_next.icon", |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "../vector_icon_types.h", | 277 "../vector_icon_types.h", |
277 "../vector_icons_public.h", | 278 "../vector_icons_public.h", |
278 ] | 279 ] |
279 | 280 |
280 deps = [ | 281 deps = [ |
281 ":aggregate_vector_icons", | 282 ":aggregate_vector_icons", |
282 "//base", | 283 "//base", |
283 "//skia", | 284 "//skia", |
284 ] | 285 ] |
285 } | 286 } |
OLD | NEW |