| 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',
|
|
|