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

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

Issue 7890054: Adds code for a new Aura shell. (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
« no previous file with comments | « ui/resources/aura/statusbar.png ('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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 <!-- Images only used by the Views toolkit. --> 111 <!-- Images only used by the Views toolkit. -->
112 <if expr="pp_ifdef('toolkit_views')"> 112 <if expr="pp_ifdef('toolkit_views')">
113 <include name="IDR_APP_TOP_LEFT" file="app_top_left.png" type="BINDATA" /> 113 <include name="IDR_APP_TOP_LEFT" file="app_top_left.png" type="BINDATA" />
114 <include name="IDR_APP_TOP_RIGHT" file="app_top_right.png" type="BINDATA " /> 114 <include name="IDR_APP_TOP_RIGHT" file="app_top_right.png" type="BINDATA " />
115 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" /> 115 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" />
116 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" /> 116 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" />
117 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" /> 117 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" />
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
122 <!-- Images only used by Aura. -->
123 <if expr="pp_ifdef('use_aura')">
124 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromeicon.png" type="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" />
127 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" />
128 </if>
121 </includes> 129 </includes>
122 </release> 130 </release>
123 </grit> 131 </grit>
OLDNEW
« no previous file with comments | « ui/resources/aura/statusbar.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698