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

Side by Side Diff: Source/devtools/scripts/frontend_modules.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
« no previous file with comments | « Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/NotificationService.js", 10 "common/NotificationService.js",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "sdk/InspectorBackend.js", 55 "sdk/InspectorBackend.js",
56 "sdk/IsolatedFileSystemManager.js", 56 "sdk/IsolatedFileSystemManager.js",
57 "sdk/IsolatedFileSystem.js", 57 "sdk/IsolatedFileSystem.js",
58 "sdk/LayerTreeModel.js", 58 "sdk/LayerTreeModel.js",
59 "sdk/Linkifier.js", 59 "sdk/Linkifier.js",
60 "sdk/NetworkLog.js", 60 "sdk/NetworkLog.js",
61 "sdk/NetworkUISourceCodeProvider.js", 61 "sdk/NetworkUISourceCodeProvider.js",
62 "sdk/OverridesSupport.js", 62 "sdk/OverridesSupport.js",
63 "sdk/PowerProfiler.js", 63 "sdk/PowerProfiler.js",
64 "sdk/PresentationConsoleMessageHelper.js", 64 "sdk/PresentationConsoleMessageHelper.js",
65 "sdk/TracingModel.js",
65 "sdk/WorkerManager.js", 66 "sdk/WorkerManager.js",
66 "sdk/WorkerTargetManager.js", 67 "sdk/WorkerTargetManager.js",
67 "sdk/RuntimeModel.js", 68 "sdk/RuntimeModel.js",
68 "sdk/SASSSourceMapping.js", 69 "sdk/SASSSourceMapping.js",
69 "sdk/Script.js", 70 "sdk/Script.js",
70 "sdk/ScriptSnippetModel.js", 71 "sdk/ScriptSnippetModel.js",
71 "sdk/SearchConfig.js", 72 "sdk/SearchConfig.js",
72 "sdk/NetworkWorkspaceBinding.js", 73 "sdk/NetworkWorkspaceBinding.js",
73 "sdk/SnippetStorage.js", 74 "sdk/SnippetStorage.js",
74 "sdk/SourceMapping.js", 75 "sdk/SourceMapping.js",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "timeline/TimelineModelImpl.js", 325 "timeline/TimelineModelImpl.js",
325 "timeline/TimelineOverviewPane.js", 326 "timeline/TimelineOverviewPane.js",
326 "timeline/TimelineFlameChart.js", 327 "timeline/TimelineFlameChart.js",
327 "timeline/TimelinePanel.js", 328 "timeline/TimelinePanel.js",
328 "timeline/TimelinePresentationModel.js", 329 "timeline/TimelinePresentationModel.js",
329 "timeline/TimelineUIUtils.js", 330 "timeline/TimelineUIUtils.js",
330 "timeline/TimelineUIUtilsImpl.js", 331 "timeline/TimelineUIUtilsImpl.js",
331 "timeline/TimelineView.js", 332 "timeline/TimelineView.js",
332 "timeline/TimelinePaintProfilerView.js", 333 "timeline/TimelinePaintProfilerView.js",
333 "timeline/TimelineLayersView.js", 334 "timeline/TimelineLayersView.js",
334 "timeline/TracingModel.js",
335 "timeline/TracingTimelineUIUtils.js", 335 "timeline/TracingTimelineUIUtils.js",
336 "timeline/TransformController.js" 336 "timeline/TransformController.js"
337 ] 337 ]
338 }, 338 },
339 { 339 {
340 "name": "audits", 340 "name": "audits",
341 "dependencies": ["components"], 341 "dependencies": ["components"],
342 "sources": [ 342 "sources": [
343 "audits/AuditCategories.js", 343 "audits/AuditCategories.js",
344 "audits/AuditCategory.js", 344 "audits/AuditCategory.js",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "dependencies": ["common", "ui", "components", "source_frame"], 505 "dependencies": ["common", "ui", "components", "source_frame"],
506 "sources": [ 506 "sources": [
507 "documentation/CSSArticle.js", 507 "documentation/CSSArticle.js",
508 "documentation/DocumentationURLProvider.js", 508 "documentation/DocumentationURLProvider.js",
509 "documentation/DocumentationView.js", 509 "documentation/DocumentationView.js",
510 "documentation/JSArticle.js", 510 "documentation/JSArticle.js",
511 "documentation/WikiParser.js" 511 "documentation/WikiParser.js"
512 ] 512 ]
513 } 513 }
514 ] 514 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698