| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 48ef03cbb5e1185836716f07f95c60be4b71f417..b22882cb715467671d25f322926a1a7301718913 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -892,6 +892,8 @@
|
| 'animation/ElementAnimation.h',
|
| 'animation/ElementAnimations.cpp',
|
| 'animation/ElementAnimations.h',
|
| + 'animation/FilterStyleInterpolation.h',
|
| + 'animation/FilterStyleInterpolation.cpp',
|
| 'animation/ImageSliceStyleInterpolation.cpp',
|
| 'animation/ImageSliceStyleInterpolation.h',
|
| 'animation/ImageStyleInterpolation.cpp',
|
| @@ -3742,6 +3744,7 @@
|
| 'animation/DeferredLegacyStyleInterpolationTest.cpp',
|
| 'animation/DoubleStyleInterpolationTest.cpp',
|
| 'animation/EffectInputTest.cpp',
|
| + 'animation/FilterStyleInterpolationTest.cpp',
|
| 'animation/InterpolableValueTest.cpp',
|
| 'animation/InterpolationEffectTest.cpp',
|
| 'animation/KeyframeEffectModelTest.cpp',
|
|
|