Index: Source/devtools/front_end/components/module.json |
diff --git a/Source/devtools/front_end/components/module.json b/Source/devtools/front_end/components/module.json |
index 8e04b7f01609073d1710765e38a552e707daa518..c780356d252b4dff1b74d56b65906d6baccd33ec 100644 |
--- a/Source/devtools/front_end/components/module.json |
+++ b/Source/devtools/front_end/components/module.json |
@@ -9,32 +9,18 @@ |
"NativeBreakpointsSidebarPane.js", |
"DOMBreakpointsSidebarPane.js", |
"DOMPresentationUtils.js", |
- "Section.js", |
- "PropertiesSection.js", |
"DockController.js", |
"Drawer.js", |
- "Panel.js", |
"ExecutionContextSelector.js", |
- "FilterBar.js", |
- "FilterSuggestionBuilder.js", |
- "FlameChart.js", |
"HandlerRegistry.js", |
- "HelpScreen.js", |
"InspectElementModeController.js", |
"InspectorView.js", |
"ObjectPopoverHelper.js", |
"ObjectPropertiesSection.js", |
- "OverviewGrid.js", |
- "SearchableView.js", |
"ShortcutsScreen.js", |
- "TargetsComboBoxController.js", |
- "TimelineGrid.js" |
+ "TargetsComboBoxController.js" |
], |
"stylesheets": [ |
- "breakpointsList.css", |
- "flameChart.css", |
- "helpScreen.css", |
- "overviewGrid.css", |
- "panelEnablerView.css" |
+ "breakpointsList.css" |
] |
} |