summaryrefslogtreecommitdiff
path: root/chromium/components/resources/safe_browsing_resources.grdp
blob: dd59e8d61a1463a1fad7da356b207997a13a525a (plain)
1
2
3
4
5
6
7
8
9
10
<?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" />
  <!-- 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" />
  </if>
</grit-part>