Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: grit/testdata/whitelist_resources.grd

Issue 691873002: Add support to override output_all_resource_defines from command line. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: fix .grd, add testOutputAllResourceDefinesFalse Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" 2 <grit latest_public_release="0"
3 current_release="1" 3 current_release="1"
4 output_all_resource_defines="false"> 4 output_all_resource_defines="false">
5 <outputs> 5 <outputs>
6 <output filename="whitelist_test_resources.h" type="rc_header"> 6 <output filename="whitelist_test_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="whitelist_test_resources_map.cc" 9 <output filename="whitelist_test_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 17 matching lines...) Expand all
28 file="details.html" 28 file="details.html"
29 type="chrome_html" > 29 type="chrome_html" >
30 </structure> 30 </structure>
31 <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_WHITELISTED" 31 <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_WHITELISTED"
32 file="error.html" 32 file="error.html"
33 type="chrome_html" > 33 type="chrome_html" >
34 </structure> 34 </structure>
35 </if> 35 </if>
36 <if expr="False"> 36 <if expr="False">
37 <structure name="IDR_STRUCTURE_IN_FALSE_IF_WHITELISTED" 37 <structure name="IDR_STRUCTURE_IN_FALSE_IF_WHITELISTED"
38 file="deleted.html" 38 file="status.html"
39 type="chrome_html" > 39 type="chrome_html" >
40 </structure> 40 </structure>
41 <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_WHITELISTED" 41 <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_WHITELISTED"
42 file="deleted.html" 42 file="simple.html"
43 type="chrome_html" > 43 type="chrome_html" >
44 </structure> 44 </structure>
45 </if> 45 </if>
46 </structures> 46 </structures>
47 <includes> 47 <includes>
48 <include name="IDR_INCLUDE_WHITELISTED" file="klonk.ico" 48 <include name="IDR_INCLUDE_WHITELISTED" file="klonk.ico"
49 type="BINDATA" /> 49 type="BINDATA" />
50 <include name="IDR_INCLUDE_NOT_WHITELISTED" file="klonk.rc" 50 <include name="IDR_INCLUDE_NOT_WHITELISTED" file="klonk.rc"
51 type="BINDATA" /> 51 type="BINDATA" />
52 </includes> 52 </includes>
53 </release> 53 </release>
54 </grit> 54 </grit>
OLDNEW
« no previous file with comments | « grit/node/misc.py ('k') | grit/tool/build.py » ('j') | grit_info.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698