| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "IndexedDBModel.js", | 52 "IndexedDBModel.js", |
| 53 "InspectorBackend.js", | 53 "InspectorBackend.js", |
| 54 "IsolatedFileSystemManager.js", | 54 "IsolatedFileSystemManager.js", |
| 55 "IsolatedFileSystem.js", | 55 "IsolatedFileSystem.js", |
| 56 "LayerTreeModel.js", | 56 "LayerTreeModel.js", |
| 57 "Linkifier.js", | 57 "Linkifier.js", |
| 58 "NetworkLog.js", | 58 "NetworkLog.js", |
| 59 "NetworkUISourceCodeProvider.js", | 59 "NetworkUISourceCodeProvider.js", |
| 60 "NotificationService.js", | 60 "NotificationService.js", |
| 61 "OverridesSupport.js", | 61 "OverridesSupport.js", |
| 62 "PowerProfiler.js", |
| 62 "PresentationConsoleMessageHelper.js", | 63 "PresentationConsoleMessageHelper.js", |
| 63 "WorkerManager.js", | 64 "WorkerManager.js", |
| 64 "WorkerTargetManager.js", | 65 "WorkerTargetManager.js", |
| 65 "RuntimeModel.js", | 66 "RuntimeModel.js", |
| 66 "SASSSourceMapping.js", | 67 "SASSSourceMapping.js", |
| 67 "Script.js", | 68 "Script.js", |
| 68 "ScriptSnippetModel.js", | 69 "ScriptSnippetModel.js", |
| 69 "SimpleWorkspaceProvider.js", | 70 "SimpleWorkspaceProvider.js", |
| 70 "SnippetStorage.js", | 71 "SnippetStorage.js", |
| 71 "SourceMapping.js", | 72 "SourceMapping.js", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 { | 297 { |
| 297 "name": "timeline", | 298 "name": "timeline", |
| 298 "dependencies": ["components"], | 299 "dependencies": ["components"], |
| 299 "sources": [ | 300 "sources": [ |
| 300 "CountersGraph.js", | 301 "CountersGraph.js", |
| 301 "DOMCountersGraph.js", | 302 "DOMCountersGraph.js", |
| 302 "TimelineEventOverview.js", | 303 "TimelineEventOverview.js", |
| 303 "TimelineFrameModel.js", | 304 "TimelineFrameModel.js", |
| 304 "TimelineFrameOverview.js", | 305 "TimelineFrameOverview.js", |
| 305 "TimelineMemoryOverview.js", | 306 "TimelineMemoryOverview.js", |
| 307 "TimelinePowerOverview.js", |
| 306 "TimelineModel.js", | 308 "TimelineModel.js", |
| 307 "TimelineOverviewPane.js", | 309 "TimelineOverviewPane.js", |
| 308 "TimelineFlameChart.js", | 310 "TimelineFlameChart.js", |
| 309 "TimelinePanel.js", | 311 "TimelinePanel.js", |
| 310 "TimelinePresentationModel.js", | 312 "TimelinePresentationModel.js", |
| 311 "TimelineUIUtils.js", | 313 "TimelineUIUtils.js", |
| 312 "TimelineView.js" | 314 "TimelineView.js" |
| 313 ] | 315 ] |
| 314 }, | 316 }, |
| 315 { | 317 { |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 "extensions", | 453 "extensions", |
| 452 "settings", | 454 "settings", |
| 453 "tests", | 455 "tests", |
| 454 "profiler", | 456 "profiler", |
| 455 "host_stub", | 457 "host_stub", |
| 456 "screencast" | 458 "screencast" |
| 457 ], | 459 ], |
| 458 "sources": [ "Main.js" ] | 460 "sources": [ "Main.js" ] |
| 459 } | 461 } |
| 460 ] | 462 ] |
| OLD | NEW |