Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1128)

Unified Diff: Source/devtools/front_end/ui/module.json

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/toolbox/module.json ('k') | Source/devtools/front_end/workspace/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
+}
« no previous file with comments | « Source/devtools/front_end/toolbox/module.json ('k') | Source/devtools/front_end/workspace/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698