Index: chrome/browser/resources/md_policy/policy_resources.grd |
diff --git a/chrome/browser/resources/md_policy/policy_resources.grd b/chrome/browser/resources/md_policy/policy_resources.grd |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f76c40f0d89d1ce3a0617a49adcfe6ed8f82fa7 |
--- /dev/null |
+++ b/chrome/browser/resources/md_policy/policy_resources.grd |
@@ -0,0 +1,20 @@ |
+<?xml version="1.0" encoding="UTF-8"?> |
+<grit latest_public_release="0" current_release="1"> |
+ <outputs> |
+ <output filename="grit/policy_resources.h" type="rc_header"> |
+ <emit emit_type='prepend'></emit> |
+ </output> |
+ <output filename="grit/policy_resources_map.cc" |
+ type="resource_file_map_source" /> |
+ <output filename="grit/policy_resources_map.h" |
+ type="resource_map_header" /> |
+ <output filename="policy_resources.pak" type="data_package" /> |
+ </outputs> |
+ <release seq="1"> |
+ <structures> |
+ <structure name="IDR_MD_POLICY_HTML" |
+ file="md_policy.html" |
+ 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
|
+ </structures> |
+ </release> |
+</grit> |