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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/json_schema_test.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": "compile", 3 "namespace": "compile",
4 "functions": [], 4 "functions": [],
5 "types": {} 5 "types": {}
6 }, 6 },
7 7
8 { 8 {
9 "namespace": "nocompile", 9 "namespace": "nocompile",
10 "nocompile": true, 10 "nocompile": true,
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "nocompile": true 92 "nocompile": true
93 }, 93 },
94 "four": { 94 "four": {
95 "key": "value" 95 "key": "value"
96 } 96 }
97 } 97 }
98 } 98 }
99 } 99 }
100 } 100 }
101 ] 101 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698