Index: grit/tool/build.py |
diff --git a/grit/tool/build.py b/grit/tool/build.py |
index ada8c71fc6178e74f1aaf1d8c57c785d9f2820b1..5b3e91d144e0e7dcbe5d2debc41f3be63117b751 100644 |
--- a/grit/tool/build.py |
+++ b/grit/tool/build.py |
@@ -222,7 +222,8 @@ are exported to translation interchange files (e.g. XMB files), etc. |
'resource_map_source', 'resource_file_map_source'): |
encoding = 'cp1252' |
elif output.GetType() in ('android', 'c_format', 'js_map_format', 'plist', |
- 'plist_strings', 'doc', 'json'): |
+ 'plist_strings', 'doc', 'json', |
+ 'chrome_messages_json'): |
encoding = 'utf_8' |
else: |
# TODO(gfeher) modify here to set utf-8 encoding for admx/adml |