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

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

Issue 2218323002: Better CrOS logout button for vertical trays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews 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
« no previous file with comments | « ui/gfx/vector_icons/shelf_logout.1x.icon ('k') | ui/views/controls/button/label_button.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_invert.icon', 9 'vector_icons/account_child_invert.icon',
10 'vector_icons/account_circle.icon', 10 'vector_icons/account_circle.icon',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'vector_icons/radio_button_active.icon', 112 'vector_icons/radio_button_active.icon',
113 'vector_icons/radio_button_normal.icon', 113 'vector_icons/radio_button_normal.icon',
114 'vector_icons/remove_box.icon', 114 'vector_icons/remove_box.icon',
115 'vector_icons/remove_circle.icon', 115 'vector_icons/remove_circle.icon',
116 'vector_icons/sad_tab.icon', 116 'vector_icons/sad_tab.icon',
117 'vector_icons/settings.icon', 117 'vector_icons/settings.icon',
118 'vector_icons/shelf_applist.1x.icon', 118 'vector_icons/shelf_applist.1x.icon',
119 'vector_icons/shelf_applist.icon', 119 'vector_icons/shelf_applist.icon',
120 'vector_icons/shelf_keyboard.1x.icon', 120 'vector_icons/shelf_keyboard.1x.icon',
121 'vector_icons/shelf_keyboard.icon', 121 'vector_icons/shelf_keyboard.icon',
122 'vector_icons/shelf_logout.1x.icon',
123 'vector_icons/shelf_logout.icon',
122 'vector_icons/shelf_notifications.1x.icon', 124 'vector_icons/shelf_notifications.1x.icon',
123 'vector_icons/shelf_notifications.icon', 125 'vector_icons/shelf_notifications.icon',
124 'vector_icons/shelf_overflow.1x.icon', 126 'vector_icons/shelf_overflow.1x.icon',
125 'vector_icons/shelf_overflow.icon', 127 'vector_icons/shelf_overflow.icon',
126 'vector_icons/shelf_overview.1x.icon', 128 'vector_icons/shelf_overview.1x.icon',
127 'vector_icons/shelf_overview.icon', 129 'vector_icons/shelf_overview.icon',
128 'vector_icons/smartphone.icon', 130 'vector_icons/smartphone.icon',
129 'vector_icons/submenu_arrow.1x.icon', 131 'vector_icons/submenu_arrow.1x.icon',
130 'vector_icons/submenu_arrow.icon', 132 'vector_icons/submenu_arrow.icon',
131 'vector_icons/subresource_filter_active.icon', 133 'vector_icons/subresource_filter_active.icon',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'vector_icons/window_control_minimize.icon', 190 'vector_icons/window_control_minimize.icon',
189 'vector_icons/window_control_restore.1x.icon', 191 'vector_icons/window_control_restore.1x.icon',
190 'vector_icons/window_control_restore.icon', 192 'vector_icons/window_control_restore.icon',
191 'vector_icons/window_control_right_snapped.1x.icon', 193 'vector_icons/window_control_right_snapped.1x.icon',
192 'vector_icons/window_control_right_snapped.icon', 194 'vector_icons/window_control_right_snapped.icon',
193 'vector_icons/zoom_minus.icon', 195 'vector_icons/zoom_minus.icon',
194 'vector_icons/zoom_plus.icon', 196 'vector_icons/zoom_plus.icon',
195 ], 197 ],
196 }, 198 },
197 } 199 }
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/shelf_logout.1x.icon ('k') | ui/views/controls/button/label_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698