|
156 | 156 | 'front_end/sdk/NetworkManager.js', |
157 | 157 | 'front_end/sdk/NetworkRequest.js', |
158 | 158 | 'front_end/sdk/PaintProfiler.js', |
| 159 | + 'front_end/sdk/ProfileTreeModel.js', |
159 | 160 | 'front_end/sdk/RemoteObject.js', |
160 | 161 | 'front_end/sdk/Resource.js', |
161 | 162 | 'front_end/sdk/ResourceTreeModel.js', |
|
484 | 485 | 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png', |
485 | 486 | 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png', |
486 | 487 | 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png', |
| 488 | + 'front_end/emulated_devices/iPad-landscape.svg', |
| 489 | + 'front_end/emulated_devices/iPad-portrait.svg', |
| 490 | + 'front_end/emulated_devices/iPhone5-landscape.svg', |
| 491 | + 'front_end/emulated_devices/iPhone5-portrait.svg', |
| 492 | + 'front_end/emulated_devices/iPhone6-landscape.svg', |
| 493 | + 'front_end/emulated_devices/iPhone6-portrait.svg', |
| 494 | + 'front_end/emulated_devices/iPhone6Plus-landscape.svg', |
| 495 | + 'front_end/emulated_devices/iPhone6Plus-portrait.svg', |
| 496 | + 'front_end/emulated_devices/Nexus5X-landscape.svg', |
| 497 | + 'front_end/emulated_devices/Nexus5X-portrait.svg', |
| 498 | + 'front_end/emulated_devices/Nexus6P-landscape.svg', |
| 499 | + 'front_end/emulated_devices/Nexus6P-portrait.svg' |
487 | 500 | ], |
488 | 501 | 'devtools_es_tree_js_files': [ |
489 | 502 | 'front_end/es_tree/ESTreeWalker.js', |
|
548 | 561 | 'devtools_profiler_js_files': [ |
549 | 562 | 'front_end/profiler/heapProfiler.css', |
550 | 563 | 'front_end/profiler/profilesPanel.css', |
551 | | - 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
552 | | - 'front_end/profiler/CPUProfileDataGrid.js', |
| 564 | + 'front_end/profiler/BottomUpProfileDataGrid.js', |
553 | 565 | 'front_end/profiler/CPUProfileFlameChart.js', |
554 | | - 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
555 | 566 | 'front_end/profiler/CPUProfileView.js', |
| 567 | + 'front_end/profiler/HeapProfileView.js', |
556 | 568 | 'front_end/profiler/HeapSnapshotCommon.js', |
557 | 569 | 'front_end/profiler/HeapSnapshotDataGrids.js', |
558 | 570 | 'front_end/profiler/HeapSnapshotGridNodes.js', |
559 | 571 | 'front_end/profiler/HeapSnapshotProxy.js', |
560 | 572 | 'front_end/profiler/HeapSnapshotView.js', |
| 573 | + 'front_end/profiler/ProfileDataGrid.js', |
561 | 574 | 'front_end/profiler/ProfileLauncherView.js', |
562 | 575 | 'front_end/profiler/ProfilesPanel.js', |
563 | 576 | 'front_end/profiler/ProfileTypeRegistry.js', |
| 577 | + 'front_end/profiler/ProfileView.js', |
564 | 578 | 'front_end/profiler/TargetsComboBoxController.js', |
| 579 | + 'front_end/profiler/TopDownProfileDataGrid.js', |
565 | 580 | ], |
566 | 581 | 'devtools_resources_js_files': [ |
567 | 582 | 'front_end/resources/indexedDBViews.css', |
|
605 | 620 | 'front_end/formatter_worker/IdentityFormatter.js', |
606 | 621 | 'front_end/formatter_worker/JavaScriptOutline.js', |
607 | 622 | 'front_end/formatter_worker/FormatterWorker.js', |
| 623 | + 'front_end/formatter_worker/RelaxedJSONParser.js', |
608 | 624 | ], |
609 | 625 | 'devtools_settings_js_files': [ |
610 | 626 | 'front_end/settings/editFileSystemView.css', |
|
0 commit comments