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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 8258018: Generate Chrome policy definition list from policy_templates.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 54073aceac648a07b5e81eed990a5e70e7b3f7c9..9a5301d04eae39bd6b45d79497734fdbb4d1a859 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -79,6 +79,8 @@
# chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc
# chrome.*, chrome.linux -> JSON,doc
# chrome.*, chrome.mac -> plist, plist_strings,doc
+# chrome.* -> Chrome policy definition list
+# chrome_os -> Chrome policy definition list, when building OS_CHROMEOS
# everything else -> doc
#
# Annotations:
@@ -384,7 +386,7 @@
{
'name': 'CloudPrintProxyEnabled',
'type': 'main',
- 'supported_on': [],
+ 'supported_on': ['chrome.*:X-'],
'features': {'dynamic_refresh': 1},
'future': True,
'example_value': True,

Powered by Google App Engine
This is Rietveld 408576698