OLD | NEW |
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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 "dependencies": [], | 373 "dependencies": [], |
374 "sources": [ | 374 "sources": [ |
375 "TempStorageSharedWorker.js" | 375 "TempStorageSharedWorker.js" |
376 ] | 376 ] |
377 }, | 377 }, |
378 { | 378 { |
379 "name": "profiler", | 379 "name": "profiler", |
380 "dependencies": ["components"], | 380 "dependencies": ["components"], |
381 "sources": [ | 381 "sources": [ |
382 "BottomUpProfileDataGridTree.js", | 382 "BottomUpProfileDataGridTree.js", |
| 383 "CPUProfileFlameChart.js", |
383 "CPUProfileView.js", | 384 "CPUProfileView.js", |
384 "HeapSnapshotCommon.js", | 385 "HeapSnapshotCommon.js", |
385 "HeapSnapshotDataGrids.js", | 386 "HeapSnapshotDataGrids.js", |
386 "HeapSnapshotGridNodes.js", | 387 "HeapSnapshotGridNodes.js", |
387 "HeapSnapshotProxy.js", | 388 "HeapSnapshotProxy.js", |
388 "HeapSnapshotView.js", | 389 "HeapSnapshotView.js", |
389 "ProfileDataGridTree.js", | 390 "ProfileDataGridTree.js", |
390 "ProfilesPanel.js", | 391 "ProfilesPanel.js", |
391 "ProfileLauncherView.js", | 392 "ProfileLauncherView.js", |
392 "TopDownProfileDataGridTree.js", | 393 "TopDownProfileDataGridTree.js", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] |
OLD | NEW |