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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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 "id": "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": "Animation.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

Powered by Google App Engine
This is Rietveld 408576698