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

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

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests 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
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 "Dialog.js", 17 "Dialog.js",
18 "SyntaxHighlighter.js", 18 "SyntaxHighlighter.js",
19 "DropDownMenu.js", 19 "DropDownMenu.js",
20 "DropTarget.js", 20 "DropTarget.js",
21 "EmptyWidget.js", 21 "EmptyWidget.js",
22 "FilterBar.js", 22 "FilterBar.js",
23 "ForwardedInputEventHandler.js", 23 "ForwardedInputEventHandler.js",
24 "HistoryInput.js", 24 "HistoryInput.js",
25 "Icon.js", 25 "Icon.js",
26 "GeneratedIconDescriptors.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 "GlassPane.js",
33 "Panel.js", 34 "Panel.js",
34 "Popover.js", 35 "Popover.js",
35 "ProgressIndicator.js", 36 "ProgressIndicator.js",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
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') | third_party/WebKit/Source/devtools/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698