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

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

Issue 2592483002: [DevTools] Move console viewport to console, rename StaticViewportControl. (Closed)
Patch Set: Created 3 years, 12 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
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",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "StackView.js", 44 "StackView.js",
45 "SwatchPopoverHelper.js", 45 "SwatchPopoverHelper.js",
46 "TextPrompt.js", 46 "TextPrompt.js",
47 "ThrottledWidget.js", 47 "ThrottledWidget.js",
48 "Toolbar.js", 48 "Toolbar.js",
49 "Tooltip.js", 49 "Tooltip.js",
50 "SuggestBox.js", 50 "SuggestBox.js",
51 "TabbedPane.js", 51 "TabbedPane.js",
52 "UIUtils.js", 52 "UIUtils.js",
53 "ViewportControl.js", 53 "ViewportControl.js",
54 "StaticViewportControl.js",
55 "ZoomManager.js" 54 "ZoomManager.js"
56 ], 55 ],
57 "resources": [ 56 "resources": [
58 "bezierEditor.css", 57 "bezierEditor.css",
59 "bezierSwatch.css", 58 "bezierSwatch.css",
60 "checkboxTextLabel.css", 59 "checkboxTextLabel.css",
61 "closeButton.css", 60 "closeButton.css",
62 "colorSwatch.css", 61 "colorSwatch.css",
63 "cssShadowEditor.css", 62 "cssShadowEditor.css",
64 "cssShadowSwatch.css", 63 "cssShadowSwatch.css",
(...skipping 22 matching lines...) Expand all
87 "splitWidget.css", 86 "splitWidget.css",
88 "toolbar.css", 87 "toolbar.css",
89 "suggestBox.css", 88 "suggestBox.css",
90 "tabbedPane.css", 89 "tabbedPane.css",
91 "textButton.css", 90 "textButton.css",
92 "textPrompt.css", 91 "textPrompt.css",
93 "tooltip.css", 92 "tooltip.css",
94 "treeoutline.css" 93 "treeoutline.css"
95 ] 94 ]
96 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698