| Index: Source/devtools/front_end/ui/module.json
|
| diff --git a/Source/devtools/front_end/ui/module.json b/Source/devtools/front_end/ui/module.json
|
| index a5c928571692d52106e07abb88fc327f51b7cc31..f4180e4ceb879363dc2ef4aa0a9b28cc039b3322 100644
|
| --- a/Source/devtools/front_end/ui/module.json
|
| +++ b/Source/devtools/front_end/ui/module.json
|
| @@ -18,17 +18,22 @@
|
| "DOMSyntaxHighlighter.js",
|
| "DropDownMenu.js",
|
| "EmptyView.js",
|
| - "TabbedPane.js",
|
| + "FilterBar.js",
|
| + "FlameChart.js",
|
| "ForwardedInputEventHandler.js",
|
| + "HelpScreen.js",
|
| "InplaceEditor.js",
|
| "KeyboardShortcut.js",
|
| + "OverviewGrid.js",
|
| + "Panel.js",
|
| "PieChart.js",
|
| "Popover.js",
|
| "ProgressIndicator.js",
|
| "ResizerWidget.js",
|
| "RootView.js",
|
| + "SearchableView.js",
|
| + "Section.js",
|
| "SettingsUI.js",
|
| - "SidebarPane.js",
|
| "SidebarTreeElement.js",
|
| "ShowMoreDataGridNode.js",
|
| "SoftContextMenu.js",
|
| @@ -38,8 +43,11 @@
|
| "StackView.js",
|
| "StatusBarButton.js",
|
| "SuggestBox.js",
|
| + "TabbedPane.js",
|
| + "SidebarPane.js",
|
| "TextEditor.js",
|
| "TextPrompt.js",
|
| + "TimelineGrid.js",
|
| "UIUtils.js",
|
| "ViewportControl.js",
|
| "ZoomManager.js"
|
| @@ -47,6 +55,10 @@
|
| "stylesheets": [
|
| "dataGrid.css",
|
| "filter.css",
|
| + "flameChart.css",
|
| + "helpScreen.css",
|
| + "overviewGrid.css",
|
| + "panelEnablerView.css",
|
| "pieChart.css"
|
| ]
|
| }
|
|
|