Chromium Code Reviews| Index: grit/testdata/whitelist_resources.grd |
| diff --git a/grit/testdata/whitelist_resources.grd b/grit/testdata/whitelist_resources.grd |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a5eeb2d9a8b55361c545c0c30edbacee98a555aa |
| --- /dev/null |
| +++ b/grit/testdata/whitelist_resources.grd |
| @@ -0,0 +1,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"> |
|
newt (away)
2014/10/31 15:58:15
nit: indent
lliabraa
2014/10/31 16:05:52
Done.
|
| + <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> |