| Index: tools/grit/grit/format/policy_templates/policy_template_generator.py
|
| diff --git a/tools/grit/grit/format/policy_templates/policy_template_generator.py b/tools/grit/grit/format/policy_templates/policy_template_generator.py
|
| index b338f99f5aab22b627913b14caedcdf2a54e1a8e..a0bacaf88519c8ed4f42aa39852db47a2078383f 100755
|
| --- a/tools/grit/grit/format/policy_templates/policy_template_generator.py
|
| +++ b/tools/grit/grit/format/policy_templates/policy_template_generator.py
|
| @@ -116,6 +116,9 @@ class PolicyTemplateGenerator:
|
| policy['caption'] = self._ImportMessage(policy['caption'])
|
| if 'label' in policy:
|
| policy['label'] = self._ImportMessage(policy['label'])
|
| + if 'arc_support' in policy:
|
| + policy['arc_support'] = self._ImportMessage(policy['arc_support'])
|
| +
|
|
|
| if policy['type'] == 'group':
|
| self._ProcessPolicyList(policy['policies'])
|
|
|