OLD | NEW |
| (Empty) |
1 { | |
2 "dependencies": [ | |
3 "sdk", | |
4 "source_frame", | |
5 "sources", | |
6 "ui", | |
7 "ui_lazy" | |
8 ], | |
9 "extensions": [ | |
10 { | |
11 "type": "@Sources.UISourceCodeFrame.LineDecorator", | |
12 "className": "Components.LineLevelProfile.LineDecorator", | |
13 "decoratorType": "performance" | |
14 }, | |
15 { | |
16 "type": "@UI.ActionDelegate", | |
17 "actionId": "components.collect-garbage", | |
18 "title": "Collect garbage", | |
19 "iconClass": "largeicon-trash-bin", | |
20 "className": "Components.GCActionDelegate" | |
21 } | |
22 ], | |
23 "scripts": [ | |
24 "CookiesTable.js", | |
25 "FilmStripModel.js", | |
26 "FilmStripView.js", | |
27 "GCActionDelegate.js", | |
28 "LineLevelProfile.js" | |
29 ], | |
30 "resources": [ | |
31 "filmStripDialog.css", | |
32 "filmStripView.css" | |
33 ] | |
34 } | |
OLD | NEW |