Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index c3b33e52b3d89eae29e237ec3d0e015c8ca40844..a2e5016975bc4eed71140b8e432a02be01a266a1 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -524,15 +524,17 @@ |
'animation/ActiveAnimations.h', |
'animation/AnimatableColor.cpp', |
'animation/AnimatableColor.h', |
+ 'animation/AnimatableDouble.cpp', |
+ 'animation/AnimatableDouble.h', |
'animation/AnimatableImage.cpp', |
'animation/AnimatableImage.h', |
+ 'animation/AnimatableLength.cpp', |
+ 'animation/AnimatableLength.h', |
'animation/AnimatableLengthBox.cpp', |
'animation/AnimatableLengthBox.h', |
'animation/AnimatableLengthSize.cpp', |
'animation/AnimatableLengthSize.h', |
'animation/AnimatableNeutral.h', |
- 'animation/AnimatableNumber.cpp', |
- 'animation/AnimatableNumber.h', |
'animation/AnimatableTransform.cpp', |
'animation/AnimatableTransform.h', |
'animation/AnimatableUnknown.h', |
@@ -3794,8 +3796,9 @@ |
], |
'core_unittest_files': [ |
'animation/AnimatableColorTest.cpp', |
+ 'animation/AnimatableDoubleTest.cpp', |
+ 'animation/AnimatableLengthTest.cpp', |
'animation/AnimatableNeutralTest.cpp', |
- 'animation/AnimatableNumberTest.cpp', |
'animation/AnimatableUnknownTest.cpp', |
'animation/DocumentTimelineTest.cpp', |
'animation/KeyframeAnimationEffectTest.cpp', |