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

Side by Side Diff: chrome/browser/resources/net_internals_resources.grd

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting Created 4 years, 6 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
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. --> 3 without changes to the corresponding grd file. -->
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/net_internals_resources.h" type="rc_header"> 6 <output filename="grit/net_internals_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="net_internals_resources.pak" type="data_package" /> 9 <output filename="net_internals_resources.pak" type="data_package" />
10 </outputs> 10 </outputs>
11 <release seq="1"> 11 <release seq="1">
12 <includes> 12 <includes>
13 <include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 13 <include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.htm l" flattenhtml="true" allowexternalscript="true" compress="gzip" type="BINDATA" />
14 <include name="IDR_NET_INTERNALS_INDEX_JS" file="net_internals/index.js" f lattenhtml="true" type="BINDATA" /> 14 <include name="IDR_NET_INTERNALS_INDEX_JS" file="net_internals/index.js" f lattenhtml="true" compress="gzip" type="BINDATA" />
15 </includes> 15 </includes>
16 </release> 16 </release>
17 </grit> 17 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/password_manager_internals_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698