| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 02e8e0600e4eadf0ae8dbef83bbb730f612c48d3..1951b766908802dde6a1c03d136fb59da9a6235c 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -593,12 +593,11 @@
|
| 'animation/LengthBoxStyleInterpolation.h',
|
| 'animation/LengthPairStyleInterpolation.cpp',
|
| 'animation/LengthPairStyleInterpolation.h',
|
| - 'animation/LengthPoint3DStyleInterpolation.cpp',
|
| - 'animation/LengthPoint3DStyleInterpolation.h',
|
| 'animation/LengthStyleInterpolation.cpp',
|
| 'animation/LengthStyleInterpolation.h',
|
| 'animation/SampledEffect.cpp',
|
| 'animation/SampledEffect.h',
|
| + 'animation/ListStyleInterpolation.h',
|
| 'animation/ShadowStyleInterpolation.cpp',
|
| 'animation/ShadowStyleInterpolation.h',
|
| 'animation/StringKeyframe.cpp',
|
| @@ -3661,8 +3660,8 @@
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| 'animation/LengthBoxStyleInterpolationTest.cpp',
|
| 'animation/LengthPairStyleInterpolationTest.cpp',
|
| - 'animation/LengthPoint3DStyleInterpolationTest.cpp',
|
| 'animation/LengthStyleInterpolationTest.cpp',
|
| + 'animation/ListStyleInterpolationTest.cpp',
|
| 'animation/ShadowStyleInterpolationTest.cpp',
|
| 'animation/TimingCalculationsTest.cpp',
|
| 'animation/TimingInputTest.cpp',
|
|
|