Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: ui/gfx/vector_icons_sources.gypi

Issue 2251643011: Move Ash-specific vector icons to ash/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 { 5 {
6 'variables': { 6 'variables': {
7 'common': [ 7 'common': [
8 'vector_icons/account_box.icon', 8 'vector_icons/account_box.icon',
9 'vector_icons/account_child.icon', 9 'vector_icons/account_child.icon',
10 'vector_icons/account_child_circle.icon', 10 'vector_icons/account_child_circle.icon',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'vector_icons/system_menu_brightness.1x.icon', 146 'vector_icons/system_menu_brightness.1x.icon',
147 'vector_icons/system_menu_brightness.icon', 147 'vector_icons/system_menu_brightness.icon',
148 'vector_icons/system_menu_business.1x.icon', 148 'vector_icons/system_menu_business.1x.icon',
149 'vector_icons/system_menu_business.icon', 149 'vector_icons/system_menu_business.icon',
150 'vector_icons/system_menu_caps_lock.1x.icon', 150 'vector_icons/system_menu_caps_lock.1x.icon',
151 'vector_icons/system_menu_caps_lock.icon', 151 'vector_icons/system_menu_caps_lock.icon',
152 'vector_icons/system_menu_cast.1x.icon', 152 'vector_icons/system_menu_cast.1x.icon',
153 'vector_icons/system_menu_cast.icon', 153 'vector_icons/system_menu_cast.icon',
154 'vector_icons/system_menu_child_user.1x.icon', 154 'vector_icons/system_menu_child_user.1x.icon',
155 'vector_icons/system_menu_child_user.icon', 155 'vector_icons/system_menu_child_user.icon',
156 'vector_icons/system_menu_keyboard.1x.icon',
157 'vector_icons/system_menu_keyboard.icon',
158 'vector_icons/system_menu_rotation_lock_auto.1x.icon', 156 'vector_icons/system_menu_rotation_lock_auto.1x.icon',
159 'vector_icons/system_menu_rotation_lock_auto.icon', 157 'vector_icons/system_menu_rotation_lock_auto.icon',
160 'vector_icons/system_menu_rotation_lock_locked.1x.icon', 158 'vector_icons/system_menu_rotation_lock_locked.1x.icon',
161 'vector_icons/system_menu_rotation_lock_locked.icon', 159 'vector_icons/system_menu_rotation_lock_locked.icon',
162 'vector_icons/system_menu_screen_share.1x.icon', 160 'vector_icons/system_menu_screen_share.1x.icon',
163 'vector_icons/system_menu_screen_share.icon', 161 'vector_icons/system_menu_screen_share.icon',
164 'vector_icons/system_menu_supervised_user.1x.icon', 162 'vector_icons/system_menu_supervised_user.1x.icon',
165 'vector_icons/system_menu_supervised_user.icon', 163 'vector_icons/system_menu_supervised_user.icon',
166 'vector_icons/system_menu_sms.icon', 164 'vector_icons/system_menu_sms.icon',
167 'vector_icons/system_menu_timer.1x.icon', 165 'vector_icons/system_menu_timer.1x.icon',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'vector_icons/window_control_minimize.icon', 222 'vector_icons/window_control_minimize.icon',
225 'vector_icons/window_control_restore.1x.icon', 223 'vector_icons/window_control_restore.1x.icon',
226 'vector_icons/window_control_restore.icon', 224 'vector_icons/window_control_restore.icon',
227 'vector_icons/window_control_right_snapped.1x.icon', 225 'vector_icons/window_control_right_snapped.1x.icon',
228 'vector_icons/window_control_right_snapped.icon', 226 'vector_icons/window_control_right_snapped.icon',
229 'vector_icons/zoom_minus.icon', 227 'vector_icons/zoom_minus.icon',
230 'vector_icons/zoom_plus.icon', 228 'vector_icons/zoom_plus.icon',
231 ], 229 ],
232 }, 230 },
233 } 231 }
OLDNEW
« ui/gfx/paint_vector_icon.cc ('K') | « ui/gfx/vector_icons/system_menu_keyboard.1x.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698