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