OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <grit latest_public_release="0" current_release="1"> | |
3 <outputs> | |
4 <output filename="grit/policy_resources.h" type="rc_header"> | |
5 <emit emit_type='prepend'></emit> | |
6 </output> | |
7 <output filename="grit/policy_resources_map.cc" | |
8 type="resource_file_map_source" /> | |
9 <output filename="grit/policy_resources_map.h" | |
10 type="resource_map_header" /> | |
11 <output filename="policy_resources.pak" type="data_package" /> | |
12 </outputs> | |
13 <release seq="1"> | |
14 <structures> | |
15 <structure name="IDR_MD_POLICY_HTML" | |
16 file="md_policy.html" | |
17 type="chrome_html"/> | |
Dan Beam
2015/10/13 16:49:23
why are you making a .grd file for 1 HTML file? w
fhorschig
2015/10/14 14:50:23
Assuming I would not move code into a separate fil
Dan Beam
2015/10/14 20:21:22
I have no idea what this means
fhorschig
2015/10/14 20:53:44
Sorry, the text is overly complicated. I _will_ ne
Dan Beam
2015/10/14 21:01:29
makes sense but I had no way of knowing there'd be
fhorschig
2015/10/15 14:45:38
TODO is a nice idea. Added one and kept this in mi
| |
18 </structures> | |
19 </release> | |
20 </grit> | |
OLD | NEW |