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

Unified Diff: Source/devtools/front_end/inspector.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/module.json ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.json
diff --git a/Source/devtools/front_end/inspector.json b/Source/devtools/front_end/inspector.json
index 78db1367fbdec304893608761ecac5c35d539ac7..7c0a24c18a8dfcfc71fefe7325325b522c075a1e 100644
--- a/Source/devtools/front_end/inspector.json
+++ b/Source/devtools/front_end/inspector.json
@@ -27,6 +27,7 @@
{ "name": "promises", "type": "remote" },
{ "name": "snippets", "type": "remote" },
{ "name": "accessibility", "type": "remote" },
+ { "name": "animation", "type": "remote" },
{ "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
{ "name": "heap_snapshot_worker", "type": "worker" },
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698