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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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": "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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 }, 66 },
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 "components_lazy", 76 "perf_ui",
77 "ui_lazy", 77 "data_grid"
78 "perf_ui"
79 ], 78 ],
80 "scripts": [ 79 "scripts": [
81 "ProfilesPanel.js", 80 "ProfilesPanel.js",
82 "ProfileView.js", 81 "ProfileView.js",
83 "ProfileDataGrid.js", 82 "ProfileDataGrid.js",
84 "BottomUpProfileDataGrid.js", 83 "BottomUpProfileDataGrid.js",
85 "TopDownProfileDataGrid.js", 84 "TopDownProfileDataGrid.js",
86 "CPUProfileFlameChart.js", 85 "CPUProfileFlameChart.js",
87 "CPUProfileView.js", 86 "CPUProfileView.js",
88 "HeapProfileView.js", 87 "HeapProfileView.js",
89 "HeapSnapshotCommon.js", 88 "HeapSnapshotCommon.js",
90 "HeapSnapshotProxy.js", 89 "HeapSnapshotProxy.js",
91 "HeapSnapshotDataGrids.js", 90 "HeapSnapshotDataGrids.js",
92 "HeapSnapshotGridNodes.js", 91 "HeapSnapshotGridNodes.js",
93 "HeapSnapshotView.js", 92 "HeapSnapshotView.js",
94 "ProfileLauncherView.js", 93 "ProfileLauncherView.js",
95 "ProfileTypeRegistry.js", 94 "ProfileTypeRegistry.js",
96 "TargetsComboBoxController.js" 95 "TargetsComboBoxController.js"
97 ], 96 ],
98 "resources": [ 97 "resources": [
99 "heapProfiler.css", 98 "heapProfiler.css",
100 "profilesPanel.css", 99 "profilesPanel.css",
101 "profilesSidebarTree.css" 100 "profilesSidebarTree.css"
102 ] 101 ]
103 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698