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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed tracing.html Created 6 years, 9 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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "TimelineFrameModel.js", 304 "TimelineFrameModel.js",
305 "TimelineFrameOverview.js", 305 "TimelineFrameOverview.js",
306 "TimelineMemoryOverview.js", 306 "TimelineMemoryOverview.js",
307 "TimelinePowerOverview.js", 307 "TimelinePowerOverview.js",
308 "TimelineModel.js", 308 "TimelineModel.js",
309 "TimelineOverviewPane.js", 309 "TimelineOverviewPane.js",
310 "TimelineFlameChart.js", 310 "TimelineFlameChart.js",
311 "TimelinePanel.js", 311 "TimelinePanel.js",
312 "TimelinePresentationModel.js", 312 "TimelinePresentationModel.js",
313 "TimelineUIUtils.js", 313 "TimelineUIUtils.js",
314 "TimelineView.js" 314 "TimelineView.js",
315 "TimelineTraceView.js"
315 ] 316 ]
316 }, 317 },
317 { 318 {
318 "name": "audits", 319 "name": "audits",
319 "dependencies": ["components"], 320 "dependencies": ["components"],
320 "sources": [ 321 "sources": [
321 "AuditCategories.js", 322 "AuditCategories.js",
322 "AuditCategory.js", 323 "AuditCategory.js",
323 "AuditController.js", 324 "AuditController.js",
324 "AuditFormatters.js", 325 "AuditFormatters.js",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "extensions", 454 "extensions",
454 "settings", 455 "settings",
455 "tests", 456 "tests",
456 "profiler", 457 "profiler",
457 "host_stub", 458 "host_stub",
458 "screencast" 459 "screencast"
459 ], 460 ],
460 "sources": [ "Main.js" ] 461 "sources": [ "Main.js" ]
461 } 462 }
462 ] 463 ]
OLDNEW
« Source/devtools/front_end/TracingAgent.js ('K') | « Source/devtools/front_end/TracingAgent.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698