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

Side by Side Diff: chrome/common/extensions/api/permissions.json

Issue 9114036: Code generation for extensions api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: windows path fix Created 8 years, 11 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | tools/json_schema_compiler/api_gen_util.gyp » ('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 { 2 {
3 "namespace": "permissions", 3 "namespace": "permissions",
4 "compile": true,
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "Permissions", 7 "id": "Permissions",
7 "type": "object", 8 "type": "object",
8 "properties": { 9 "properties": {
9 "permissions": { 10 "permissions": {
10 "type": "array", 11 "type": "array",
11 "items": {"type": "string"}, 12 "items": {"type": "string"},
12 "optional": true, 13 "optional": true,
13 "description": "List of named permissions (does not include hosts or origins)." 14 "description": "List of named permissions (does not include hosts or origins)."
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "type": "boolean", 131 "type": "boolean",
131 "description": "True if the permissions were removed." 132 "description": "True if the permissions were removed."
132 } 133 }
133 ] 134 ]
134 } 135 }
135 ] 136 ]
136 } 137 }
137 ] 138 ]
138 } 139 }
139 ] 140 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | tools/json_schema_compiler/api_gen_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698