| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index dcdba911155f1d2182720a5646405dd3aa60f497..d3f3f03d7a3635c0a7e9921c35993e6443b8707b 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -648,6 +648,8 @@
|
| 'animation/InterpolationEffect.h',
|
| 'animation/KeyframeEffectModel.cpp',
|
| 'animation/KeyframeEffectModel.h',
|
| + 'animation/LegacyStyleInterpolation.cpp',
|
| + 'animation/LegacyStyleInterpolation.h',
|
| 'animation/SampledEffect.cpp',
|
| 'animation/SampledEffect.h',
|
| 'animation/StringKeyframe.cpp',
|
| @@ -3334,6 +3336,7 @@
|
| 'animation/InterpolationTest.cpp',
|
| 'animation/InterpolableValueTest.cpp',
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| + 'animation/LegacyStyleInterpolationTest.cpp',
|
| 'animation/TimedItemCalculationsTest.cpp',
|
| 'animation/TimedItemTest.cpp',
|
| 'animation/TimingInputTest.cpp',
|
|
|