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

Unified Diff: Source/devtools/devtools.gypi

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/devtools.gyp ('k') | Source/devtools/front_end/animation/AnimationControlPane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 6d76fa4e9d58e41612791bcf6b8cd09f4fea670a..81d19af429b28b2c512d1c91cc3b1e59b76384a3 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -126,7 +126,6 @@
'front_end/screencast/ScreencastView.js',
],
'devtools_sdk_js_files': [
- 'front_end/sdk/AnimationModel.js',
'front_end/sdk/ApplicationCacheModel.js',
'front_end/sdk/ConsoleModel.js',
'front_end/sdk/ContentProviders.js',
@@ -291,6 +290,7 @@
],
'devtools_module_json_files': [
'front_end/accessibility/module.json',
+ 'front_end/animation/module.json',
'front_end/audits/module.json',
'front_end/bindings/module.json',
'front_end/cm_modes/module.json',
@@ -340,6 +340,12 @@
'front_end/accessibility/AccessibilitySidebarView.js',
'front_end/accessibility/AccessibilityStrings.js',
],
+ 'devtools_animation_js_files': [
+ 'front_end/animation/animationTimeline.css',
+ 'front_end/animation/AnimationControlPane.js',
+ 'front_end/animation/AnimationModel.js',
+ 'front_end/animation/AnimationTimeline.js',
+ ],
'devtools_audits_js_files': [
'front_end/audits/auditResultTree.css',
'front_end/audits/auditsPanel.css',
@@ -375,15 +381,12 @@
'front_end/console/ConsoleViewMessage.js',
],
'devtools_elements_js_files': [
- 'front_end/elements/animationTimeline.css',
'front_end/elements/bezierEditor.css',
'front_end/elements/breadcrumbs.css',
'front_end/elements/computedStyleSidebarPane.css',
'front_end/elements/elementsPanel.css',
'front_end/elements/elementsTreeOutline.css',
'front_end/elements/spectrum.css',
- 'front_end/elements/AnimationControlPane.js',
- 'front_end/elements/AnimationTimeline.js',
'front_end/elements/BezierEditor.js',
'front_end/elements/BezierUI.js',
'front_end/elements/ElementsBreadcrumbs.js',
@@ -652,6 +655,7 @@
'devtools_modules_js_files': [
'<@(devtools_accessibility_js_files)',
+ '<@(devtools_animation_js_files)',
'<@(devtools_audits_js_files)',
'<@(devtools_cm_modes_js_files)',
'<@(devtools_components_lazy_js_files)',
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/animation/AnimationControlPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698