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

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

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "@WebInspector.ToolbarItem.Provider",
5 "className": "WebInspector.AnimationControlPane.ButtonProvider",
6 "order": 2,
7 "location": "styles-sidebarpane-toolbar"
8 }
9 ],
10 "dependencies": [
11 "elements"
12 ],
13 "scripts": [
14 "AnimationModel.js",
15 "AnimationTimeline.js",
16 "AnimationControlPane.js"
17 ],
18 "resources": [
19 "animationTimeline.css"
20 ]
21 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/animation/animationTimeline.css ('k') | Source/devtools/front_end/elements/AnimationControlPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698