| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "timeline", | 6 "id": "timeline", |
| 7 "title": "Performance", | 7 "title": "Performance", |
| 8 "order": 50, | 8 "order": 50, |
| 9 "className": "Timeline.TimelinePanel" | 9 "className": "Timeline.TimelinePanel" |
| 10 }, | 10 }, |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 ], | 116 ], |
| 117 "dependencies": [ | 117 "dependencies": [ |
| 118 "components", | 118 "components", |
| 119 "components_lazy", | 119 "components_lazy", |
| 120 "layer_viewer", | 120 "layer_viewer", |
| 121 "timeline_model", | 121 "timeline_model", |
| 122 "ui_lazy" | 122 "ui_lazy" |
| 123 ], | 123 ], |
| 124 "scripts": [ | 124 "scripts": [ |
| 125 "CountersGraph.js", | 125 "CountersGraph.js", |
| 126 "ExtensionTracingSession.js", |
| 126 "MemoryCountersGraph.js", | 127 "MemoryCountersGraph.js", |
| 127 "TimelineController.js", | 128 "TimelineController.js", |
| 128 "TimelineLoader.js", | 129 "TimelineLoader.js", |
| 129 "TimelineEventOverview.js", | 130 "TimelineEventOverview.js", |
| 130 "TimelineFlameChartView.js", | 131 "TimelineFlameChartView.js", |
| 131 "TimelineFlameChart.js", | 132 "TimelineFlameChart.js", |
| 132 "TimelineNetworkFlameChart.js", | 133 "TimelineNetworkFlameChart.js", |
| 133 "TimelineTreeView.js", | 134 "TimelineTreeView.js", |
| 134 "TimelineLandingPage.js", | 135 "TimelineLandingPage.js", |
| 135 "TimelineUIUtils.js", | 136 "TimelineUIUtils.js", |
| 136 "TimelineLayersView.js", | 137 "TimelineLayersView.js", |
| 137 "TimelinePaintProfilerView.js", | 138 "TimelinePaintProfilerView.js", |
| 138 "TimelinePanel.js" | 139 "TimelinePanel.js" |
| 139 ], | 140 ], |
| 140 "resources": [ | 141 "resources": [ |
| 141 "invalidationsTree.css", | 142 "invalidationsTree.css", |
| 142 "timelineFlamechartPopover.css", | 143 "timelineFlamechartPopover.css", |
| 143 "timelineLandingPage.css", | 144 "timelineLandingPage.css", |
| 144 "timelinePanel.css", | 145 "timelinePanel.css", |
| 145 "timelinePaintProfiler.css", | 146 "timelinePaintProfiler.css", |
| 146 "timelineStatusDialog.css" | 147 "timelineStatusDialog.css" |
| 147 ] | 148 ] |
| 148 } | 149 } |
| OLD | NEW |