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

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

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 7 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 | Annotate | Revision Log
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 "Widget.js",
9 "treeoutline.js", 9 "treeoutline.js",
10 "ActionRegistry.js", 10 "ActionRegistry.js",
11 "ShortcutRegistry.js", 11 "ShortcutRegistry.js",
12 "ColorSwatch.js", 12 "ColorSwatch.js",
13 "Context.js", 13 "Context.js",
14 "ContextMenu.js", 14 "ContextMenu.js",
15 "Dialog.js", 15 "Dialog.js",
16 "DOMSyntaxHighlighter.js", 16 "DOMSyntaxHighlighter.js",
17 "DropDownMenu.js", 17 "DropDownMenu.js",
18 "DropTarget.js", 18 "DropTarget.js",
19 "EmptyView.js", 19 "EmptyWidget.js",
20 "FilterBar.js", 20 "FilterBar.js",
21 "ForwardedInputEventHandler.js", 21 "ForwardedInputEventHandler.js",
22 "HelpScreen.js", 22 "HelpScreen.js",
23 "HistoryInput.js", 23 "HistoryInput.js",
24 "Infobar.js", 24 "Infobar.js",
25 "InplaceEditor.js", 25 "InplaceEditor.js",
26 "KeyboardShortcut.js", 26 "KeyboardShortcut.js",
27 "Panel.js", 27 "Panel.js",
28 "Popover.js", 28 "Popover.js",
29 "ProgressIndicator.js", 29 "ProgressIndicator.js",
30 "ResizerWidget.js", 30 "ResizerWidget.js",
31 "RootView.js", 31 "RootView.js",
32 "SearchableView.js", 32 "SearchableView.js",
33 "Section.js", 33 "Section.js",
34 "SettingsUI.js", 34 "SettingsUI.js",
35 "SidebarTreeElement.js", 35 "SidebarTreeElement.js",
36 "SoftContextMenu.js", 36 "SoftContextMenu.js",
37 "SplitView.js", 37 "SplitWidget.js",
38 "StackView.js", 38 "StackView.js",
39 "Toolbar.js", 39 "Toolbar.js",
40 "SuggestBox.js", 40 "SuggestBox.js",
41 "TabbedPane.js", 41 "TabbedPane.js",
42 "SidebarPane.js", 42 "SidebarPane.js",
43 "TextPrompt.js", 43 "TextPrompt.js",
44 "UIUtils.js", 44 "UIUtils.js",
45 "ViewportControl.js", 45 "ViewportControl.js",
46 "ZoomManager.js" 46 "ZoomManager.js"
47 ], 47 ],
48 "resources": [ 48 "resources": [
49 "checkboxTextLabel.css", 49 "checkboxTextLabel.css",
50 "closeButton.css", 50 "closeButton.css",
51 "colorSwatch.css", 51 "colorSwatch.css",
52 "dropTarget.css", 52 "dropTarget.css",
53 "emptyView.css", 53 "emptyWidget.css",
54 "filter.css", 54 "filter.css",
55 "helpScreen.css", 55 "helpScreen.css",
56 "infobar.css", 56 "infobar.css",
57 "panelEnablerView.css", 57 "panelEnablerView.css",
58 "progressIndicator.css", 58 "progressIndicator.css",
59 "propertiesSection.css", 59 "propertiesSection.css",
60 "radioButton.css", 60 "radioButton.css",
61 "searchableView.css", 61 "searchableView.css",
62 "section.css", 62 "section.css",
63 "smallIcon.css", 63 "smallIcon.css",
64 "softContextMenu.css", 64 "softContextMenu.css",
65 "splitView.css", 65 "splitWidget.css",
66 "toolbar.css", 66 "toolbar.css",
67 "suggestBox.css", 67 "suggestBox.css",
68 "tabbedPane.css", 68 "tabbedPane.css",
69 "textButton.css", 69 "textButton.css",
70 "textPrompt.css", 70 "textPrompt.css",
71 "treeoutline.css" 71 "treeoutline.css"
72 ] 72 ]
73 } 73 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/emptyWidget.css ('k') | Source/devtools/front_end/ui/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698