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

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

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missing files 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 "Widget.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 "EditorPopoverHelper.js",
19 "EmptyWidget.js", 20 "EmptyWidget.js",
20 "FilterBar.js", 21 "FilterBar.js",
21 "ForwardedInputEventHandler.js", 22 "ForwardedInputEventHandler.js",
22 "HelpScreen.js", 23 "HelpScreen.js",
23 "HistoryInput.js", 24 "HistoryInput.js",
24 "Infobar.js", 25 "Infobar.js",
25 "InplaceEditor.js", 26 "InplaceEditor.js",
26 "KeyboardShortcut.js", 27 "KeyboardShortcut.js",
27 "Panel.js", 28 "Panel.js",
28 "Popover.js", 29 "Popover.js",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "softContextMenu.css", 67 "softContextMenu.css",
67 "splitWidget.css", 68 "splitWidget.css",
68 "toolbar.css", 69 "toolbar.css",
69 "suggestBox.css", 70 "suggestBox.css",
70 "tabbedPane.css", 71 "tabbedPane.css",
71 "textButton.css", 72 "textButton.css",
72 "textPrompt.css", 73 "textPrompt.css",
73 "treeoutline.css" 74 "treeoutline.css"
74 ] 75 ]
75 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698