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

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

Issue 6134006: Integrate user strings into the JSON policy template file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 months 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 side-by-side diff with in-line comments
Download patch
Index: tools/grit/grit/node/structure.py
diff --git a/tools/grit/grit/node/structure.py b/tools/grit/grit/node/structure.py
index 95eac764f3cdbc0e3094d3309ae3ab20edd6411b..ba203f661313bc7260e20bb10243e5f7bec94bdd 100644
--- a/tools/grit/grit/node/structure.py
+++ b/tools/grit/grit/node/structure.py
@@ -21,6 +21,7 @@ import grit.gather.tr_html
import grit.gather.admin_template
import grit.gather.txt
import grit.gather.muppet_strings
+import grit.gather.policy_json
import grit.format.rc
import grit.format.rc_header
@@ -45,7 +46,7 @@ _GATHERERS = {
'tr_html' : grit.gather.tr_html.TrHtml,
'txt' : grit.gather.txt.TxtFile,
'version' : grit.gather.rc.Version,
- 'policy_template_metafile' : grit.gather.json_loader.JsonLoader,
+ 'policy_template_metafile' : grit.gather.policy_json.PolicyJson,
}
« tools/grit/grit/gather/policy_json.py ('K') | « tools/grit/grit/gather/policy_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698