| 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 19a62bef4270070f8e8a8e72c82dacd1381f84a0..489d234fd1867b694c2a616cd55be963acbae3d5 100644
 | 
| --- a/third_party/WebKit/Source/core/core.gypi
 | 
| +++ b/third_party/WebKit/Source/core/core.gypi
 | 
| @@ -979,7 +979,6 @@
 | 
|              'animation/InertEffect.h',
 | 
|              'animation/InterpolableValue.cpp',
 | 
|              'animation/InterpolableValue.h',
 | 
| -            'animation/Interpolation.cpp',
 | 
|              'animation/Interpolation.h',
 | 
|              'animation/InterpolationEffect.cpp',
 | 
|              'animation/InterpolationEffect.h',
 | 
| @@ -987,12 +986,12 @@
 | 
|              'animation/InterpolationEnvironment.h',
 | 
|              'animation/InterpolationType.h',
 | 
|              'animation/InterpolationValue.h',
 | 
| -            'animation/InvalidatableInterpolation.cpp',
 | 
| -            'animation/InvalidatableInterpolation.h',
 | 
|              'animation/Keyframe.cpp',
 | 
|              'animation/Keyframe.h',
 | 
|              'animation/KeyframeEffectModel.cpp',
 | 
|              'animation/KeyframeEffectModel.h',
 | 
| +            'animation/KeyframeInterpolation.cpp',
 | 
| +            'animation/KeyframeInterpolation.h',
 | 
|              'animation/LegacyStyleInterpolation.h',
 | 
|              'animation/LengthListPropertyFunctions.cpp',
 | 
|              'animation/LengthListPropertyFunctions.h',
 | 
| @@ -1007,6 +1006,7 @@
 | 
|              'animation/NumberPropertyFunctions.h',
 | 
|              'animation/PaintPropertyFunctions.cpp',
 | 
|              'animation/PaintPropertyFunctions.h',
 | 
| +            'animation/PairwiseInterpolation.h',
 | 
|              'animation/PairwiseInterpolationValue.h',
 | 
|              'animation/PathInterpolationFunctions.cpp',
 | 
|              'animation/PathInterpolationFunctions.h',
 | 
| @@ -1049,8 +1049,11 @@
 | 
|              'animation/SampledEffect.h',
 | 
|              'animation/ShadowInterpolationFunctions.cpp',
 | 
|              'animation/ShadowInterpolationFunctions.h',
 | 
| +            'animation/StackableInterpolation.cpp',
 | 
| +            'animation/StackableInterpolation.h',
 | 
|              'animation/StringKeyframe.cpp',
 | 
|              'animation/StringKeyframe.h',
 | 
| +            'animation/StyleInterpolation.cpp',
 | 
|              'animation/StyleInterpolation.h',
 | 
|              'animation/Timing.cpp',
 | 
|              'animation/Timing.h',
 | 
| 
 |