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

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

Issue 470553002: DevTools: move TracingModel.js into the sdk module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. 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 ],
(...skipping 12 matching lines...) Expand all
23 "TimelineFrameOverview.js", 23 "TimelineFrameOverview.js",
24 "TimelineMemoryOverview.js", 24 "TimelineMemoryOverview.js",
25 "TimelinePowerGraph.js", 25 "TimelinePowerGraph.js",
26 "TimelinePowerOverview.js", 26 "TimelinePowerOverview.js",
27 "TimelineFlameChart.js", 27 "TimelineFlameChart.js",
28 "TimelineUIUtils.js", 28 "TimelineUIUtils.js",
29 "TimelineUIUtilsImpl.js", 29 "TimelineUIUtilsImpl.js",
30 "TimelineView.js", 30 "TimelineView.js",
31 "TimelineLayersView.js", 31 "TimelineLayersView.js",
32 "TimelinePaintProfilerView.js", 32 "TimelinePaintProfilerView.js",
33 "TracingModel.js",
34 "TracingTimelineUIUtils.js", 33 "TracingTimelineUIUtils.js",
35 "TransformController.js", 34 "TransformController.js",
36 "PaintProfilerView.js", 35 "PaintProfilerView.js",
37 "TimelinePanel.js" 36 "TimelinePanel.js"
38 ] 37 ]
39 } 38 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/_module.js ('k') | Source/devtools/scripts/frontend_modules.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698