| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index e50ebcee43e52774ee31c5909ae97d0fb8d76861..338b8bfb6dd35eda889e72d43814484a6e42b963 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -908,6 +908,11 @@
|
| 'animation/Interpolation.h',
|
| 'animation/InterpolationEffect.cpp',
|
| 'animation/InterpolationEffect.h',
|
| + 'animation/InterpolationFactory.h',
|
| + 'animation/InterpolationFactory.cpp',
|
| + 'animation/InterpolationPipeline.cpp',
|
| + 'animation/InterpolationPipeline.h',
|
| + 'animation/InterpolationPipelineStage.h',
|
| 'animation/KeyframeEffectModel.cpp',
|
| 'animation/KeyframeEffectModel.h',
|
| 'animation/LegacyStyleInterpolation.h',
|
| @@ -3690,6 +3695,7 @@
|
| 'animation/EffectInputTest.cpp',
|
| 'animation/InterpolableValueTest.cpp',
|
| 'animation/InterpolationEffectTest.cpp',
|
| + 'animation/InterpolationPipelineTest.cpp',
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| 'animation/LengthBoxStyleInterpolationTest.cpp',
|
| 'animation/LengthPairStyleInterpolationTest.cpp',
|
|
|