diff options
Diffstat (limited to 'chromium/components/resources/policy_resources.grdp')
-rw-r--r-- | chromium/components/resources/policy_resources.grdp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/components/resources/policy_resources.grdp b/chromium/components/resources/policy_resources.grdp index 459dbcfc322..ec7fc0fdc11 100644 --- a/chromium/components/resources/policy_resources.grdp +++ b/chromium/components/resources/policy_resources.grdp @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <grit-part> - <include name="IDR_POLICY_CSS" file="../policy/resources/webui/policy.css" preprocess="true" type="BINDATA" compress="gzip" /> - <include name="IDR_POLICY_HTML" file="../policy/resources/webui/policy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" /> - <include name="IDR_POLICY_BASE_JS" file="../policy/resources/webui/policy_base.js" type="BINDATA" compress="gzip" preprocess="true" /> - <include name="IDR_POLICY_JS" file="../policy/resources/webui/policy.js" type="BINDATA" compress="gzip" /> + <include name="IDR_POLICY_CSS" file="../policy/resources/webui/policy.css" preprocess="true" type="BINDATA" /> + <include name="IDR_POLICY_HTML" file="../policy/resources/webui/policy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> + <include name="IDR_POLICY_BASE_JS" file="../policy/resources/webui/policy_base.js" type="BINDATA" preprocess="true" /> + <include name="IDR_POLICY_JS" file="../policy/resources/webui/policy.js" type="BINDATA" /> </grit-part> |