| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index c1fb99217a144290c4bd9838318c3d9097449616..7c5ff6c316fc70f1d35c7a6315d522961aaba807 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -894,8 +894,6 @@
|
| 'animation/LengthPairStyleInterpolation.h',
|
| 'animation/LengthPropertyFunctions.cpp',
|
| 'animation/LengthPropertyFunctions.h',
|
| - 'animation/LengthSVGInterpolation.cpp',
|
| - 'animation/LengthSVGInterpolation.h',
|
| 'animation/LengthStyleInterpolation.cpp',
|
| 'animation/LengthStyleInterpolation.h',
|
| 'animation/ListInterpolationFunctions.cpp',
|
| @@ -922,6 +920,8 @@
|
| 'animation/SVGInterpolationType.h',
|
| 'animation/SVGLengthInterpolationType.cpp',
|
| 'animation/SVGLengthInterpolationType.h',
|
| + 'animation/SVGLengthListInterpolationType.cpp',
|
| + 'animation/SVGLengthListInterpolationType.h',
|
| 'animation/SVGNumberInterpolationType.cpp',
|
| 'animation/SVGNumberInterpolationType.h',
|
| 'animation/SVGNumberListInterpolationType.cpp',
|
| @@ -940,7 +940,6 @@
|
| 'animation/SVGValueInterpolationType.h',
|
| 'animation/SampledEffect.cpp',
|
| 'animation/SampledEffect.h',
|
| - 'animation/ListSVGInterpolation.h',
|
| 'animation/ListStyleInterpolation.h',
|
| 'animation/PathSVGInterpolation.cpp',
|
| 'animation/PathSVGInterpolation.h',
|
|
|