| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 5ea7b231b9e861269a5524c1a112b2ba2987566a..b1ef96c27068e886493244010478f3f76d67ab0f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -591,7 +591,6 @@
|
| 'animation/DocumentAnimations.h',
|
| 'animation/DocumentTimeline.cpp',
|
| 'animation/DocumentTimeline.h',
|
| - 'animation/ElementAnimation.cpp',
|
| 'animation/ElementAnimation.h',
|
| 'animation/InertAnimation.cpp',
|
| 'animation/InertAnimation.h',
|
| @@ -604,6 +603,7 @@
|
| 'animation/TimedItemCalculations.h',
|
| 'animation/TimedItemTiming.cpp',
|
| 'animation/TimedItemTiming.h',
|
| + 'animation/Timing.cpp',
|
| 'animation/Timing.h',
|
| 'animation/css/CSSAnimatableValueFactory.cpp',
|
| 'animation/css/CSSAnimatableValueFactory.h',
|
| @@ -3242,7 +3242,6 @@
|
| 'animation/AnimationTest.cpp',
|
| 'animation/AnimationTestHelper.cpp',
|
| 'animation/AnimationTestHelper.h',
|
| - 'animation/AnimationTimingInputTest.cpp',
|
| 'animation/AnimationTranslationUtilTest.cpp',
|
| 'animation/CompositorAnimationsTest.cpp',
|
| 'animation/CompositorAnimationsTestHelper.h',
|
| @@ -3252,6 +3251,7 @@
|
| 'animation/PlayerTest.cpp',
|
| 'animation/TimedItemCalculationsTest.cpp',
|
| 'animation/TimedItemTest.cpp',
|
| + 'animation/TimingInputTest.cpp',
|
| 'css/AffectedByFocusTest.cpp',
|
| 'css/CSSCalculationValueTest.cpp',
|
| 'css/CSSFontFaceTest.cpp',
|
|
|