| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 44ad79621b3c09d7be315ee13c43d3800fd01918..81b1ca5affe2d3b9c57cce2cead8bccc18dfb9a9 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -872,6 +872,10 @@
|
| 'animation/AnimationTimeline.h',
|
| 'animation/AnimationTranslationUtil.cpp',
|
| 'animation/AnimationTranslationUtil.h',
|
| + 'animation/AnimationType.h',
|
| + 'animation/AnimationValue.h',
|
| + 'animation/CSSValueAnimationType.cpp',
|
| + 'animation/CSSValueAnimationType.h',
|
| 'animation/CompositorAnimations.cpp',
|
| 'animation/CompositorAnimations.h',
|
| 'animation/CompositorAnimationsImpl.h',
|
| @@ -911,6 +915,9 @@
|
| 'animation/Interpolation.h',
|
| 'animation/InterpolationEffect.cpp',
|
| 'animation/InterpolationEffect.h',
|
| + 'animation/InterpolationPrimitive.h',
|
| + 'animation/InvalidatableStyleInterpolation.cpp',
|
| + 'animation/InvalidatableStyleInterpolation.h',
|
| 'animation/KeyframeEffectModel.cpp',
|
| 'animation/KeyframeEffectModel.h',
|
| 'animation/LegacyStyleInterpolation.h',
|
| @@ -922,6 +929,7 @@
|
| 'animation/LengthSVGInterpolation.h',
|
| 'animation/LengthStyleInterpolation.cpp',
|
| 'animation/LengthStyleInterpolation.h',
|
| + 'animation/NonInterpolableValue.h',
|
| 'animation/NumberOptionalNumberSVGInterpolation.h',
|
| 'animation/NumberSVGInterpolation.cpp',
|
| 'animation/NumberSVGInterpolation.h',
|
|
|