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

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

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missing files Created 5 years, 7 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
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "elements", 5 "name": "elements",
6 "title": "Elements", 6 "title": "Elements",
7 "order": 0, 7 "order": 0,
8 "className": "WebInspector.ElementsPanelFactory" 8 "className": "WebInspector.ElementsPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 } 70 }
71 ], 71 ],
72 "dependencies": [ 72 "dependencies": [
73 "components", 73 "components",
74 "extensions" 74 "extensions"
75 ], 75 ],
76 "scripts": [ 76 "scripts": [
77 "BezierUI.js", 77 "BezierUI.js",
78 "AnimationTimeline.js", 78 "AnimationTimeline.js",
79 "AnimationControlPane.js", 79 "AnimationControlPane.js",
80 "StylesPopoverHelper.js",
81 "BezierEditor.js", 80 "BezierEditor.js",
81 "StylesPopoverIcon.js",
82 "Spectrum.js", 82 "Spectrum.js",
83 "ElementsBreadcrumbs.js", 83 "ElementsBreadcrumbs.js",
84 "ElementsSidebarPane.js", 84 "ElementsSidebarPane.js",
85 "ElementsSidebarView.js", 85 "ElementsSidebarView.js",
86 "ElementsTreeElement.js", 86 "ElementsTreeElement.js",
87 "ElementsTreeOutline.js", 87 "ElementsTreeOutline.js",
88 "EventListenersSidebarPane.js", 88 "EventListenersSidebarPane.js",
89 "MetricsSidebarPane.js", 89 "MetricsSidebarPane.js",
90 "PlatformFontsSidebarPane.js", 90 "PlatformFontsSidebarPane.js",
91 "PropertiesSidebarPane.js", 91 "PropertiesSidebarPane.js",
92 "StylesSectionModel.js", 92 "StylesSectionModel.js",
93 "StylesSidebarPane.js", 93 "StylesSidebarPane.js",
94 "ComputedStyleSidebarPane.js", 94 "ComputedStyleSidebarPane.js",
95 "ElementsPanel.js" 95 "ElementsPanel.js"
96 ], 96 ],
97 "resources": [ 97 "resources": [
98 "animationTimeline.css", 98 "animationTimeline.css",
99 "bezierEditor.css", 99 "bezierEditor.css",
100 "breadcrumbs.css", 100 "breadcrumbs.css",
101 "computedStyleSidebarPane.css", 101 "computedStyleSidebarPane.css",
102 "elementsPanel.css", 102 "elementsPanel.css",
103 "elementsTreeOutline.css", 103 "elementsTreeOutline.css",
104 "spectrum.css" 104 "spectrum.css"
105 ] 105 ]
106 } 106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698