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

Side by Side Diff: chrome/app/theme/theme_resources_2x.grd

Issue 9307110: Rename _large.grd to _2x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources_large.grd » ('j') | 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/theme_resources_large.h" type="rc_header"> 4 <output filename="grit/theme_resources_2x.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="theme_resources_large.pak" type="data_package" /> 7 <output filename="theme_resources_2x.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH 11 <!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH
12 theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE 12 theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE
13 MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.--> 13 MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.-->
14 <include name="IDR_APP_NOTIFICATION_NUB" file="nub.png" type="BINDATA" /> 14 <include name="IDR_APP_NOTIFICATION_NUB" file="nub.png" type="BINDATA" />
15 <include name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" type="BI NDATA" /> 15 <include name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" type="BI NDATA" />
16 <include name="IDR_APP_NOTIFICATION_SMALL_BUBBLE" file="small_bubble.png" type="BINDATA" /> 16 <include name="IDR_APP_NOTIFICATION_SMALL_BUBBLE" file="small_bubble.png" type="BINDATA" />
17 <include name="IDR_BACK" file="back_2x.png" type="BINDATA" /> 17 <include name="IDR_BACK" file="back_2x.png" type="BINDATA" />
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 <if expr="is_macosx"> 170 <if expr="is_macosx">
171 <include name="IDR_THEME_TOOLBAR_INACTIVE" file="theme_toolbar_default_i nactive2_2x.png" type="BINDATA" /> 171 <include name="IDR_THEME_TOOLBAR_INACTIVE" file="theme_toolbar_default_i nactive2_2x.png" type="BINDATA" />
172 </if> 172 </if>
173 <include name="IDR_THROBBER_WAITING" file="throbber_waiting_2x.png" type=" BINDATA" /> 173 <include name="IDR_THROBBER_WAITING" file="throbber_waiting_2x.png" type=" BINDATA" />
174 <include name="IDR_TOOLS" file="tools_2x.png" type="BINDATA" /> 174 <include name="IDR_TOOLS" file="tools_2x.png" type="BINDATA" />
175 <include name="IDR_TOOLS_H" file="tools_h_2x.png" type="BINDATA" /> 175 <include name="IDR_TOOLS_H" file="tools_h_2x.png" type="BINDATA" />
176 <include name="IDR_TOOLS_P" file="tools_p_2x.png" type="BINDATA" /> 176 <include name="IDR_TOOLS_P" file="tools_p_2x.png" type="BINDATA" />
177 </includes> 177 </includes>
178 </release> 178 </release>
179 </grit> 179 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources_large.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698