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

Unified Diff: Source/core/core.gypi

Issue 1153943003: Add foundation for removing AnimatableValues from StyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing header file 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 0c79b124ad564b6d31c8f92071bacc3715982333..bb5f1154a2be00ebec9e0a9cef697050ab799a3d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -869,6 +869,8 @@
'animation/AnimationTimeline.h',
'animation/AnimationTranslationUtil.cpp',
'animation/AnimationTranslationUtil.h',
+ 'animation/AnimationType.h',
+ 'animation/AnimationValue.h',
'animation/CompositorAnimations.cpp',
'animation/CompositorAnimations.h',
'animation/CompositorAnimationsImpl.h',
@@ -877,6 +879,8 @@
'animation/ColorStyleInterpolation.cpp',
'animation/ColorStyleInterpolation.h',
'animation/ConstantStyleInterpolation.h',
+ 'animation/DefaultAnimationType.cpp',
+ 'animation/DefaultAnimationType.h',
'animation/DefaultSVGInterpolation.cpp',
'animation/DefaultSVGInterpolation.h',
'animation/DeferredLegacyStyleInterpolation.cpp',
@@ -908,6 +912,9 @@
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
+ 'animation/InterpolationInvalidators.h',
+ 'animation/InvalidatableStyleInterpolation.cpp',
+ 'animation/InvalidatableStyleInterpolation.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
'animation/LegacyStyleInterpolation.h',
@@ -919,6 +926,7 @@
'animation/LengthSVGInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
+ 'animation/NonInterpolableValue.h',
'animation/NumberOptionalNumberSVGInterpolation.h',
'animation/NumberSVGInterpolation.cpp',
'animation/NumberSVGInterpolation.h',

Powered by Google App Engine
This is Rietveld 408576698