| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 456c81f4bcf39e5876be18a3c1bc03081aa24695..9badd4488dd15483a0351fb020d6870ca217e2f0 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -571,6 +571,8 @@
|
| 'animation/AnimatableValue.h',
|
| 'animation/AnimatableVisibility.cpp',
|
| 'animation/AnimatableVisibility.h',
|
| + 'animation/AnimationTranslationUtil.cpp',
|
| + 'animation/AnimationTranslationUtil.h',
|
| 'animation/ElementAnimation.cpp',
|
| 'animation/ElementAnimation.h',
|
| 'animation/Animation.cpp',
|
| @@ -600,6 +602,10 @@
|
| 'animation/css/CSSAnimatableValueFactory.h',
|
| 'animation/css/CSSAnimations.cpp',
|
| 'animation/css/CSSAnimations.h',
|
| + 'animation/css/CSSAnimationData.cpp',
|
| + 'animation/css/CSSAnimationData.h',
|
| + 'animation/css/CSSAnimationDataList.cpp',
|
| + 'animation/css/CSSAnimationDataList.h',
|
| 'animation/css/CSSPendingAnimations.cpp',
|
| 'animation/css/CSSPendingAnimations.h',
|
| 'animation/css/TransitionTimeline.cpp',
|
| @@ -2699,13 +2705,6 @@
|
| 'webcore_platform_files': [
|
| 'platform/Pasteboard.cpp',
|
| 'platform/Pasteboard.h',
|
| - 'platform/animation/AnimationTranslationUtil.cpp',
|
| - 'platform/animation/AnimationTranslationUtil.h',
|
| - 'platform/animation/AnimationValue.h',
|
| - 'platform/animation/CSSAnimationData.cpp',
|
| - 'platform/animation/CSSAnimationDataList.cpp',
|
| - 'platform/animation/KeyframeValueList.cpp',
|
| - 'platform/animation/KeyframeValueList.h',
|
| 'platform/chromium/ChromiumDataObject.cpp',
|
| 'platform/chromium/ChromiumDataObject.h',
|
| 'platform/chromium/ChromiumDataObjectItem.cpp',
|
| @@ -3233,6 +3232,7 @@
|
| 'animation/CompositorAnimationsTest.cpp',
|
| 'animation/CompositorAnimationsTestHelper.h',
|
| 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
|
| + 'animation/AnimationTranslationUtilTest.cpp',
|
| 'animation/DocumentTimelineTest.cpp',
|
| 'animation/ElementAnimationTest.cpp',
|
| 'animation/KeyframeEffectModelTest.cpp',
|
| @@ -3255,10 +3255,6 @@
|
| 'html/TimeRangesTest.cpp',
|
| 'html/track/vtt/BufferedLineReaderTest.cpp',
|
| 'frame/ImageBitmapTest.cpp',
|
| - 'platform/animation/AnimationTranslationUtilTest.cpp',
|
| - 'platform/animation/TimingFunctionTestHelper.h',
|
| - 'platform/animation/TimingFunctionTestHelper.cpp',
|
| - 'platform/animation/TimingFunctionTestHelperTest.cpp',
|
| 'rendering/RenderOverflowTest.cpp',
|
| 'rendering/shapes/BoxShapeTest.cpp',
|
| 'testing/UnitTestHelpers.h',
|
|
|