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

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

Issue 2142303002: Revert of DevTools: automatically populate 'More tools' submenu with the drawer views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ToolbarItem.Provider",
5 "className": "WebInspector.AnimationTimeline.ButtonProvider",
6 "order": 2,
7 "location": "styles-sidebarpane-toolbar"
8 },
9 {
4 "type": "drawer-view", 10 "type": "drawer-view",
5 "name": "animations", 11 "name": "animations",
6 "title": "Animations", 12 "title": "Animations",
7 "persistence": "closeable", 13 "persistence": "closeable",
8 "order": 0, 14 "order": 0,
9 "className": "WebInspector.AnimationTimeline" 15 "className": "WebInspector.AnimationTimeline"
10 } 16 }
11 ], 17 ],
12 "dependencies": [ 18 "dependencies": [
13 "elements" 19 "elements"
14 ], 20 ],
15 "scripts": [ 21 "scripts": [
16 "AnimationModel.js", 22 "AnimationModel.js",
17 "AnimationGroupPreviewUI.js", 23 "AnimationGroupPreviewUI.js",
18 "AnimationScreenshotPopover.js", 24 "AnimationScreenshotPopover.js",
19 "AnimationTimeline.js", 25 "AnimationTimeline.js",
20 "AnimationUI.js" 26 "AnimationUI.js"
21 ], 27 ],
22 "resources": [ 28 "resources": [
23 "animationScreenshotPopover.css", 29 "animationScreenshotPopover.css",
24 "animationTimeline.css" 30 "animationTimeline.css"
25 ] 31 ]
26 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698