| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 53a0ae934d0c8ee30bb3616c4348bf868feba985..30d2cd43a1849084da342df2f1d2a5f80cbeefa3 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -673,6 +673,8 @@
|
| 'animation/css/CSSTransitionData.cpp',
|
| 'animation/css/CSSTransitionData.h',
|
| 'animation/interpolation/DefaultStyleInterpolation.h',
|
| + 'animation/interpolation/DeferredLegacyStyleInterpolation.h',
|
| + 'animation/interpolation/DeferredLegacyStyleInterpolation.cpp',
|
| 'animation/interpolation/Interpolation.cpp',
|
| 'animation/interpolation/Interpolation.h',
|
| 'animation/interpolation/LegacyStyleInterpolation.h',
|
| @@ -3347,6 +3349,7 @@
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| 'animation/TimingCalculationsTest.cpp',
|
| 'animation/TimingInputTest.cpp',
|
| + 'animation/interpolation/DeferredLegacyStyleInterpolationTest.cpp',
|
| 'animation/interpolation/LengthStyleInterpolationTest.cpp',
|
| 'css/AffectedByFocusTest.cpp',
|
| 'css/CSSCalculationValueTest.cpp',
|
|
|