| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "heap_profiler", | 6 "id": "heap_profiler", |
| 7 "title": "Memory", | 7 "title": "Memory", |
| 8 "order": 60, | 8 "order": 60, |
| 9 "className": "Profiler.HeapProfilerPanel" | 9 "className": "Profiler.HeapProfilerPanel" |
| 10 }, | 10 }, |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "platform": "mac", | 98 "platform": "mac", |
| 99 "shortcut": "Meta+E" | 99 "shortcut": "Meta+E" |
| 100 } | 100 } |
| 101 ] | 101 ] |
| 102 } | 102 } |
| 103 ], | 103 ], |
| 104 "dependencies": [ | 104 "dependencies": [ |
| 105 "components", | 105 "components", |
| 106 "perf_ui", | 106 "perf_ui", |
| 107 "data_grid", | 107 "data_grid", |
| 108 "heap_snapshot_model" | 108 "heap_snapshot_model", |
| 109 "object_ui" |
| 109 ], | 110 ], |
| 110 "scripts": [ | 111 "scripts": [ |
| 111 "ProfileType.js", | 112 "ProfileType.js", |
| 112 "ProfileHeader.js", | 113 "ProfileHeader.js", |
| 113 "ProfilesPanel.js", | 114 "ProfilesPanel.js", |
| 114 "ProfileView.js", | 115 "ProfileView.js", |
| 115 "ProfileDataGrid.js", | 116 "ProfileDataGrid.js", |
| 116 "BottomUpProfileDataGrid.js", | 117 "BottomUpProfileDataGrid.js", |
| 117 "TopDownProfileDataGrid.js", | 118 "TopDownProfileDataGrid.js", |
| 118 "CPUProfileFlameChart.js", | 119 "CPUProfileFlameChart.js", |
| 119 "CPUProfileView.js", | 120 "CPUProfileView.js", |
| 120 "HeapProfileView.js", | 121 "HeapProfileView.js", |
| 121 "HeapSnapshotProxy.js", | 122 "HeapSnapshotProxy.js", |
| 122 "HeapSnapshotDataGrids.js", | 123 "HeapSnapshotDataGrids.js", |
| 123 "HeapSnapshotGridNodes.js", | 124 "HeapSnapshotGridNodes.js", |
| 124 "HeapSnapshotView.js", | 125 "HeapSnapshotView.js", |
| 125 "HeapProfilerPanel.js", | 126 "HeapProfilerPanel.js", |
| 126 "ProfileLauncherView.js", | 127 "ProfileLauncherView.js", |
| 127 "ProfileTypeRegistry.js", | 128 "ProfileTypeRegistry.js", |
| 128 "TargetsComboBoxController.js" | 129 "TargetsComboBoxController.js" |
| 129 ], | 130 ], |
| 130 "resources": [ | 131 "resources": [ |
| 131 "heapProfiler.css", | 132 "heapProfiler.css", |
| 132 "profilesPanel.css", | 133 "profilesPanel.css", |
| 133 "profilesSidebarTree.css" | 134 "profilesSidebarTree.css" |
| 134 ] | 135 ] |
| 135 } | 136 } |
| OLD | NEW |