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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 | 6 |
7 action("aggregate_vector_icons") { | 7 action("aggregate_vector_icons") { |
8 visibility = [ ":*" ] | 8 visibility = [ ":*" ] |
9 | 9 |
10 script = "aggregate_vector_icons.py" | 10 script = "aggregate_vector_icons.py" |
(...skipping 24 matching lines...) Expand all Loading... |
35 "credit_card.icon", | 35 "credit_card.icon", |
36 "default_favicon.icon", | 36 "default_favicon.icon", |
37 "eol.icon", | 37 "eol.icon", |
38 "error_circle.icon", | 38 "error_circle.icon", |
39 "extension.icon", | 39 "extension.icon", |
40 "extension_crashed.icon", | 40 "extension_crashed.icon", |
41 "file_download.icon", | 41 "file_download.icon", |
42 "file_download_incognito.1x.icon", | 42 "file_download_incognito.1x.icon", |
43 "file_download_incognito.icon", | 43 "file_download_incognito.icon", |
44 "file_download_shelf.icon", | 44 "file_download_shelf.icon", |
45 "find_next.1x.icon", | |
46 "find_next.icon", | |
47 "find_prev.1x.icon", | |
48 "find_prev.icon", | |
49 "folder.1x.icon", | 45 "folder.1x.icon", |
50 "folder.icon", | 46 "folder.icon", |
51 "folder_managed.1x.icon", | 47 "folder_managed.1x.icon", |
52 "folder_managed.icon", | 48 "folder_managed.icon", |
53 "folder_supervised.1x.icon", | 49 "folder_supervised.1x.icon", |
54 "folder_supervised.icon", | 50 "folder_supervised.icon", |
55 "fullscreen.icon", | 51 "fullscreen.icon", |
56 "globe.icon", | 52 "globe.icon", |
57 "help_outline.icon", | 53 "help_outline.icon", |
58 "image.icon", | 54 "image.icon", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "../vector_icon_types.h", | 153 "../vector_icon_types.h", |
158 "../vector_icons_public.h", | 154 "../vector_icons_public.h", |
159 ] | 155 ] |
160 | 156 |
161 deps = [ | 157 deps = [ |
162 ":aggregate_vector_icons", | 158 ":aggregate_vector_icons", |
163 "//base", | 159 "//base", |
164 "//skia", | 160 "//skia", |
165 ] | 161 ] |
166 } | 162 } |
OLD | NEW |