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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/resources/gcm_driver_resources.grdp ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/signin_resources.grdp
diff --git a/components/resources/signin_resources.grdp b/components/resources/signin_resources.grdp
index 37fe757b24a2153b9294bcb9bc4d9988843d1d8b..28afaf36fbd21f9e95fbaedc2102cda8d1febed7 100644
--- a/components/resources/signin_resources.grdp
+++ b/components/resources/signin_resources.grdp
@@ -2,8 +2,9 @@
<grit-part>
<include name="IDR_SIGNIN_INTERNALS_INDEX_HTML"
file="../signin/core/browser/resources/signin_index.html"
- flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ flattenhtml="true" allowexternalscript="true" compress="gzip"
+ type="BINDATA" />
<include name="IDR_SIGNIN_INTERNALS_INDEX_JS"
file="../signin/core/browser/resources/signin_internals.js"
- type="BINDATA" />
+ compress="gzip" type="BINDATA" />
</grit-part>
« 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