| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 ] | 172 ] |
| 173 } | 173 } |
| 174 ], | 174 ], |
| 175 "dependencies": [ | 175 "dependencies": [ |
| 176 "components", | 176 "components", |
| 177 "layer_viewer", | 177 "layer_viewer", |
| 178 "timeline_model", | 178 "timeline_model", |
| 179 "perf_ui", | 179 "perf_ui", |
| 180 "extensions", | 180 "extensions", |
| 181 "data_grid", | 181 "data_grid", |
| 182 "network_conditions", | 182 "product_registry", |
| 183 "product_registry" | 183 "mobile_throttling", |
| 184 "network_priorities" |
| 184 ], | 185 ], |
| 185 "scripts": [ | 186 "scripts": [ |
| 186 "CountersGraph.js", | 187 "CountersGraph.js", |
| 187 "ExtensionTracingSession.js", | 188 "ExtensionTracingSession.js", |
| 188 "PerformanceModel.js", | 189 "PerformanceModel.js", |
| 189 "TimelineController.js", | 190 "TimelineController.js", |
| 190 "TimelineDetailsView.js", | 191 "TimelineDetailsView.js", |
| 191 "TimelineLoader.js", | 192 "TimelineLoader.js", |
| 192 "TimelineEventOverview.js", | 193 "TimelineEventOverview.js", |
| 193 "TimelineFilters.js", | 194 "TimelineFilters.js", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 206 "resources": [ | 207 "resources": [ |
| 207 "historyToolbarButton.css", | 208 "historyToolbarButton.css", |
| 208 "invalidationsTree.css", | 209 "invalidationsTree.css", |
| 209 "timelineFlamechartPopover.css", | 210 "timelineFlamechartPopover.css", |
| 210 "timelineHistoryManager.css", | 211 "timelineHistoryManager.css", |
| 211 "timelinePanel.css", | 212 "timelinePanel.css", |
| 212 "timelinePaintProfiler.css", | 213 "timelinePaintProfiler.css", |
| 213 "timelineStatusDialog.css" | 214 "timelineStatusDialog.css" |
| 214 ] | 215 ] |
| 215 } | 216 } |
| OLD | NEW |