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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 "find_prev.1x.icon", | 47 "find_prev.1x.icon", |
48 "find_prev.icon", | 48 "find_prev.icon", |
49 "folder.1x.icon", | 49 "folder.1x.icon", |
50 "folder.icon", | 50 "folder.icon", |
51 "folder_managed.1x.icon", | 51 "folder_managed.1x.icon", |
52 "folder_managed.icon", | 52 "folder_managed.icon", |
53 "folder_supervised.1x.icon", | 53 "folder_supervised.1x.icon", |
54 "folder_supervised.icon", | 54 "folder_supervised.icon", |
55 "fullscreen.icon", | 55 "fullscreen.icon", |
56 "globe.icon", | 56 "globe.icon", |
57 "help.icon", | |
58 "help_outline.icon", | 57 "help_outline.icon", |
59 "image.icon", | 58 "image.icon", |
60 "incognito.1x.icon", | 59 "incognito.1x.icon", |
61 "incognito.icon", | 60 "incognito.icon", |
62 "info_outline.icon", | 61 "info_outline.icon", |
63 "laptop.icon", | 62 "laptop.icon", |
64 "location_bar_http.1x.icon", | 63 "location_bar_http.1x.icon", |
65 "location_bar_http.icon", | 64 "location_bar_http.icon", |
66 "location_bar_https_invalid.1x.icon", | 65 "location_bar_https_invalid.1x.icon", |
67 "location_bar_https_invalid.icon", | 66 "location_bar_https_invalid.icon", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "../vector_icon_types.h", | 234 "../vector_icon_types.h", |
236 "../vector_icons_public.h", | 235 "../vector_icons_public.h", |
237 ] | 236 ] |
238 | 237 |
239 deps = [ | 238 deps = [ |
240 ":aggregate_vector_icons", | 239 ":aggregate_vector_icons", |
241 "//base", | 240 "//base", |
242 "//skia", | 241 "//skia", |
243 ] | 242 ] |
244 } | 243 } |
OLD | NEW |