| 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 b1d8bdeb925838089384c8dc7cdf7d1c6fe4b7ae..2f8871df638008780d2d2e6a35b6e86c7ca95b3f 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -954,6 +954,7 @@
|
| 'animation/CSSScaleInterpolationType.h',
|
| 'animation/CSSShadowListInterpolationType.cpp',
|
| 'animation/CSSShadowListInterpolationType.h',
|
| + 'animation/CSSSizeListInterpolationType.cpp',
|
| 'animation/CSSSizeListInterpolationType.h',
|
| 'animation/CSSTextIndentInterpolationType.cpp',
|
| 'animation/CSSTextIndentInterpolationType.h',
|
| @@ -1031,6 +1032,10 @@
|
| 'animation/PropertyHandle.h',
|
| 'animation/PropertyInterpolationTypesMapping.cpp',
|
| 'animation/PropertyInterpolationTypesMapping.h',
|
| + 'animation/SizeListPropertyFunctions.cpp',
|
| + 'animation/SizeListPropertyFunctions.h',
|
| + 'animation/SizeInterpolationFunctions.cpp',
|
| + 'animation/SizeInterpolationFunctions.h',
|
| 'animation/SVGAngleInterpolationType.cpp',
|
| 'animation/SVGAngleInterpolationType.h',
|
| 'animation/SVGIntegerInterpolationType.cpp',
|
|
|