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

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

Issue 340043002: DevTools: untangle paint profiler for better reuse (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added missing file Created 6 years, 6 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/layersPanel.css ('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/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "audits/AuditsPanel.js" 349 "audits/AuditsPanel.js"
350 ] 350 ]
351 }, 351 },
352 { 352 {
353 "name": "layers", 353 "name": "layers",
354 "dependencies": ["components", "timeline"], 354 "dependencies": ["components", "timeline"],
355 "sources": [ 355 "sources": [
356 "layers/LayersPanel.js", 356 "layers/LayersPanel.js",
357 "layers/LayerTreeOutline.js", 357 "layers/LayerTreeOutline.js",
358 "layers/LayerDetailsView.js", 358 "layers/LayerDetailsView.js",
359 "layers/PaintProfilerView.js" 359 "layers/PaintProfilerView.js",
360 "layers/LayerPaintProfilerView.js"
360 ] 361 ]
361 }, 362 },
362 { 363 {
363 "name": "extensions", 364 "name": "extensions",
364 "dependencies": ["components", "audits", "sources", "network"], 365 "dependencies": ["components", "audits", "sources", "network"],
365 "sources": [ 366 "sources": [
366 "extensions/ExtensionAPI.js", 367 "extensions/ExtensionAPI.js",
367 "extensions/ExtensionAuditCategory.js", 368 "extensions/ExtensionAuditCategory.js",
368 "extensions/ExtensionPanel.js", 369 "extensions/ExtensionPanel.js",
369 "extensions/ExtensionRegistryStub.js", 370 "extensions/ExtensionRegistryStub.js",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "settings", 500 "settings",
500 "tests", 501 "tests",
501 "profiler", 502 "profiler",
502 "host_stub", 503 "host_stub",
503 "screencast", 504 "screencast",
504 "main" 505 "main"
505 ], 506 ],
506 "sources": [] 507 "sources": []
507 } 508 }
508 ] 509 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/layersPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698