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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/objects.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": "objects", 3 "namespace": "objects",
4 "types": [], 4 "types": [],
5 "functions": [ 5 "functions": [
6 { 6 {
7 "name": "objectParam", 7 "name": "objectParam",
8 "type": "function", 8 "type": "function",
9 "description": "Takes an object.", 9 "description": "Takes an object.",
10 "parameters": [ 10 "parameters": [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "enum": ["spam", "ham", "eggs"] 130 "enum": ["spam", "ham", "eggs"]
131 } 131 }
132 } 132 }
133 } 133 }
134 ] 134 ]
135 } 135 }
136 ] 136 ]
137 } 137 }
138 ] 138 ]
139 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698