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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "dependencies": [
3 "common",
4 "host"
5 ],
6 "scripts": [
7 "DOMExtension.js",
8 "View.js",
9 "treeoutline.js",
10 "ActionRegistry.js",
11 "ShortcutRegistry.js",
12 "Checkbox.js",
13 "CompletionDictionary.js",
14 "Context.js",
15 "ContextMenu.js",
16 "DataGrid.js",
17 "Dialog.js",
18 "DOMSyntaxHighlighter.js",
19 "DropDownMenu.js",
20 "EmptyView.js",
21 "TabbedPane.js",
22 "ForwardedInputEventHandler.js",
23 "InplaceEditor.js",
24 "KeyboardShortcut.js",
25 "PieChart.js",
26 "Popover.js",
27 "ProgressIndicator.js",
28 "ResizerWidget.js",
29 "RootView.js",
30 "SettingsUI.js",
31 "SidebarPane.js",
32 "SidebarTreeElement.js",
33 "ShowMoreDataGridNode.js",
34 "SoftContextMenu.js",
35 "ViewportDataGrid.js",
36 "SortableDataGrid.js",
37 "SplitView.js",
38 "StackView.js",
39 "StatusBarButton.js",
40 "SuggestBox.js",
41 "TextEditor.js",
42 "TextPrompt.js",
43 "UIUtils.js",
44 "ViewportControl.js",
45 "ZoomManager.js"
46 ],
47 "stylesheets": [
pfeldman 2014/09/19 11:35:35 A part of a different change?
apavlov 2014/09/19 13:09:40 Removed
48 "dialog.css",
49 "devtools.css",
50 "inspectorSyntaxHighlight.css",
51 "popover.css",
52 "sidebarPane.css",
53 "splitView.css",
54 "suggestBox.css",
55 "tabbedPane.css"
56 ]
57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698