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 aef0fdd5263ed525168012a7aaa36ad66c59f945..f0ac52b6794a258e7f8b394823a28518fbc8908d 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -842,6 +842,21 @@ |
'animation/AnimationTimeline.h', |
'animation/AnimationTranslationUtil.cpp', |
'animation/AnimationTranslationUtil.h', |
+ 'animation/CSSColorInterpolationType.cpp', |
+ 'animation/CSSColorInterpolationType.h', |
+ 'animation/CSSImageInterpolationType.cpp', |
+ 'animation/CSSImageInterpolationType.h', |
+ 'animation/CSSImageListInterpolationType.cpp', |
+ 'animation/CSSImageListInterpolationType.h', |
+ 'animation/CSSInterpolationType.h', |
+ 'animation/CSSLengthInterpolationType.cpp', |
+ 'animation/CSSLengthInterpolationType.h', |
+ 'animation/CSSNumberInterpolationType.cpp', |
+ 'animation/CSSNumberInterpolationType.h', |
+ 'animation/CSSPaintInterpolationType.cpp', |
+ 'animation/CSSPaintInterpolationType.h', |
+ 'animation/CSSShadowListInterpolationType.cpp', |
+ 'animation/CSSShadowListInterpolationType.h', |
'animation/CSSValueInterpolationType.cpp', |
'animation/CSSValueInterpolationType.h', |
'animation/CompositorAnimations.cpp', |
@@ -849,8 +864,6 @@ |
'animation/CompositorAnimationsImpl.h', |
'animation/CompositorPendingAnimations.cpp', |
'animation/CompositorPendingAnimations.h', |
- 'animation/ColorInterpolationType.cpp', |
- 'animation/ColorInterpolationType.h', |
'animation/ColorPropertyFunctions.cpp', |
'animation/ColorPropertyFunctions.h', |
'animation/ConstantStyleInterpolation.h', |
@@ -870,10 +883,6 @@ |
'animation/ElementAnimations.h', |
'animation/FilterStyleInterpolation.h', |
'animation/FilterStyleInterpolation.cpp', |
- 'animation/ImageInterpolationType.cpp', |
- 'animation/ImageInterpolationType.h', |
- 'animation/ImageListInterpolationType.cpp', |
- 'animation/ImageListInterpolationType.h', |
'animation/ImageListPropertyFunctions.h', |
'animation/ImagePropertyFunctions.h', |
'animation/ImageSliceStyleInterpolation.cpp', |
@@ -898,8 +907,6 @@ |
'animation/LegacyStyleInterpolation.h', |
'animation/LengthBoxStyleInterpolation.cpp', |
'animation/LengthBoxStyleInterpolation.h', |
- 'animation/LengthInterpolationType.cpp', |
- 'animation/LengthInterpolationType.h', |
'animation/LengthPairStyleInterpolation.cpp', |
'animation/LengthPairStyleInterpolation.h', |
'animation/LengthPropertyFunctions.cpp', |
@@ -911,15 +918,11 @@ |
'animation/ListInterpolationFunctions.cpp', |
'animation/ListInterpolationFunctions.h', |
'animation/NonInterpolableValue.h', |
- 'animation/NumberInterpolationType.cpp', |
- 'animation/NumberInterpolationType.h', |
'animation/NumberOptionalNumberSVGInterpolation.h', |
'animation/NumberPropertyFunctions.cpp', |
'animation/NumberPropertyFunctions.h', |
'animation/NumberSVGInterpolation.cpp', |
'animation/NumberSVGInterpolation.h', |
- 'animation/PaintInterpolationType.cpp', |
- 'animation/PaintInterpolationType.h', |
'animation/PaintPropertyFunctions.cpp', |
'animation/PaintPropertyFunctions.h', |
'animation/PrimitiveInterpolation.h', |
@@ -940,8 +943,6 @@ |
'animation/PointSVGInterpolation.h', |
'animation/ShadowInterpolationFunctions.cpp', |
'animation/ShadowInterpolationFunctions.h', |
- 'animation/ShadowListInterpolationType.cpp', |
- 'animation/ShadowListInterpolationType.h', |
'animation/StringKeyframe.cpp', |
'animation/StringKeyframe.h', |
'animation/StyleInterpolation.h', |