| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_outline.icon", | 57 "help_outline.icon", |
| 58 "image.icon", | 58 "image.icon", |
| 59 "incognito.1x.icon", | 59 "incognito.1x.icon", |
| 60 "incognito.icon", | 60 "incognito.icon", |
| 61 "info_outline.icon", | 61 "info_outline.icon", |
| 62 "laptop.icon", | |
| 63 "location_bar_http.1x.icon", | 62 "location_bar_http.1x.icon", |
| 64 "location_bar_http.icon", | 63 "location_bar_http.icon", |
| 65 "location_bar_https_invalid.1x.icon", | 64 "location_bar_https_invalid.1x.icon", |
| 66 "location_bar_https_invalid.icon", | 65 "location_bar_https_invalid.icon", |
| 67 "location_bar_https_valid.1x.icon", | 66 "location_bar_https_valid.1x.icon", |
| 68 "location_bar_https_valid.icon", | 67 "location_bar_https_valid.icon", |
| 69 "location_bar_https_valid_in_chip.1x.icon", | 68 "location_bar_https_valid_in_chip.1x.icon", |
| 70 "location_bar_https_valid_in_chip.icon", | 69 "location_bar_https_valid_in_chip.icon", |
| 71 "location_bar_star.icon", | 70 "location_bar_star.icon", |
| 72 "location_bar_star_active.icon", | 71 "location_bar_star_active.icon", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 102 "pdf.1x.icon", | 101 "pdf.1x.icon", |
| 103 "pdf.icon", | 102 "pdf.icon", |
| 104 "photo_camera.icon", | 103 "photo_camera.icon", |
| 105 "protocol_handler.icon", | 104 "protocol_handler.icon", |
| 106 "radio_button_active.icon", | 105 "radio_button_active.icon", |
| 107 "radio_button_normal.icon", | 106 "radio_button_normal.icon", |
| 108 "remove_box.icon", | 107 "remove_box.icon", |
| 109 "remove_circle.icon", | 108 "remove_circle.icon", |
| 110 "sad_tab.icon", | 109 "sad_tab.icon", |
| 111 "settings.icon", | 110 "settings.icon", |
| 112 "shelf_keyboard.1x.icon", | |
| 113 "shelf_keyboard.icon", | |
| 114 "shelf_logout.1x.icon", | |
| 115 "shelf_logout.icon", | |
| 116 "shelf_overflow.1x.icon", | |
| 117 "shelf_overflow.icon", | |
| 118 "shelf_overview.1x.icon", | |
| 119 "shelf_overview.icon", | |
| 120 "smartphone.icon", | |
| 121 "submenu_arrow.1x.icon", | 111 "submenu_arrow.1x.icon", |
| 122 "submenu_arrow.icon", | 112 "submenu_arrow.icon", |
| 123 "subresource_filter_active.icon", | 113 "subresource_filter_active.icon", |
| 124 "supervisor_account.icon", | 114 "supervisor_account.icon", |
| 125 "supervisor_account_circle.icon", | 115 "supervisor_account_circle.icon", |
| 126 "sync_problem.icon", | 116 "sync_problem.icon", |
| 127 "tab.icon", | |
| 128 "tab_audio.1x.icon", | |
| 129 "tab_audio.icon", | |
| 130 "tab_audio_muting.1x.icon", | |
| 131 "tab_audio_muting.icon", | |
| 132 "tab_bluetooth_connected.icon", | |
| 133 "tab_close_hovered_pressed.1x.icon", | |
| 134 "tab_close_hovered_pressed.icon", | |
| 135 "tab_close_normal.1x.icon", | |
| 136 "tab_close_normal.icon", | |
| 137 "tab_media_capturing.icon", | |
| 138 "tab_media_recording.icon", | |
| 139 "tab_usb_connected.1x.icon", | |
| 140 "tab_usb_connected.icon", | |
| 141 "tablet.icon", | |
| 142 "translate.icon", | 117 "translate.icon", |
| 143 "user_account_avatar.icon", | 118 "user_account_avatar.icon", |
| 144 "videocam.icon", | 119 "videocam.icon", |
| 145 "warning.icon", | 120 "warning.icon", |
| 146 "warning_badge.icon", | 121 "warning_badge.icon", |
| 147 "web.icon", | 122 "web.icon", |
| 148 "window_control_back.1x.icon", | 123 "window_control_back.1x.icon", |
| 149 "window_control_back.icon", | 124 "window_control_back.icon", |
| 150 "window_control_close.1x.icon", | 125 "window_control_close.1x.icon", |
| 151 "window_control_close.icon", | 126 "window_control_close.icon", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "../vector_icon_types.h", | 169 "../vector_icon_types.h", |
| 195 "../vector_icons_public.h", | 170 "../vector_icons_public.h", |
| 196 ] | 171 ] |
| 197 | 172 |
| 198 deps = [ | 173 deps = [ |
| 199 ":aggregate_vector_icons", | 174 ":aggregate_vector_icons", |
| 200 "//base", | 175 "//base", |
| 201 "//skia", | 176 "//skia", |
| 202 ] | 177 ] |
| 203 } | 178 } |
| OLD | NEW |