Chromium Code Reviews

Unified Diff: tools/grit/grit/node/misc.py

Issue 4164006: Generate example JSON policy configuration files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tools/grit/grit/format/policy_templates/writers/template_writer.py ('k') | tools/grit/grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/node/misc.py
diff --git a/tools/grit/grit/node/misc.py b/tools/grit/grit/node/misc.py
index eb1e0542b1c894066776976d0ebb44d0db6fdd4e..0f37774e12e0e645bd2e7dbbfd2ed6b109f27b76 100644
--- a/tools/grit/grit/node/misc.py
+++ b/tools/grit/grit/node/misc.py
@@ -250,7 +250,7 @@ class GritNode(base.Node):
elif t == 'js_map_format':
from grit.format import js_map_format
return js_map_format.TopLevel()
- elif t in ('adm', 'plist', 'plist_strings', 'admx', 'adml', 'doc'):
+ elif t in ('adm', 'plist', 'plist_strings', 'admx', 'adml', 'doc', 'json'):
from grit.format.policy_templates import template_formatter
return template_formatter.TemplateFormatter(t)
else:
« no previous file with comments | « tools/grit/grit/format/policy_templates/writers/template_writer.py ('k') | tools/grit/grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine