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: third_party/chrome/tools/json_schema_compiler/test/forbidden.json

Issue 12300042: Update idlsync.py to pull in dependencies required for chrome api generation. (Closed) Base URL: git://github.com/dart-lang/bleeding_edge.git@master
Patch Set: From another checkout Created 7 years, 9 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "forbidden", 3 "namespace": "forbidden",
4 "types": [], 4 "types": [],
5 "functions": [ 5 "functions": [
6 { 6 {
7 "name": "forbiddenParameters", 7 "name": "forbiddenParameters",
8 "type": "function", 8 "type": "function",
9 "description": "Don't do this at home. Accepts multiple choices and valu es", 9 "description": "Don't do this at home. Accepts multiple choices and valu es",
10 "parameters": [ 10 "parameters": [
(...skipping 19 matching lines...) Expand all
30 }, 30 },
31 { 31 {
32 "type": "string", 32 "type": "string",
33 "name": "secondString" 33 "name": "secondString"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698