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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/choices.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": "choices", 3 "namespace": "choices",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "ChoiceType", 6 "id": "ChoiceType",
7 "type": "object", 7 "type": "object",
8 "properties": { 8 "properties": {
9 "integers": { 9 "integers": {
10 "choices": [ 10 "choices": [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 141 ],
142 "description": "Some integers." 142 "description": "Some integers."
143 } 143 }
144 ] 144 ]
145 } 145 }
146 ] 146 ]
147 } 147 }
148 ] 148 ]
149 } 149 }
150 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698