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

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

Issue 7977012: Adds a NonClientFrameView for generic toplevel windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> 118 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" />
119 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> 119 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" />
120 </if> 120 </if>
121 121
122 <!-- Images only used by Aura. --> 122 <!-- Images only used by Aura. -->
123 <if expr="pp_ifdef('use_aura')"> 123 <if expr="pp_ifdef('use_aura')">
124 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-48.png " type="BINDATA" /> 124 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-48.png " type="BINDATA" />
125 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t ype="BINDATA" /> 125 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t ype="BINDATA" />
126 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" /> 126 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" />
127 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" /> 127 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" />
128 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" />
129 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" />
128 </if> 130 </if>
129 </includes> 131 </includes>
130 </release> 132 </release>
131 </grit> 133 </grit>
OLDNEW
« ui/aura_shell/toplevel_frame_view.cc ('K') | « ui/resources/aura/slab_zoom.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698