diff options
Diffstat (limited to 'chromium/components/resources/safe_browsing_resources.grdp')
-rw-r--r-- | chromium/components/resources/safe_browsing_resources.grdp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/components/resources/safe_browsing_resources.grdp b/chromium/components/resources/safe_browsing_resources.grdp index dd59e8d61a1..3e255c60dbe 100644 --- a/chromium/components/resources/safe_browsing_resources.grdp +++ b/chromium/components/resources/safe_browsing_resources.grdp @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <grit-part> - <include name="IDR_SAFE_BROWSING_HTML" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.html" type="BINDATA" compress="gzip" /> - <include name="IDR_SAFE_BROWSING_CSS" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.css" type="BINDATA" compress="gzip" /> - <include name="IDR_SAFE_BROWSING_JS" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.js" type="BINDATA" compress="gzip" /> + <include name="IDR_SAFE_BROWSING_HTML" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.html" type="BINDATA" /> + <include name="IDR_SAFE_BROWSING_CSS" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.css" type="BINDATA" /> + <include name="IDR_SAFE_BROWSING_JS" file="..\..\components\safe_browsing\content\web_ui\resources\safe_browsing.js" type="BINDATA" /> <!-- TODO(crbug/1056278): Enable this on Fuchsia --> <if expr="safe_browsing_mode != 0 and not is_fuchsia"> <include name="IDR_DOWNLOAD_FILE_TYPES_PB" file="${root_gen_dir}\components\safe_browsing\core\resources\download_file_types.pb" use_base_dir="false" type="BINDATA" compress="gzip" /> |