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

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

Issue 732013002: DevTools: Remove unused frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more stale code 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
« no previous file with comments | « Source/devtools/front_end/ui/Checkbox.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
13 "CompletionDictionary.js", 12 "CompletionDictionary.js",
14 "Context.js", 13 "Context.js",
15 "ContextMenu.js", 14 "ContextMenu.js",
16 "DataGrid.js", 15 "DataGrid.js",
17 "Dialog.js", 16 "Dialog.js",
18 "DOMSyntaxHighlighter.js", 17 "DOMSyntaxHighlighter.js",
19 "DropDownMenu.js", 18 "DropDownMenu.js",
20 "EmptyView.js", 19 "EmptyView.js",
21 "FilterBar.js", 20 "FilterBar.js",
22 "FlameChart.js", 21 "FlameChart.js",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "stylesheets": [ 54 "stylesheets": [
56 "dataGrid.css", 55 "dataGrid.css",
57 "filter.css", 56 "filter.css",
58 "flameChart.css", 57 "flameChart.css",
59 "helpScreen.css", 58 "helpScreen.css",
60 "overviewGrid.css", 59 "overviewGrid.css",
61 "panelEnablerView.css", 60 "panelEnablerView.css",
62 "pieChart.css" 61 "pieChart.css"
63 ] 62 ]
64 } 63 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/Checkbox.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698