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

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

Issue 2592433003: [DevTools] Replace ViewportControl with ListControl. (Closed)
Patch Set: small fix 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 12 matching lines...) Expand all
23 "DropTarget.js", 23 "DropTarget.js",
24 "EmptyWidget.js", 24 "EmptyWidget.js",
25 "FilterBar.js", 25 "FilterBar.js",
26 "ForwardedInputEventHandler.js", 26 "ForwardedInputEventHandler.js",
27 "HistoryInput.js", 27 "HistoryInput.js",
28 "Icon.js", 28 "Icon.js",
29 "Infobar.js", 29 "Infobar.js",
30 "InplaceEditor.js", 30 "InplaceEditor.js",
31 "TextEditor.js", 31 "TextEditor.js",
32 "KeyboardShortcut.js", 32 "KeyboardShortcut.js",
33 "ListControl.js",
33 "ListWidget.js", 34 "ListWidget.js",
34 "Panel.js", 35 "Panel.js",
35 "Popover.js", 36 "Popover.js",
36 "ProgressIndicator.js", 37 "ProgressIndicator.js",
37 "ResizerWidget.js", 38 "ResizerWidget.js",
38 "ReportView.js", 39 "ReportView.js",
39 "RootView.js", 40 "RootView.js",
40 "SearchableView.js", 41 "SearchableView.js",
41 "SettingsUI.js", 42 "SettingsUI.js",
42 "SoftContextMenu.js", 43 "SoftContextMenu.js",
43 "SplitWidget.js", 44 "SplitWidget.js",
44 "StackView.js", 45 "StackView.js",
45 "SwatchPopoverHelper.js", 46 "SwatchPopoverHelper.js",
46 "TextPrompt.js", 47 "TextPrompt.js",
47 "ThrottledWidget.js", 48 "ThrottledWidget.js",
48 "Toolbar.js", 49 "Toolbar.js",
49 "Tooltip.js", 50 "Tooltip.js",
50 "SuggestBox.js", 51 "SuggestBox.js",
51 "TabbedPane.js", 52 "TabbedPane.js",
52 "UIUtils.js", 53 "UIUtils.js",
53 "ViewportControl.js",
54 "ZoomManager.js" 54 "ZoomManager.js"
55 ], 55 ],
56 "resources": [ 56 "resources": [
57 "bezierEditor.css", 57 "bezierEditor.css",
58 "bezierSwatch.css", 58 "bezierSwatch.css",
59 "checkboxTextLabel.css", 59 "checkboxTextLabel.css",
60 "closeButton.css", 60 "closeButton.css",
61 "colorSwatch.css", 61 "colorSwatch.css",
62 "cssShadowEditor.css", 62 "cssShadowEditor.css",
63 "cssShadowSwatch.css", 63 "cssShadowSwatch.css",
(...skipping 22 matching lines...) Expand all
86 "splitWidget.css", 86 "splitWidget.css",
87 "toolbar.css", 87 "toolbar.css",
88 "suggestBox.css", 88 "suggestBox.css",
89 "tabbedPane.css", 89 "tabbedPane.css",
90 "textButton.css", 90 "textButton.css",
91 "textPrompt.css", 91 "textPrompt.css",
92 "tooltip.css", 92 "tooltip.css",
93 "treeoutline.css" 93 "treeoutline.css"
94 ] 94 ]
95 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698