| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "bindings", | 3 "bindings", |
| 4 "platform", | 4 "platform", |
| 5 "ui" | 5 "ui" |
| 6 ], | 6 ], |
| 7 "scripts": [ | 7 "scripts": [ |
| 8 "CookiesTable.js", | 8 "CookiesTable.js", |
| 9 "NativeBreakpointsSidebarPane.js", | 9 "NativeBreakpointsSidebarPane.js", |
| 10 "DOMBreakpointsSidebarPane.js", | 10 "DOMBreakpointsSidebarPane.js", |
| 11 "DOMPresentationUtils.js", | 11 "DOMPresentationUtils.js", |
| 12 "Section.js", | |
| 13 "PropertiesSection.js", | |
| 14 "DockController.js", | 12 "DockController.js", |
| 15 "Drawer.js", | 13 "Drawer.js", |
| 16 "Panel.js", | |
| 17 "ExecutionContextSelector.js", | 14 "ExecutionContextSelector.js", |
| 18 "FilterBar.js", | |
| 19 "FilterSuggestionBuilder.js", | |
| 20 "FlameChart.js", | |
| 21 "HandlerRegistry.js", | 15 "HandlerRegistry.js", |
| 22 "HelpScreen.js", | |
| 23 "InspectElementModeController.js", | 16 "InspectElementModeController.js", |
| 24 "InspectorView.js", | 17 "InspectorView.js", |
| 25 "ObjectPopoverHelper.js", | 18 "ObjectPopoverHelper.js", |
| 26 "ObjectPropertiesSection.js", | 19 "ObjectPropertiesSection.js", |
| 27 "OverviewGrid.js", | |
| 28 "SearchableView.js", | |
| 29 "ShortcutsScreen.js", | 20 "ShortcutsScreen.js", |
| 30 "TargetsComboBoxController.js", | 21 "TargetsComboBoxController.js" |
| 31 "TimelineGrid.js" | |
| 32 ], | 22 ], |
| 33 "stylesheets": [ | 23 "stylesheets": [ |
| 34 "breakpointsList.css", | 24 "breakpointsList.css" |
| 35 "flameChart.css", | |
| 36 "helpScreen.css", | |
| 37 "overviewGrid.css", | |
| 38 "panelEnablerView.css" | |
| 39 ] | 25 ] |
| 40 } | 26 } |
| OLD | NEW |