chromium/tools/grit/grit/testdata/allowlist_resources.grd

<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0"
      current_release="1"
      output_all_resource_defines="false">
  <outputs>
    <output filename="allowlist_test_resources.h" type="rc_header">
      <emit emit_type='prepend'></emit>
    </output>
    <output filename="allowlist_test_resources_map.cc"
            type="resource_file_map_source" />
    <output filename="allowlist_test_resources_map.h"
            type="resource_map_header" />
    <output filename="allowlist_test_resources.pak" type="data_package" />
  </outputs>
  <translations>
    <file path="substitute.xmb" lang="sv" />
  </translations>
    <release seq="1">
    <structures>
      <structure name="IDR_STRUCTURE_ALLOWLISTED" file="browser.html"
                 type="chrome_html" >
      </structure>
      <structure name="IDR_STRUCTURE_NOT_ALLOWLISTED" file="deleted.html"
                 type="chrome_html" >
      </structure>
      <if expr="True">
        <structure name="IDR_STRUCTURE_IN_TRUE_IF_ALLOWLISTED"
                   file="details.html"
                   type="chrome_html" >
        </structure>
        <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_ALLOWLISTED"
                   file="error.html"
                   type="chrome_html" >
        </structure>
      </if>
      <if expr="False">
        <structure name="IDR_STRUCTURE_IN_FALSE_IF_ALLOWLISTED"
                   file="status.html"
                   type="chrome_html" >
        </structure>
        <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_ALLOWLISTED"
                   file="simple.html"
                   type="chrome_html" >
        </structure>
      </if>
    </structures>
    <includes>
      <include name="IDR_INCLUDE_ALLOWLISTED" file="klonk.ico"
               type="BINDATA" />
      <include name="IDR_INCLUDE_NOT_ALLOWLISTED" file="klonk.rc"
               type="BINDATA" />
    </includes>
  </release>
</grit>