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

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

Issue 2205123003: DevTools: introduce view locations, allow opening views by id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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": "view", 4 "type": "view",
5 "location": "drawer-view", 5 "location": "drawer-view",
6 "name": "animations", 6 "id": "animations",
7 "title": "Animations", 7 "title": "Animations",
8 "persistence": "closeable", 8 "persistence": "closeable",
9 "order": 0, 9 "order": 0,
10 "className": "WebInspector.AnimationTimeline" 10 "className": "WebInspector.AnimationTimeline"
11 } 11 }
12 ], 12 ],
13 "dependencies": [ 13 "dependencies": [
14 "elements" 14 "elements"
15 ], 15 ],
16 "scripts": [ 16 "scripts": [
17 "AnimationModel.js", 17 "AnimationModel.js",
18 "AnimationGroupPreviewUI.js", 18 "AnimationGroupPreviewUI.js",
19 "AnimationScreenshotPopover.js", 19 "AnimationScreenshotPopover.js",
20 "AnimationTimeline.js", 20 "AnimationTimeline.js",
21 "AnimationUI.js" 21 "AnimationUI.js"
22 ], 22 ],
23 "resources": [ 23 "resources": [
24 "animationScreenshotPopover.css", 24 "animationScreenshotPopover.css",
25 "animationTimeline.css" 25 "animationTimeline.css"
26 ] 26 ]
27 } 27 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gypi ('k') | third_party/WebKit/Source/devtools/front_end/common/Console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698