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

Side by Side Diff: Source/devtools/front_end/ui/module.json

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host" 5 "host"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "View.js", 8 "View.js",
9 "treeoutline.js", 9 "treeoutline.js",
10 "ActionRegistry.js", 10 "ActionRegistry.js",
11 "ShortcutRegistry.js", 11 "ShortcutRegistry.js",
12 "Checkbox.js", 12 "Checkbox.js",
13 "CompletionDictionary.js", 13 "CompletionDictionary.js",
14 "Context.js", 14 "Context.js",
15 "ContextMenu.js", 15 "ContextMenu.js",
16 "DataGrid.js", 16 "DataGrid.js",
17 "Dialog.js", 17 "Dialog.js",
18 "DOMSyntaxHighlighter.js", 18 "DOMSyntaxHighlighter.js",
19 "DropDownMenu.js", 19 "DropDownMenu.js",
20 "EmptyView.js", 20 "EmptyView.js",
21 "TabbedPane.js", 21 "FilterBar.js",
22 "FlameChart.js",
22 "ForwardedInputEventHandler.js", 23 "ForwardedInputEventHandler.js",
24 "HelpScreen.js",
23 "InplaceEditor.js", 25 "InplaceEditor.js",
24 "KeyboardShortcut.js", 26 "KeyboardShortcut.js",
27 "OverviewGrid.js",
28 "Panel.js",
25 "PieChart.js", 29 "PieChart.js",
26 "Popover.js", 30 "Popover.js",
27 "ProgressIndicator.js", 31 "ProgressIndicator.js",
28 "ResizerWidget.js", 32 "ResizerWidget.js",
29 "RootView.js", 33 "RootView.js",
34 "SearchableView.js",
35 "Section.js",
30 "SettingsUI.js", 36 "SettingsUI.js",
31 "SidebarPane.js",
32 "SidebarTreeElement.js", 37 "SidebarTreeElement.js",
33 "ShowMoreDataGridNode.js", 38 "ShowMoreDataGridNode.js",
34 "SoftContextMenu.js", 39 "SoftContextMenu.js",
35 "ViewportDataGrid.js", 40 "ViewportDataGrid.js",
36 "SortableDataGrid.js", 41 "SortableDataGrid.js",
37 "SplitView.js", 42 "SplitView.js",
38 "StackView.js", 43 "StackView.js",
39 "StatusBarButton.js", 44 "StatusBarButton.js",
40 "SuggestBox.js", 45 "SuggestBox.js",
46 "TabbedPane.js",
47 "SidebarPane.js",
41 "TextEditor.js", 48 "TextEditor.js",
42 "TextPrompt.js", 49 "TextPrompt.js",
50 "TimelineGrid.js",
43 "UIUtils.js", 51 "UIUtils.js",
44 "ViewportControl.js", 52 "ViewportControl.js",
45 "ZoomManager.js" 53 "ZoomManager.js"
46 ], 54 ],
47 "stylesheets": [ 55 "stylesheets": [
48 "dataGrid.css", 56 "dataGrid.css",
49 "filter.css", 57 "filter.css",
58 "flameChart.css",
59 "helpScreen.css",
60 "overviewGrid.css",
61 "panelEnablerView.css",
50 "pieChart.css" 62 "pieChart.css"
51 ] 63 ]
52 } 64 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/helpScreen.css ('k') | Source/devtools/front_end/ui/overviewGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698