Chromium Code Reviews| 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..5f6a65ee278bb6b3bcb01782a8a8fad5439a747a |
| --- /dev/null |
| +++ b/Source/devtools/front_end/ui/module.json |
| @@ -0,0 +1,57 @@ |
| +{ |
| + "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" |
| + ], |
| + "stylesheets": [ |
|
pfeldman
2014/09/19 11:35:35
A part of a different change?
apavlov
2014/09/19 13:09:40
Removed
|
| + "dialog.css", |
| + "devtools.css", |
| + "inspectorSyntaxHighlight.css", |
| + "popover.css", |
| + "sidebarPane.css", |
| + "splitView.css", |
| + "suggestBox.css", |
| + "tabbedPane.css" |
| + ] |
| +} |