| 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 976922e76c69e7d674ad1d819a414b1fffe0bdf8..437783f21aa278360279176305c10792f9007e1a 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -854,6 +854,8 @@
|
| 'animation/CSSNumberInterpolationType.h',
|
| 'animation/CSSPaintInterpolationType.cpp',
|
| 'animation/CSSPaintInterpolationType.h',
|
| + 'animation/CSSPathInterpolationType.cpp',
|
| + 'animation/CSSPathInterpolationType.h',
|
| 'animation/CSSShadowListInterpolationType.cpp',
|
| 'animation/CSSShadowListInterpolationType.h',
|
| 'animation/CSSValueInterpolationType.cpp',
|
| @@ -923,6 +925,8 @@
|
| 'animation/NumberSVGInterpolation.h',
|
| 'animation/PaintPropertyFunctions.cpp',
|
| 'animation/PaintPropertyFunctions.h',
|
| + 'animation/PathInterpolation.cpp',
|
| + 'animation/PathInterpolation.h',
|
| 'animation/PrimitiveInterpolation.h',
|
| 'animation/PropertyHandle.cpp',
|
| 'animation/PropertyHandle.h',
|
|
|