| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 1523224ebda4ec13d03ee26565fb7afc2122b523..70a851bed67b79b35241d9dc4a0df0b04478f474 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -595,6 +595,8 @@
|
| 'animation/ElementAnimation.h',
|
| 'animation/InertAnimation.cpp',
|
| 'animation/InertAnimation.h',
|
| + 'animation/InterpolableValue.cpp',
|
| + 'animation/InterpolableValue.h',
|
| 'animation/KeyframeEffectModel.cpp',
|
| 'animation/KeyframeEffectModel.h',
|
| 'animation/Player.cpp',
|
| @@ -3226,6 +3228,7 @@
|
| 'animation/CompositorAnimationsTestHelper.h',
|
| 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
|
| 'animation/DocumentTimelineTest.cpp',
|
| + 'animation/InterpolableValueTest.cpp',
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| 'animation/PlayerTest.cpp',
|
| 'animation/TimedItemCalculationsTest.cpp',
|
|
|