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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/enums.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": "enums", 3 "namespace": "enums",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "Enumeration", 6 "id": "Enumeration",
7 "type": "string", 7 "type": "string",
8 "enum": ["one", "two", "three"] 8 "enum": ["one", "two", "three"]
9 }, 9 },
10 { 10 {
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 { 203 {
204 "name": "secondEnum", 204 "name": "secondEnum",
205 "type": "string", 205 "type": "string",
206 "enum": ["spam", "ham", "eggs"] 206 "enum": ["spam", "ham", "eggs"]
207 } 207 }
208 ] 208 ]
209 } 209 }
210 ] 210 ]
211 } 211 }
212 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698