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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 5875 matching lines...) Expand 10 before | Expand all | Expand 10 after
5886 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5886 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5887 'text': 'deprecated', 5887 'text': 'deprecated',
5888 }, 5888 },
5889 'doc_recommended': { 5889 'doc_recommended': {
5890 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5890 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5891 'text': 'Default Settings (users can override)', 5891 'text': 'Default Settings (users can override)',
5892 }, 5892 },
5893 }, 5893 },
5894 'placeholders': [], 5894 'placeholders': [],
5895 } 5895 }
OLDNEW
« no previous file with comments | « components/policy/resources/policy_templates.grd ('k') | components/policy/resources/policy_templates_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698