| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "name": "layers", | 326 "name": "layers", |
| 327 "dependencies": ["components"], | 327 "dependencies": ["components"], |
| 328 "sources": [ | 328 "sources": [ |
| 329 "LayerTreeModel.js", | 329 "LayerTreeModel.js", |
| 330 "LayersPanel.js", | 330 "LayersPanel.js", |
| 331 "LayerTree.js", | 331 "LayerTree.js", |
| 332 "Layers3DView.js", | 332 "Layers3DView.js", |
| 333 "LayerDetailsView.js", | 333 "LayerDetailsView.js", |
| 334 "PaintProfilerView.js" | 334 "PaintProfilerView.js", |
| 335 "TransformController.js" |
| 335 ] | 336 ] |
| 336 }, | 337 }, |
| 337 { | 338 { |
| 338 "name": "extensions", | 339 "name": "extensions", |
| 339 "dependencies": ["components", "audits", "sources"], | 340 "dependencies": ["components", "audits", "sources"], |
| 340 "sources": [ | 341 "sources": [ |
| 341 "ExtensionAPI.js", | 342 "ExtensionAPI.js", |
| 342 "ExtensionAuditCategory.js", | 343 "ExtensionAuditCategory.js", |
| 343 "ExtensionPanel.js", | 344 "ExtensionPanel.js", |
| 344 "ExtensionRegistryStub.js", | 345 "ExtensionRegistryStub.js", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "extensions", | 448 "extensions", |
| 448 "settings", | 449 "settings", |
| 449 "tests", | 450 "tests", |
| 450 "profiler", | 451 "profiler", |
| 451 "host_stub", | 452 "host_stub", |
| 452 "screencast" | 453 "screencast" |
| 453 ], | 454 ], |
| 454 "sources": [] | 455 "sources": [] |
| 455 } | 456 } |
| 456 ] | 457 ] |
| OLD | NEW |