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

Side by Side Diff: chrome/renderer/resources/renderer_resources.grd

Issue 11418003: Remove rc file for scaled resource pak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep webkit_resources for DumpRenderTree Created 8 years, 1 month 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/gpu/test_support_gpu.gypi » ('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 comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. fb9 --> 3 without changes to the corresponding grd file. fb9 -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent"> 6 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/renderer_resources_map.cc" type="resource_map_source" context="default_100_percent" /> 9 <output filename="grit/renderer_resources_map.cc" type="resource_map_source" context="default_100_percent" />
10 <output filename="grit/renderer_resources_map.h" type="resource_map_header" context="default_100_percent" /> 10 <output filename="grit/renderer_resources_map.h" type="resource_map_header" context="default_100_percent" />
11 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" /> 11 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
12 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" /> 12 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
13 <output filename="renderer_resources.rc" type="rc_all" context="default_100_ percent" />
14 </outputs> 13 </outputs>
15 <release seq="1"> 14 <release seq="1">
16 <structures fallback_to_low_resolution="true"> 15 <structures fallback_to_low_resolution="true">
17 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" /> 16 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" />
18 </structures> 17 </structures>
19 <includes> 18 <includes>
20 <if expr="pp_ifdef('android')"> 19 <if expr="pp_ifdef('android')">
21 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug in.html" flattenhtml="true" type="BINDATA" /> 20 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug in.html" flattenhtml="true" type="BINDATA" />
22 </if> 21 </if>
23 <include name="IDR_BLOCKED_PLUGIN_HTML" file="blocked_plugin.html" flatten html="true" type="BINDATA" /> 22 <include name="IDR_BLOCKED_PLUGIN_HTML" file="blocked_plugin.html" flatten html="true" type="BINDATA" />
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <include name="IDR_WEB_VIEW_JS" file="extensions\web_view.js" type="BIND ATA" /> 77 <include name="IDR_WEB_VIEW_JS" file="extensions\web_view.js" type="BIND ATA" />
79 78
80 <!-- Platform app support. --> 79 <!-- Platform app support. -->
81 <include name="IDR_PLATFORM_APP_CSS" file="extensions\platform_app.css" type="BINDATA" /> 80 <include name="IDR_PLATFORM_APP_CSS" file="extensions\platform_app.css" type="BINDATA" />
82 <include name="IDR_PLATFORM_APP_JS" file="extensions\platform_app.js" ty pe="BINDATA" /> 81 <include name="IDR_PLATFORM_APP_JS" file="extensions\platform_app.js" ty pe="BINDATA" />
83 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" /> 82 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" />
84 </if> 83 </if>
85 </includes> 84 </includes>
86 </release> 85 </release>
87 </grit> 86 </grit>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698