| 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..281e3984938c8c4ebcac98c7d7418eb13564a54e 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/PathInterpolationFunctions.cpp',
|
| + 'animation/PathInterpolationFunctions.h',
|
| 'animation/PrimitiveInterpolation.h',
|
| 'animation/PropertyHandle.cpp',
|
| 'animation/PropertyHandle.h',
|
|
|