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

Side by Side Diff: Source/devtools/front_end/components/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 "bindings", 3 "bindings",
4 "platform", 4 "platform",
5 "ui" 5 "ui"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "CookiesTable.js", 8 "CookiesTable.js",
9 "NativeBreakpointsSidebarPane.js", 9 "NativeBreakpointsSidebarPane.js",
10 "DOMBreakpointsSidebarPane.js", 10 "DOMBreakpointsSidebarPane.js",
11 "DOMPresentationUtils.js", 11 "DOMPresentationUtils.js",
12 "Section.js",
13 "PropertiesSection.js",
14 "DockController.js", 12 "DockController.js",
15 "Drawer.js", 13 "Drawer.js",
16 "Panel.js",
17 "ExecutionContextSelector.js", 14 "ExecutionContextSelector.js",
18 "FilterBar.js",
19 "FilterSuggestionBuilder.js",
20 "FlameChart.js",
21 "HandlerRegistry.js", 15 "HandlerRegistry.js",
22 "HelpScreen.js",
23 "InspectElementModeController.js", 16 "InspectElementModeController.js",
24 "InspectorView.js", 17 "InspectorView.js",
25 "ObjectPopoverHelper.js", 18 "ObjectPopoverHelper.js",
26 "ObjectPropertiesSection.js", 19 "ObjectPropertiesSection.js",
27 "OverviewGrid.js",
28 "SearchableView.js",
29 "ShortcutsScreen.js", 20 "ShortcutsScreen.js",
30 "TargetsComboBoxController.js", 21 "TargetsComboBoxController.js"
31 "TimelineGrid.js"
32 ], 22 ],
33 "stylesheets": [ 23 "stylesheets": [
34 "breakpointsList.css", 24 "breakpointsList.css"
35 "flameChart.css",
36 "helpScreen.css",
37 "overviewGrid.css",
38 "panelEnablerView.css"
39 ] 25 ]
40 } 26 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/components/helpScreen.css ('k') | Source/devtools/front_end/components/overviewGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698