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

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

Issue 9359022: Aura: Support hovering restore & close buttons for full screen apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove resources, as they've already been committed Created 8 years, 10 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <include name="IDR_AURA_SHADOW_RECT_LEFT" file="aura/shadow_rect_left.pn g" type="BINDATA" /> 160 <include name="IDR_AURA_SHADOW_RECT_LEFT" file="aura/shadow_rect_left.pn g" type="BINDATA" />
161 <include name="IDR_AURA_SHADOW_RECT_RIGHT" file="aura/shadow_rect_right. png" type="BINDATA" /> 161 <include name="IDR_AURA_SHADOW_RECT_RIGHT" file="aura/shadow_rect_right. png" type="BINDATA" />
162 <include name="IDR_AURA_SHADOW_RECT_BOTTOM_LEFT" file="aura/shadow_rect_ bottom_left.png" type="BINDATA" /> 162 <include name="IDR_AURA_SHADOW_RECT_BOTTOM_LEFT" file="aura/shadow_rect_ bottom_left.png" type="BINDATA" />
163 <include name="IDR_AURA_SHADOW_RECT_BOTTOM" file="aura/shadow_rect_botto m.png" type="BINDATA" /> 163 <include name="IDR_AURA_SHADOW_RECT_BOTTOM" file="aura/shadow_rect_botto m.png" type="BINDATA" />
164 <include name="IDR_AURA_SHADOW_RECT_BOTTOM_RIGHT" file="aura/shadow_rect _bottom_right.png" type="BINDATA" /> 164 <include name="IDR_AURA_SHADOW_RECT_BOTTOM_RIGHT" file="aura/shadow_rect _bottom_right.png" type="BINDATA" />
165 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" /> 165 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" />
166 <include name="IDR_AURA_WALLPAPER" file="aura/wallpaper.png" type="BINDA TA" /> 166 <include name="IDR_AURA_WALLPAPER" file="aura/wallpaper.png" type="BINDA TA" />
167 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" /> 167 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" />
168 <include name="IDR_AURA_WINDOW_BOTTOM_LEFT" file="aura/window_bottom_lef t.png" type="BINDATA" /> 168 <include name="IDR_AURA_WINDOW_BOTTOM_LEFT" file="aura/window_bottom_lef t.png" type="BINDATA" />
169 <include name="IDR_AURA_WINDOW_BOTTOM_RIGHT" file="aura/window_bottom_ri ght.png" type="BINDATA" /> 169 <include name="IDR_AURA_WINDOW_BOTTOM_RIGHT" file="aura/window_bottom_ri ght.png" type="BINDATA" />
170 <include name="IDR_AURA_WINDOW_FULLSCREEN_CLOSE" file="aura/window_fulls creen_close.png" type="BINDATA" />
171 <include name="IDR_AURA_WINDOW_FULLSCREEN_RESTORE" file="aura/window_ful lscreen_restore.png" type="BINDATA" />
172 <include name="IDR_AURA_WINDOW_FULLSCREEN_SEPARATOR" file="aura/window_f ullscreen_separator.png" type="BINDATA" />
173 <include name="IDR_AURA_WINDOW_FULLSCREEN_SHADOW" file="aura/window_full screen_shadow.png" type="BINDATA" />
170 <include name="IDR_AURA_WINDOW_TOP_LEFT" file="aura/window_top_left.png" type="BINDATA" /> 174 <include name="IDR_AURA_WINDOW_TOP_LEFT" file="aura/window_top_left.png" type="BINDATA" />
171 <include name="IDR_AURA_WINDOW_TOP_RIGHT" file="aura/window_top_right.pn g" type="BINDATA" /> 175 <include name="IDR_AURA_WINDOW_TOP_RIGHT" file="aura/window_top_right.pn g" type="BINDATA" />
172 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" /> 176 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" />
173 </if> 177 </if>
174 </includes> 178 </includes>
175 </release> 179 </release>
176 </grit> 180 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698