| 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 321481ed32935ca7f7e2c63144096bfc775f09e5..ffabb06616ddfdcee2cbba930a8f14a06884db70 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -918,6 +918,8 @@
|
| 'animation/SVGInterpolationType.h',
|
| 'animation/SVGNumberInterpolationType.cpp',
|
| 'animation/SVGNumberInterpolationType.h',
|
| + 'animation/SVGPathInterpolationType.cpp',
|
| + 'animation/SVGPathInterpolationType.h',
|
| 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
|
| 'animation/SVGStrokeDasharrayStyleInterpolation.h',
|
| 'animation/SVGValueInterpolationType.cpp',
|
| @@ -926,8 +928,6 @@
|
| 'animation/SampledEffect.h',
|
| 'animation/ListSVGInterpolation.h',
|
| 'animation/ListStyleInterpolation.h',
|
| - 'animation/PathSVGInterpolation.cpp',
|
| - 'animation/PathSVGInterpolation.h',
|
| 'animation/PointSVGInterpolation.h',
|
| 'animation/ShadowInterpolationFunctions.cpp',
|
| 'animation/ShadowInterpolationFunctions.h',
|
|
|