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

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

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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": "timeline", 5 "name": "timeline",
6 "title": "Timeline", 6 "title": "Timeline",
7 "order": 3, 7 "order": 3,
8 "className": "WebInspector.TimelinePanel" 8 "className": "WebInspector.TimelinePanel"
9 } 9 }
10 ], 10 ],
11 "scripts": [ 11 "scripts": [ "TimelinePanel.js" ]
12 "CountersGraph.js",
13 "Layers3DView.js",
14 "MemoryCountersGraph.js",
15 "TimelineModel.js",
16 "TimelineModelImpl.js",
17 "TimelineJSProfile.js",
18 "TimelineOverviewPane.js",
19 "TimelinePresentationModel.js",
20 "TracingTimelineModel.js",
21 "TimelineFrameModel.js",
22 "TimelineEventOverview.js",
23 "TimelineFrameOverview.js",
24 "TimelineMemoryOverview.js",
25 "TimelinePowerGraph.js",
26 "TimelinePowerOverview.js",
27 "TimelineFlameChart.js",
28 "TimelineUIUtils.js",
29 "TimelineUIUtilsImpl.js",
30 "TimelineView.js",
31 "TimelineLayersView.js",
32 "TimelinePaintProfilerView.js",
33 "TracingModel.js",
34 "TracingTimelineUIUtils.js",
35 "TransformController.js",
36 "PaintProfilerView.js",
37 "TimelinePanel.js"
38 ]
39 } 12 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/_module.js ('k') | Source/devtools/scripts/compile_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698