| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..551068d4aa92535713755bb4e3ad66bac7d74352
|
| --- /dev/null
|
| +++ b/Source/devtools/front_end/ui/module.json
|
| @@ -0,0 +1,47 @@
|
| +{
|
| + "dependencies": [
|
| + "common",
|
| + "host"
|
| + ],
|
| + "scripts": [
|
| + "DOMExtension.js",
|
| + "View.js",
|
| + "treeoutline.js",
|
| + "ActionRegistry.js",
|
| + "ShortcutRegistry.js",
|
| + "Checkbox.js",
|
| + "CompletionDictionary.js",
|
| + "Context.js",
|
| + "ContextMenu.js",
|
| + "DataGrid.js",
|
| + "Dialog.js",
|
| + "DOMSyntaxHighlighter.js",
|
| + "DropDownMenu.js",
|
| + "EmptyView.js",
|
| + "TabbedPane.js",
|
| + "ForwardedInputEventHandler.js",
|
| + "InplaceEditor.js",
|
| + "KeyboardShortcut.js",
|
| + "PieChart.js",
|
| + "Popover.js",
|
| + "ProgressIndicator.js",
|
| + "ResizerWidget.js",
|
| + "RootView.js",
|
| + "SettingsUI.js",
|
| + "SidebarPane.js",
|
| + "SidebarTreeElement.js",
|
| + "ShowMoreDataGridNode.js",
|
| + "SoftContextMenu.js",
|
| + "ViewportDataGrid.js",
|
| + "SortableDataGrid.js",
|
| + "SplitView.js",
|
| + "StackView.js",
|
| + "StatusBarButton.js",
|
| + "SuggestBox.js",
|
| + "TextEditor.js",
|
| + "TextPrompt.js",
|
| + "UIUtils.js",
|
| + "ViewportControl.js",
|
| + "ZoomManager.js"
|
| + ]
|
| +}
|
|
|