diff options
Diffstat (limited to 'chromium/chrome/browser/resources/usb_internals')
-rw-r--r-- | chromium/chrome/browser/resources/usb_internals/resources.grd | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/chromium/chrome/browser/resources/usb_internals/resources.grd b/chromium/chrome/browser/resources/usb_internals/resources.grd index 48bc89841bd..68f7a927a57 100644 --- a/chromium/chrome/browser/resources/usb_internals/resources.grd +++ b/chromium/chrome/browser/resources/usb_internals/resources.grd @@ -12,31 +12,25 @@ <includes> <include name="IDR_USB_INTERNALS_CSS" file="usb_internals.css" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> <include name="IDR_USB_INTERNALS_DESCRIPTOR_PANEL_JS" file="descriptor_panel.js" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> <include name="IDR_USB_INTERNALS_DEVICES_PAGE_JS" file="devices_page.js" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> <include name="IDR_USB_INTERNALS_HTML" file="usb_internals.html" flattenhtml="true" allowexternalscript="true" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> <include name="IDR_USB_INTERNALS_JS" file="usb_internals.js" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> <include name="IDR_USB_INTERNALS_MOJOM_LITE_JS" file="${root_gen_dir}\chrome\browser\ui\webui\usb_internals\usb_internals.mojom-lite.js" use_base_dir="false" - type="BINDATA" - compress="gzip" /> + type="BINDATA" /> </includes> </release> </grit> |