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

Side by Side Diff: components/resources/signin_resources.grdp

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
« no previous file with comments | « components/resources/gcm_driver_resources.grdp ('k') | content/content_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 <grit-part> 2 <grit-part>
3 <include name="IDR_SIGNIN_INTERNALS_INDEX_HTML" 3 <include name="IDR_SIGNIN_INTERNALS_INDEX_HTML"
4 file="../signin/core/browser/resources/signin_index.html" 4 file="../signin/core/browser/resources/signin_index.html"
5 flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 5 flattenhtml="true" allowexternalscript="true" compress="gzip"
6 type="BINDATA" />
6 <include name="IDR_SIGNIN_INTERNALS_INDEX_JS" 7 <include name="IDR_SIGNIN_INTERNALS_INDEX_JS"
7 file="../signin/core/browser/resources/signin_internals.js" 8 file="../signin/core/browser/resources/signin_internals.js"
8 type="BINDATA" /> 9 compress="gzip" type="BINDATA" />
9 </grit-part> 10 </grit-part>
OLDNEW
« no previous file with comments | « components/resources/gcm_driver_resources.grdp ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698