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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/crossref.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": "crossref", 3 "namespace": "crossref",
4 "dependencies": ["simple_api"], 4 "dependencies": ["simple_api"],
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "CrossrefType", 7 "id": "CrossrefType",
8 "type": "object", 8 "type": "object",
9 "properties": { 9 "properties": {
10 "testType": { 10 "testType": {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 { 66 {
67 "name": "callback", 67 "name": "callback",
68 "type": "function", 68 "type": "function",
69 "parameters": [] 69 "parameters": []
70 } 70 }
71 ] 71 ]
72 } 72 }
73 ] 73 ]
74 } 74 }
75 ] 75 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698