| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 10c90af00007a1b7ba2b750b53344921f77690bb..e56d78e1be84ece596a83e282633dd02b9857b5f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -592,14 +592,13 @@
|
| 'animation/LengthBoxStyleInterpolation.h',
|
| 'animation/LengthPairStyleInterpolation.cpp',
|
| 'animation/LengthPairStyleInterpolation.h',
|
| - 'animation/LengthPoint3DStyleInterpolation.cpp',
|
| - 'animation/LengthPoint3DStyleInterpolation.h',
|
| 'animation/LengthStyleInterpolation.cpp',
|
| 'animation/LengthStyleInterpolation.h',
|
| 'animation/SVGLengthStyleInterpolation.cpp',
|
| 'animation/SVGLengthStyleInterpolation.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/SVGLengthStyleInterpolationTest.cpp',
|
| 'animation/ShadowStyleInterpolationTest.cpp',
|
| 'animation/TimingCalculationsTest.cpp',
|
|
|