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

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

Issue 2299473002: DevTools: Move BezierEditor from elements/ to ui/ (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/bezierEditor.css ('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 "Widget.js", 8 "Widget.js",
9 "View.js", 9 "View.js",
10 "treeoutline.js", 10 "treeoutline.js",
11 "InspectorView.js", 11 "InspectorView.js",
12 "ActionRegistry.js", 12 "ActionRegistry.js",
13 "ShortcutRegistry.js", 13 "ShortcutRegistry.js",
14 "BezierEditor.js",
15 "BezierUI.js",
14 "ColorSwatch.js", 16 "ColorSwatch.js",
15 "Context.js", 17 "Context.js",
16 "ContextMenu.js", 18 "ContextMenu.js",
17 "CSSShadowEditor.js", 19 "CSSShadowEditor.js",
18 "Dialog.js", 20 "Dialog.js",
19 "DOMSyntaxHighlighter.js", 21 "DOMSyntaxHighlighter.js",
20 "DropDownMenu.js", 22 "DropDownMenu.js",
21 "DropTarget.js", 23 "DropTarget.js",
22 "EmptyWidget.js", 24 "EmptyWidget.js",
23 "FilterBar.js", 25 "FilterBar.js",
(...skipping 20 matching lines...) Expand all
44 "ThrottledWidget.js", 46 "ThrottledWidget.js",
45 "Toolbar.js", 47 "Toolbar.js",
46 "Tooltip.js", 48 "Tooltip.js",
47 "SuggestBox.js", 49 "SuggestBox.js",
48 "TabbedPane.js", 50 "TabbedPane.js",
49 "UIUtils.js", 51 "UIUtils.js",
50 "ViewportControl.js", 52 "ViewportControl.js",
51 "ZoomManager.js" 53 "ZoomManager.js"
52 ], 54 ],
53 "resources": [ 55 "resources": [
56 "bezierEditor.css",
54 "bezierSwatch.css", 57 "bezierSwatch.css",
55 "checkboxTextLabel.css", 58 "checkboxTextLabel.css",
56 "closeButton.css", 59 "closeButton.css",
57 "colorSwatch.css", 60 "colorSwatch.css",
58 "cssShadowEditor.css", 61 "cssShadowEditor.css",
59 "cssShadowSwatch.css", 62 "cssShadowSwatch.css",
60 "dialog.css", 63 "dialog.css",
61 "dropTarget.css", 64 "dropTarget.css",
62 "emptyWidget.css", 65 "emptyWidget.css",
63 "filter.css", 66 "filter.css",
(...skipping 19 matching lines...) Expand all
83 "splitWidget.css", 86 "splitWidget.css",
84 "toolbar.css", 87 "toolbar.css",
85 "suggestBox.css", 88 "suggestBox.css",
86 "tabbedPane.css", 89 "tabbedPane.css",
87 "textButton.css", 90 "textButton.css",
88 "textPrompt.css", 91 "textPrompt.css",
89 "tooltip.css", 92 "tooltip.css",
90 "treeoutline.css" 93 "treeoutline.css"
91 ] 94 ]
92 } 95 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/bezierEditor.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698