diff options
Diffstat (limited to 'chromium/components/resources/flags_ui_resources.grdp')
-rw-r--r-- | chromium/components/resources/flags_ui_resources.grdp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/components/resources/flags_ui_resources.grdp b/chromium/components/resources/flags_ui_resources.grdp index 858385db31a..6dbb7003da1 100644 --- a/chromium/components/resources/flags_ui_resources.grdp +++ b/chromium/components/resources/flags_ui_resources.grdp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <grit-part> - <include name="IDR_FLAGS_UI_FLAGS_HTML" file="../flags_ui/resources/flags.html" preprocess="true" type="BINDATA" compress="gzip" /> - <include name="IDR_FLAGS_UI_FLAGS_JS" file="../flags_ui/resources/flags.js" type="BINDATA" compress="gzip" /> - <include name="IDR_FLAGS_UI_FLAGS_CSS" file="../flags_ui/resources/flags.css" flattenhtml="true" type="BINDATA" compress="gzip" /> + <include name="IDR_FLAGS_UI_FLAGS_HTML" file="../flags_ui/resources/flags.html" preprocess="true" type="BINDATA" /> + <include name="IDR_FLAGS_UI_FLAGS_JS" file="../flags_ui/resources/flags.js" type="BINDATA" /> + <include name="IDR_FLAGS_UI_FLAGS_CSS" file="../flags_ui/resources/flags.css" flattenhtml="true" type="BINDATA" /> </grit-part> |