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

Side by Side Diff: components/resources/gcm_driver_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
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_GCM_DRIVER_GCM_INTERNALS_HTML" file="../gcm_driver/resource s/gcm_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDAT A" /> 3 <include name="IDR_GCM_DRIVER_GCM_INTERNALS_HTML" file="../gcm_driver/resource s/gcm_internals.html" flattenhtml="true" allowexternalscript="true" compress="gz ip" type="BINDATA" />
4 <include name="IDR_GCM_DRIVER_GCM_INTERNALS_CSS" file="../gcm_driver/resources /gcm_internals.css" type="BINDATA" /> 4 <include name="IDR_GCM_DRIVER_GCM_INTERNALS_CSS" file="../gcm_driver/resources /gcm_internals.css" compress="gzip" type="BINDATA" />
5 <include name="IDR_GCM_DRIVER_GCM_INTERNALS_JS" file="../gcm_driver/resources/ gcm_internals.js" type="BINDATA" /> 5 <include name="IDR_GCM_DRIVER_GCM_INTERNALS_JS" file="../gcm_driver/resources/ gcm_internals.js" compress="gzip" type="BINDATA" />
6 </grit-part> 6 </grit-part>
OLDNEW
« no previous file with comments | « chrome/test/data/webui/webui_resource_browsertest.cc ('k') | components/resources/signin_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698