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

Side by Side Diff: chrome/browser/resources/translate_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 <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/translate_internals_resources.h" type="rc_header"> 4 <output filename="grit/translate_internals_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="translate_internals_resources.pak" type="data_package" /> 7 <output filename="translate_internals_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <include name="IDR_TRANSLATE_INTERNALS_TRANSLATE_INTERNALS_HTML" file="tra nslate_internals/translate_internals.html" flattenhtml="true" allowexternalscrip t="true" type="BINDATA" /> 11 <include name="IDR_TRANSLATE_INTERNALS_TRANSLATE_INTERNALS_HTML" file="tra nslate_internals/translate_internals.html" flattenhtml="true" allowexternalscrip t="true" compress="gzip" type="BINDATA" />
12 <include name="IDR_TRANSLATE_INTERNALS_TRANSLATE_INTERNALS_JS" file="trans late_internals/translate_internals.js" type="BINDATA" /> 12 <include name="IDR_TRANSLATE_INTERNALS_TRANSLATE_INTERNALS_JS" file="trans late_internals/translate_internals.js" compress="gzip" type="BINDATA" />
13 </includes> 13 </includes>
14 </release> 14 </release>
15 </grit> 15 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698