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 17 matching lines...) Expand all Loading... | |
28 "chrome_product.icon", | 28 "chrome_product.icon", |
29 "close_all.icon", | 29 "close_all.icon", |
30 "code.icon", | 30 "code.icon", |
31 "combobox_arrow_mac_disabled.icon", | 31 "combobox_arrow_mac_disabled.icon", |
32 "combobox_arrow_mac_enabled.icon", | 32 "combobox_arrow_mac_enabled.icon", |
33 "cookie.icon", | 33 "cookie.icon", |
34 "crashed_tab.icon", | 34 "crashed_tab.icon", |
35 "credit_card.1x.icon", | 35 "credit_card.1x.icon", |
36 "credit_card.icon", | 36 "credit_card.icon", |
37 "default_favicon.icon", | 37 "default_favicon.icon", |
38 "emoticon.1x.icon", | |
tdanderson
2016/09/19 15:44:34
Since these are being used specifically for Ash, s
Azure Wei
2016/09/20 01:05:45
Done. Thanks for the doc.
| |
39 "emoticon.icon", | |
38 "eol.icon", | 40 "eol.icon", |
39 "error_circle.icon", | 41 "error_circle.icon", |
40 "extension.icon", | 42 "extension.icon", |
41 "extension_crashed.icon", | 43 "extension_crashed.icon", |
42 "file_download.icon", | 44 "file_download.icon", |
43 "file_download_incognito.1x.icon", | 45 "file_download_incognito.1x.icon", |
44 "file_download_incognito.icon", | 46 "file_download_incognito.icon", |
45 "file_download_shelf.icon", | 47 "file_download_shelf.icon", |
46 "find_next.1x.icon", | 48 "find_next.1x.icon", |
47 "find_next.icon", | 49 "find_next.icon", |
(...skipping 27 matching lines...) Expand all Loading... | |
75 "location_on.icon", | 77 "location_on.icon", |
76 "lock.icon", | 78 "lock.icon", |
77 "media_router_active.icon", | 79 "media_router_active.icon", |
78 "media_router_error.icon", | 80 "media_router_error.icon", |
79 "media_router_idle.icon", | 81 "media_router_idle.icon", |
80 "media_router_warning.icon", | 82 "media_router_warning.icon", |
81 "menu_check.1x.icon", | 83 "menu_check.1x.icon", |
82 "menu_check.icon", | 84 "menu_check.icon", |
83 "menu_radio_empty.icon", | 85 "menu_radio_empty.icon", |
84 "menu_radio_selected.icon", | 86 "menu_radio_selected.icon", |
87 "microphone.1x.icon", | |
88 "microphone.icon", | |
85 "midi.icon", | 89 "midi.icon", |
86 "mixed_content.icon", | 90 "mixed_content.icon", |
87 "mode_edit.icon", | 91 "mode_edit.icon", |
88 "my_location.icon", | 92 "my_location.icon", |
89 "navigate_back.1x.icon", | 93 "navigate_back.1x.icon", |
90 "navigate_back.icon", | 94 "navigate_back.icon", |
91 "navigate_forward.1x.icon", | 95 "navigate_forward.1x.icon", |
92 "navigate_forward.icon", | 96 "navigate_forward.icon", |
93 "navigate_home.1x.icon", | 97 "navigate_home.1x.icon", |
94 "navigate_home.icon", | 98 "navigate_home.icon", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
195 "window_control_left_snapped.1x.icon", | 199 "window_control_left_snapped.1x.icon", |
196 "window_control_left_snapped.icon", | 200 "window_control_left_snapped.icon", |
197 "window_control_maximize.1x.icon", | 201 "window_control_maximize.1x.icon", |
198 "window_control_maximize.icon", | 202 "window_control_maximize.icon", |
199 "window_control_minimize.1x.icon", | 203 "window_control_minimize.1x.icon", |
200 "window_control_minimize.icon", | 204 "window_control_minimize.icon", |
201 "window_control_restore.1x.icon", | 205 "window_control_restore.1x.icon", |
202 "window_control_restore.icon", | 206 "window_control_restore.icon", |
203 "window_control_right_snapped.1x.icon", | 207 "window_control_right_snapped.1x.icon", |
204 "window_control_right_snapped.icon", | 208 "window_control_right_snapped.icon", |
209 "write.1x.icon", | |
210 "write.icon", | |
205 "zoom_minus.icon", | 211 "zoom_minus.icon", |
206 "zoom_plus.icon", | 212 "zoom_plus.icon", |
207 ] | 213 ] |
208 | 214 |
209 output_cc = "$target_gen_dir/vector_icons.cc" | 215 output_cc = "$target_gen_dir/vector_icons.cc" |
210 output_h = "$target_gen_dir/vector_icons.h" | 216 output_h = "$target_gen_dir/vector_icons.h" |
211 | 217 |
212 inputs = icons | 218 inputs = icons |
213 inputs += [ | 219 inputs += [ |
214 "vector_icons.cc.template", | 220 "vector_icons.cc.template", |
(...skipping 21 matching lines...) Expand all Loading... | |
236 "../vector_icon_types.h", | 242 "../vector_icon_types.h", |
237 "../vector_icons_public.h", | 243 "../vector_icons_public.h", |
238 ] | 244 ] |
239 | 245 |
240 deps = [ | 246 deps = [ |
241 ":aggregate_vector_icons", | 247 ":aggregate_vector_icons", |
242 "//base", | 248 "//base", |
243 "//skia", | 249 "//skia", |
244 ] | 250 ] |
245 } | 251 } |
OLD | NEW |