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

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

Issue 2141273002: Reland 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 {
10 "type": "drawer-view", 4 "type": "drawer-view",
11 "name": "animations", 5 "name": "animations",
12 "title": "Animations", 6 "title": "Animations",
13 "persistence": "closeable", 7 "persistence": "closeable",
14 "order": 0, 8 "order": 0,
15 "className": "WebInspector.AnimationTimeline" 9 "className": "WebInspector.AnimationTimeline"
16 } 10 }
17 ], 11 ],
18 "dependencies": [ 12 "dependencies": [
19 "elements" 13 "elements"
20 ], 14 ],
21 "scripts": [ 15 "scripts": [
22 "AnimationModel.js", 16 "AnimationModel.js",
23 "AnimationGroupPreviewUI.js", 17 "AnimationGroupPreviewUI.js",
24 "AnimationScreenshotPopover.js", 18 "AnimationScreenshotPopover.js",
25 "AnimationTimeline.js", 19 "AnimationTimeline.js",
26 "AnimationUI.js" 20 "AnimationUI.js"
27 ], 21 ],
28 "resources": [ 22 "resources": [
29 "animationScreenshotPopover.css", 23 "animationScreenshotPopover.css",
30 "animationTimeline.css" 24 "animationTimeline.css"
31 ] 25 ]
32 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698