OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "view", | 4 "type": "view", |
5 "location": "panel", | 5 "location": "panel", |
6 "id": "profiles", | 6 "id": "profiles", |
7 "title": "Profiles", | 7 "title": "Profiles", |
8 "order": 60, | 8 "order": 60, |
9 "className": "Profiler.ProfilesPanel", | 9 "className": "Profiler.ProfilesPanel", |
10 "condition": "v8only" | 10 "condition": "v8only" |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 { | 67 { |
68 "platform": "mac", | 68 "platform": "mac", |
69 "shortcut": "Meta+E" | 69 "shortcut": "Meta+E" |
70 } | 70 } |
71 ] | 71 ] |
72 } | 72 } |
73 ], | 73 ], |
74 "dependencies": [ | 74 "dependencies": [ |
75 "components", | 75 "components", |
76 "perf_ui", | 76 "perf_ui", |
77 "data_grid" | 77 "data_grid", |
| 78 "heap_snapshot_model" |
78 ], | 79 ], |
79 "scripts": [ | 80 "scripts": [ |
80 "ProfilesPanel.js", | 81 "ProfilesPanel.js", |
81 "ProfileView.js", | 82 "ProfileView.js", |
82 "ProfileDataGrid.js", | 83 "ProfileDataGrid.js", |
83 "BottomUpProfileDataGrid.js", | 84 "BottomUpProfileDataGrid.js", |
84 "TopDownProfileDataGrid.js", | 85 "TopDownProfileDataGrid.js", |
85 "CPUProfileFlameChart.js", | 86 "CPUProfileFlameChart.js", |
86 "CPUProfileView.js", | 87 "CPUProfileView.js", |
87 "HeapProfileView.js", | 88 "HeapProfileView.js", |
88 "HeapSnapshotCommon.js", | |
89 "HeapSnapshotProxy.js", | 89 "HeapSnapshotProxy.js", |
90 "HeapSnapshotDataGrids.js", | 90 "HeapSnapshotDataGrids.js", |
91 "HeapSnapshotGridNodes.js", | 91 "HeapSnapshotGridNodes.js", |
92 "HeapSnapshotView.js", | 92 "HeapSnapshotView.js", |
93 "ProfileLauncherView.js", | 93 "ProfileLauncherView.js", |
94 "ProfileTypeRegistry.js", | 94 "ProfileTypeRegistry.js", |
95 "TargetsComboBoxController.js" | 95 "TargetsComboBoxController.js" |
96 ], | 96 ], |
97 "resources": [ | 97 "resources": [ |
98 "heapProfiler.css", | 98 "heapProfiler.css", |
99 "profilesPanel.css", | 99 "profilesPanel.css", |
100 "profilesSidebarTree.css" | 100 "profilesSidebarTree.css" |
101 ] | 101 ] |
102 } | 102 } |
OLD | NEW |