| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 0813e2d1e7fc8a6227636d46cc4f7a338b8a85ee..91a14a735cb8f5dd87a2cff45e9c31df00c572a8 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -876,10 +876,8 @@
|
| 'animation/AnimationTimeline.h',
|
| 'animation/AnimationTranslationUtil.cpp',
|
| 'animation/AnimationTranslationUtil.h',
|
| - 'animation/AnimationType.h',
|
| - 'animation/AnimationValue.h',
|
| - 'animation/CSSValueAnimationType.cpp',
|
| - 'animation/CSSValueAnimationType.h',
|
| + 'animation/CSSValueInterpolationType.cpp',
|
| + 'animation/CSSValueInterpolationType.h',
|
| 'animation/CompositorAnimations.cpp',
|
| 'animation/CompositorAnimations.h',
|
| 'animation/CompositorAnimationsImpl.h',
|
| @@ -919,6 +917,8 @@
|
| 'animation/Interpolation.h',
|
| 'animation/InterpolationEffect.cpp',
|
| 'animation/InterpolationEffect.h',
|
| + 'animation/InterpolationType.h',
|
| + 'animation/InterpolationValue.h',
|
| 'animation/InvalidatableStyleInterpolation.cpp',
|
| 'animation/InvalidatableStyleInterpolation.h',
|
| 'animation/KeyframeEffectModel.cpp',
|
|
|