aboutsummaryrefslogtreecommitdiff
path: root/grit/testdata/whitelist_resources.grd
blob: a5eeb2d9a8b55361c545c0c30edbacee98a555aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0"
      current_release="1"
      output_all_resource_defines="false">
  <outputs>
    <output filename="whitelist_test_resources.h" type="rc_header">
      <emit emit_type='prepend'></emit>
    </output>
    <output filename="whitelist_test_resources_map.cc"
            type="resource_file_map_source" />
    <output filename="whitelist_test_resources_map.h"
            type="resource_map_header" />
    <output filename="whitelist_test_resources.pak" type="data_package" />
  </outputs>
  <translations>
    <file path="substitute.xmb" lang="sv" />
  </translations>
    <release seq="1">
    <structures>
      <structure name="IDR_STRUCTURE_WHITELISTED" file="browser.html"
                 type="chrome_html" >
      </structure>
      <structure name="IDR_STRUCTURE_NOT_WHITELISTED" file="deleted.html"
                 type="chrome_html" >
      </structure>
      <if expr="True">
        <structure name="IDR_STRUCTURE_IN_TRUE_IF_WHITELISTED"
                   file="details.html"
                   type="chrome_html" >
        </structure>
        <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_WHITELISTED"
                   file="error.html"
                   type="chrome_html" >
        </structure>
      </if>
      <if expr="False">
        <structure name="IDR_STRUCTURE_IN_FALSE_IF_WHITELISTED"
                   file="deleted.html"
                   type="chrome_html" >
        </structure>
        <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_WHITELISTED"
                   file="deleted.html"
                   type="chrome_html" >
        </structure>
      </if>
    </structures>
    <includes>
      <include name="IDR_INCLUDE_WHITELISTED" file="klonk.ico"
               type="BINDATA" />
      <include name="IDR_INCLUDE_NOT_WHITELISTED" file="klonk.rc"
               type="BINDATA" />
    </includes>
  </release>
</grit>