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

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

Issue 130173003: Stop generating two .rc files that are unused after r243503. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/browser/browser_resources.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 <!-- This grd file contains images that are not pre-scaled for device 2 <!-- This grd file contains images that are not pre-scaled for device
3 scale factors. The image returned by 3 scale factors. The image returned by
4 |base::ResourceBundle::GetImageNamed| only contains 100P, and 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and
5 it is the caller's responsibility to do the right thing when the 5 it is the caller's responsibility to do the right thing when the
6 display is not at 100P device scale factor. 6 display is not at 100P device scale factor.
7 --> 7 -->
8 <grit latest_public_release="0" current_release="1"> 8 <grit latest_public_release="0" current_release="1">
9 <outputs> 9 <outputs>
10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header">
11 <emit emit_type='prepend'></emit> 11 <emit emit_type='prepend'></emit>
12 </output> 12 </output>
13 <output filename="chrome_unscaled_resources.pak" type="data_package" /> 13 <output filename="chrome_unscaled_resources.pak" type="data_package" />
14 <output filename="chrome_unscaled_resources.rc" type="rc_all" />
15 </outputs> 14 </outputs>
16 <release seq="1"> 15 <release seq="1">
17 <includes> 16 <includes>
18 <if expr="pp_ifdef('_google_chrome')"> 17 <if expr="pp_ifdef('_google_chrome')">
19 <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64. png" type="BINDATA" /> 18 <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64. png" type="BINDATA" />
20 <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_12 8.png" type="BINDATA" /> 19 <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_12 8.png" type="BINDATA" />
21 <!-- NOTE: product_logo_*.* files beyond what's listed above are 20 <!-- NOTE: product_logo_*.* files beyond what's listed above are
22 referenced by installer code; don't remove them unless you know 21 referenced by installer code; don't remove them unless you know
23 what you're doing! --> 22 what you're doing! -->
24 <if expr="is_macosx"> 23 <if expr="is_macosx">
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <if expr="not pp_ifdef('_google_chrome')"> 94 <if expr="not pp_ifdef('_google_chrome')">
96 <include name="IDR_APP_LIST_16" file="chromium/app_list_16.png" type=" BINDATA" /> 95 <include name="IDR_APP_LIST_16" file="chromium/app_list_16.png" type=" BINDATA" />
97 <include name="IDR_APP_LIST_32" file="chromium/app_list_32.png" type=" BINDATA" /> 96 <include name="IDR_APP_LIST_32" file="chromium/app_list_32.png" type=" BINDATA" />
98 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type ="BINDATA" /> 97 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type ="BINDATA" />
99 <include name="IDR_APP_LIST_256" file="chromium/app_list_256.png" type ="BINDATA" /> 98 <include name="IDR_APP_LIST_256" file="chromium/app_list_256.png" type ="BINDATA" />
100 </if> 99 </if>
101 </if> 100 </if>
102 </includes> 101 </includes>
103 </release> 102 </release>
104 </grit> 103 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698