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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 4560001: Support specifying the GSSAPI library that will be used. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix another compile error on Windows Created 10 years, 1 month 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
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 { 351 {
352 'name': 'AuthNegotiateDelegateWhitelist', 352 'name': 'AuthNegotiateDelegateWhitelist',
353 'type': 'string', 353 'type': 'string',
354 'annotations': { 354 'annotations': {
355 'platforms': ['linux', 'mac', 'win'], 355 'platforms': ['linux', 'mac', 'win'],
356 'products': ['chrome'], 356 'products': ['chrome'],
357 'features': {'dynamic_refresh': 0}, 357 'features': {'dynamic_refresh': 0},
358 'example_value': 'foobar.example.com', 358 'example_value': 'foobar.example.com',
359 } 359 }
360 }, 360 },
361 {
362 'name': 'GSSAPILibraryName',
363 'type': 'string',
364 'annotations': {
365 'platforms': ['linux', 'mac'],
366 'products': ['chrome'],
367 'features': {'dynamic_refresh': 0},
368 'example_value': 'libgssapi_krb5.so.2',
369 }
370 },
361 ] 371 ]
362 }, 372 },
363 { 373 {
364 'name': 'Extensions', 374 'name': 'Extensions',
365 'type': 'group', 375 'type': 'group',
366 'policies': [{ 376 'policies': [{
367 'name': 'ExtensionInstallBlacklist', 377 'name': 'ExtensionInstallBlacklist',
368 'type': 'list', 378 'type': 'list',
369 'annotations': { 379 'annotations': {
370 'platforms': ['linux', 'mac', 'win'], 380 'platforms': ['linux', 'mac', 'win'],
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 { 602 {
593 'key': '$4', 603 'key': '$4',
594 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 604 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
595 }, 605 },
596 { 606 {
597 'key': '$5', 607 'key': '$5',
598 'value': 'http://www.chromium.org/administrators/policy-templates' 608 'value': 'http://www.chromium.org/administrators/policy-templates'
599 }, 609 },
600 ] 610 ]
601 } 611 }
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698