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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 9585004: ash uber tray: Update the volume icon for various levels of volumes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « ash/system/brightness/tray_brightness.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header"> 4 <output filename="grit/ui_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="ui_resources.pak" type="data_package" /> 7 <output filename="ui_resources.pak" type="data_package" />
8 <output filename="ui_resources.rc" type="rc_all" /> 8 <output filename="ui_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" /> 182 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" />
183 <include name="IDR_AURA_WINDOW_BOTTOM_LEFT" file="aura/window_bottom_lef t.png" type="BINDATA" /> 183 <include name="IDR_AURA_WINDOW_BOTTOM_LEFT" file="aura/window_bottom_lef t.png" type="BINDATA" />
184 <include name="IDR_AURA_WINDOW_BOTTOM_RIGHT" file="aura/window_bottom_ri ght.png" type="BINDATA" /> 184 <include name="IDR_AURA_WINDOW_BOTTOM_RIGHT" file="aura/window_bottom_ri ght.png" type="BINDATA" />
185 <include name="IDR_AURA_WINDOW_FULLSCREEN_CLOSE" file="aura/window_fulls creen_close.png" type="BINDATA" /> 185 <include name="IDR_AURA_WINDOW_FULLSCREEN_CLOSE" file="aura/window_fulls creen_close.png" type="BINDATA" />
186 <include name="IDR_AURA_WINDOW_FULLSCREEN_RESTORE" file="aura/window_ful lscreen_restore.png" type="BINDATA" /> 186 <include name="IDR_AURA_WINDOW_FULLSCREEN_RESTORE" file="aura/window_ful lscreen_restore.png" type="BINDATA" />
187 <include name="IDR_AURA_WINDOW_FULLSCREEN_SEPARATOR" file="aura/window_f ullscreen_separator.png" type="BINDATA" /> 187 <include name="IDR_AURA_WINDOW_FULLSCREEN_SEPARATOR" file="aura/window_f ullscreen_separator.png" type="BINDATA" />
188 <include name="IDR_AURA_WINDOW_FULLSCREEN_SHADOW" file="aura/window_full screen_shadow.png" type="BINDATA" /> 188 <include name="IDR_AURA_WINDOW_FULLSCREEN_SHADOW" file="aura/window_full screen_shadow.png" type="BINDATA" />
189 <include name="IDR_AURA_WINDOW_TOP_LEFT" file="aura/window_top_left.png" type="BINDATA" /> 189 <include name="IDR_AURA_WINDOW_TOP_LEFT" file="aura/window_top_left.png" type="BINDATA" />
190 <include name="IDR_AURA_WINDOW_TOP_RIGHT" file="aura/window_top_right.pn g" type="BINDATA" /> 190 <include name="IDR_AURA_WINDOW_TOP_RIGHT" file="aura/window_top_right.pn g" type="BINDATA" />
191 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" /> 191 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" />
192 <include name="IDR_AURA_UBER_TRAY_VOLUME" file="aura/status_volume.png" type="BINDATA" /> 192 <include name="IDR_AURA_UBER_TRAY_VOLUME_LEVELS" file="aura/status_volum e_all.png" type="BINDATA" />
193 <include name="IDR_AURA_UBER_TRAY_VOLUME_MUTE" file="aura/status_volume_ mute.png" type="BINDATA" />
194 <include name="IDR_AURA_UBER_TRAY_BRIGHTNESS" file="aura/status_brightne ss.png" type="BINDATA" /> 193 <include name="IDR_AURA_UBER_TRAY_BRIGHTNESS" file="aura/status_brightne ss.png" type="BINDATA" />
195 <include name="IDR_AURA_UBER_TRAY_SETTINGS" file="aura/status_settings.p ng" type="BINDATA" /> 194 <include name="IDR_AURA_UBER_TRAY_SETTINGS" file="aura/status_settings.p ng" type="BINDATA" />
196 </if> 195 </if>
197 </includes> 196 </includes>
198 </release> 197 </release>
199 </grit> 198 </grit>
OLDNEW
« no previous file with comments | « ash/system/brightness/tray_brightness.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698