| Index: grit/tool/build.py
|
| diff --git a/grit/tool/build.py b/grit/tool/build.py
|
| index 2bb8085c56be65cc0a8f599b18621e2b294d7b64..87ee4122e171bac596a4af3366ae7ce8ecd22b80 100644
|
| --- a/grit/tool/build.py
|
| +++ b/grit/tool/build.py
|
| @@ -36,8 +36,10 @@ _format_modules = {
|
| 'resource_map_source': 'resource_map',
|
| 'resource_file_map_source': 'resource_map',
|
| }
|
| -_format_modules.update((type, 'policy_templates.template_formatter')
|
| - for type in 'adm plist plist_strings admx adml doc json reg'.split())
|
| +_format_modules.update(
|
| + (type, 'policy_templates.template_formatter') for type in
|
| + [ 'adm', 'admx', 'adml', 'reg', 'doc', 'json',
|
| + 'plist', 'plist_strings', 'ios_plist' ])
|
|
|
|
|
| def GetFormatter(type):
|
|
|