Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: Source/devtools/front_end/profiler/module.json

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "profiles", 5 "name": "profiles",
6 "title": "Profiles", 6 "title": "Profiles",
7 "order": 4, 7 "order": 4,
8 "className": "WebInspector.ProfilesPanel" 8 "className": "WebInspector.ProfilesPanel"
9 }, 9 },
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 "settingType": "checkbox" 27 "settingType": "checkbox"
28 }, 28 },
29 { 29 {
30 "type": "ui-setting", 30 "type": "ui-setting",
31 "section": "Profiler", 31 "section": "Profiler",
32 "title": "High resolution CPU profiling", 32 "title": "High resolution CPU profiling",
33 "settingName": "highResolutionCpuProfiling", 33 "settingName": "highResolutionCpuProfiling",
34 "settingType": "checkbox" 34 "settingType": "checkbox"
35 } 35 }
36 ], 36 ],
37 "scripts": [ "ProfilesPanel.js" ] 37 "scripts": [
38 "ProfilesPanel.js",
39 "CPUProfileDataGrid.js",
40 "CPUProfileBottomUpDataGrid.js",
41 "CPUProfileTopDownDataGrid.js",
42 "CPUProfileFlameChart.js",
43 "CPUProfileView.js",
44 "HeapSnapshotCommon.js",
45 "HeapSnapshotProxy.js",
46 "HeapSnapshotDataGrids.js",
47 "HeapSnapshotGridNodes.js",
48 "HeapSnapshotView.js",
49 "ProfileLauncherView.js",
50 "CanvasProfileView.js",
51 "CanvasReplayStateView.js",
52 "ProfileTypeRegistry.js"
53 ]
38 } 54 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/_module.js ('k') | Source/devtools/front_end/resources/ResourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698