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

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

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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 "dependencies": [
38 "components"
39 ],
37 "scripts": [ 40 "scripts": [
38 "ProfilesPanel.js", 41 "ProfilesPanel.js",
39 "CPUProfileDataGrid.js", 42 "CPUProfileDataGrid.js",
40 "CPUProfileBottomUpDataGrid.js", 43 "CPUProfileBottomUpDataGrid.js",
41 "CPUProfileTopDownDataGrid.js", 44 "CPUProfileTopDownDataGrid.js",
42 "CPUProfileFlameChart.js", 45 "CPUProfileFlameChart.js",
43 "CPUProfileView.js", 46 "CPUProfileView.js",
44 "HeapSnapshotCommon.js", 47 "HeapSnapshotCommon.js",
45 "HeapSnapshotProxy.js", 48 "HeapSnapshotProxy.js",
46 "HeapSnapshotDataGrids.js", 49 "HeapSnapshotDataGrids.js",
47 "HeapSnapshotGridNodes.js", 50 "HeapSnapshotGridNodes.js",
48 "HeapSnapshotView.js", 51 "HeapSnapshotView.js",
49 "ProfileLauncherView.js", 52 "ProfileLauncherView.js",
50 "CanvasProfileView.js", 53 "CanvasProfileView.js",
51 "CanvasReplayStateView.js", 54 "CanvasReplayStateView.js",
52 "ProfileTypeRegistry.js" 55 "ProfileTypeRegistry.js"
53 ] 56 ]
54 } 57 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/module.json ('k') | Source/devtools/front_end/screencast/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698