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

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

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "profiles", 5 "name": "profiles",
6 "title": "Profiles", 6 "title": "Profiles",
7 "order": 4, 7 "order": 4,
8 "className": "WebInspector.ProfilesPanelFactory" 8 "className": "WebInspector.ProfilesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "CPUProfileBottomUpDataGrid.js", 47 "CPUProfileBottomUpDataGrid.js",
48 "CPUProfileTopDownDataGrid.js", 48 "CPUProfileTopDownDataGrid.js",
49 "CPUProfileFlameChart.js", 49 "CPUProfileFlameChart.js",
50 "CPUProfileView.js", 50 "CPUProfileView.js",
51 "HeapSnapshotCommon.js", 51 "HeapSnapshotCommon.js",
52 "HeapSnapshotProxy.js", 52 "HeapSnapshotProxy.js",
53 "HeapSnapshotDataGrids.js", 53 "HeapSnapshotDataGrids.js",
54 "HeapSnapshotGridNodes.js", 54 "HeapSnapshotGridNodes.js",
55 "HeapSnapshotView.js", 55 "HeapSnapshotView.js",
56 "ProfileLauncherView.js", 56 "ProfileLauncherView.js",
57 "CanvasProfileView.js",
58 "CanvasReplayStateView.js",
59 "ProfileTypeRegistry.js", 57 "ProfileTypeRegistry.js",
60 "TargetsComboBoxController.js" 58 "TargetsComboBoxController.js"
61 ], 59 ],
62 "stylesheets": [ 60 "stylesheets": [
63 "canvasProfiler.css",
64 "heapProfiler.css", 61 "heapProfiler.css",
65 "profilesPanel.css" 62 "profilesPanel.css"
66 ] 63 ]
67 } 64 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/canvasProfiler.css ('k') | Source/devtools/scripts/check_injected_webgl_calls_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698