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

Unified Diff: Source/devtools/front_end/elements/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/animationTimeline.css ('k') | Source/devtools/front_end/inspector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index a5ae9a2d63569303e348ca7f9ff31db4fdee4384..79300656364b8df5d26f7ad40f2048d00baf9623 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -79,12 +79,6 @@
"className": "WebInspector.ElementStatePaneWidget.ButtonProvider",
"order": 1,
"location": "styles-sidebarpane-toolbar"
- },
- {
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.AnimationControlPane.ButtonProvider",
- "order": 2,
- "location": "styles-sidebarpane-toolbar"
}
],
"dependencies": [
@@ -93,7 +87,6 @@
],
"scripts": [
"BezierUI.js",
- "AnimationTimeline.js",
"StylesPopoverHelper.js",
"BezierEditor.js",
"Spectrum.js",
@@ -110,12 +103,10 @@
"StylesSectionModel.js",
"StylesSidebarPane.js",
"ComputedStyleWidget.js",
- "AnimationControlPane.js",
"ElementStatePaneWidget.js",
"ElementsPanel.js"
],
"resources": [
- "animationTimeline.css",
"bezierEditor.css",
"breadcrumbs.css",
"computedStyleSidebarPane.css",
« no previous file with comments | « Source/devtools/front_end/elements/animationTimeline.css ('k') | Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698