OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "modules.js", | 6 "modules.js", |
7 "Color.js", | 7 "Color.js", |
8 "DOMExtension.js", | 8 "DOMExtension.js", |
9 "Geometry.js", | 9 "Geometry.js", |
10 "ModuleManager.js", | 10 "ModuleManager.js", |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
446 "timeline", | 446 "timeline", |
447 "audits", | 447 "audits", |
448 "layers", | 448 "layers", |
449 "extensions", | 449 "extensions", |
450 "settings", | 450 "settings", |
451 "tests", | 451 "tests", |
452 "profiler", | 452 "profiler", |
453 "host_stub", | 453 "host_stub", |
454 "screencast" | 454 "screencast" |
455 ], | 455 ], |
456 "sources": [ "inspector.js" ] | 456 "sources": [ "Main.js" ] |
457 } | 457 } |
458 ] | 458 ] |
OLD | NEW |