| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index dc00094db3d6e4b2c95f4e733927f2402dd8e3bf..b8ae109b485ecee9a1399f5b721a84413f6b9f12 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -525,15 +525,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',
|
| @@ -3796,8 +3798,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',
|
|
|