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

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

Issue 2702523003: [DevTools] Continue GlassPane refactoring. (Closed)
Patch Set: element Created 3 years, 10 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/inspectorCommon.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 "dom_extension", 4 "dom_extension",
5 "common", 5 "common",
6 "host" 6 "host"
7 ], 7 ],
8 "scripts": [ 8 "scripts": [
9 "Widget.js", 9 "Widget.js",
10 "View.js", 10 "View.js",
11 "treeoutline.js", 11 "treeoutline.js",
12 "InspectorView.js", 12 "InspectorView.js",
13 "ActionRegistry.js", 13 "ActionRegistry.js",
14 "ShortcutRegistry.js", 14 "ShortcutRegistry.js",
15 "Context.js", 15 "Context.js",
16 "ContextMenu.js", 16 "ContextMenu.js",
17 "GlassPane.js",
17 "Dialog.js", 18 "Dialog.js",
18 "SyntaxHighlighter.js", 19 "SyntaxHighlighter.js",
19 "DropDownMenu.js", 20 "DropDownMenu.js",
20 "DropTarget.js", 21 "DropTarget.js",
21 "EmptyWidget.js", 22 "EmptyWidget.js",
22 "FilterBar.js", 23 "FilterBar.js",
23 "ForwardedInputEventHandler.js", 24 "ForwardedInputEventHandler.js",
24 "HistoryInput.js", 25 "HistoryInput.js",
25 "Icon.js", 26 "Icon.js",
26 "Infobar.js", 27 "Infobar.js",
27 "InplaceEditor.js", 28 "InplaceEditor.js",
28 "TextEditor.js", 29 "TextEditor.js",
29 "KeyboardShortcut.js", 30 "KeyboardShortcut.js",
30 "ListControl.js", 31 "ListControl.js",
31 "ListWidget.js", 32 "ListWidget.js",
32 "GlassPane.js",
33 "Panel.js", 33 "Panel.js",
34 "Popover.js", 34 "Popover.js",
35 "ProgressIndicator.js", 35 "ProgressIndicator.js",
36 "ResizerWidget.js", 36 "ResizerWidget.js",
37 "ReportView.js", 37 "ReportView.js",
38 "RootView.js", 38 "RootView.js",
39 "SearchableView.js", 39 "SearchableView.js",
40 "SettingsUI.js", 40 "SettingsUI.js",
41 "SoftContextMenu.js", 41 "SoftContextMenu.js",
42 "SplitWidget.js", 42 "SplitWidget.js",
(...skipping 11 matching lines...) Expand all
54 "Geometry.js" 54 "Geometry.js"
55 ], 55 ],
56 "resources": [ 56 "resources": [
57 "checkboxTextLabel.css", 57 "checkboxTextLabel.css",
58 "closeButton.css", 58 "closeButton.css",
59 "confirmDialog.css", 59 "confirmDialog.css",
60 "dialog.css", 60 "dialog.css",
61 "dropTarget.css", 61 "dropTarget.css",
62 "emptyWidget.css", 62 "emptyWidget.css",
63 "filter.css", 63 "filter.css",
64 "glassPane.css",
64 "infobar.css", 65 "infobar.css",
65 "inspectorCommon.css", 66 "inspectorCommon.css",
66 "inspectorStyle.css", 67 "inspectorStyle.css",
67 "inspectorSyntaxHighlight.css", 68 "inspectorSyntaxHighlight.css",
68 "inspectorSyntaxHighlightDark.css", 69 "inspectorSyntaxHighlightDark.css",
69 "inspectorViewTabbedPane.css", 70 "inspectorViewTabbedPane.css",
70 "listWidget.css", 71 "listWidget.css",
71 "panelEnablerView.css", 72 "panelEnablerView.css",
72 "popover.css", 73 "popover.css",
73 "progressIndicator.css", 74 "progressIndicator.css",
74 "radioButton.css", 75 "radioButton.css",
75 "reportView.css", 76 "reportView.css",
76 "rootView.css", 77 "rootView.css",
77 "searchableView.css", 78 "searchableView.css",
78 "viewContainers.css", 79 "viewContainers.css",
79 "slider.css", 80 "slider.css",
80 "smallBubble.css", 81 "smallBubble.css",
81 "softContextMenu.css", 82 "softContextMenu.css",
82 "splitWidget.css", 83 "splitWidget.css",
83 "toolbar.css", 84 "toolbar.css",
84 "suggestBox.css", 85 "suggestBox.css",
85 "tabbedPane.css", 86 "tabbedPane.css",
86 "textButton.css", 87 "textButton.css",
87 "textPrompt.css", 88 "textPrompt.css",
88 "tooltip.css", 89 "tooltip.css",
89 "treeoutline.css" 90 "treeoutline.css"
90 ] 91 ]
91 } 92 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698