| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 3196bf018184e8a935b1e2138b1ed52d2b3d1210..22541196dfda8761a7eea06cd4639400b56743ed 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1,6 +1,7 @@
|
| {
|
| 'variables': {
|
| 'core_idl_files': [
|
| + 'animation/ElementAnimation.idl',
|
| 'css/CSS.idl',
|
| 'css/CSSCharsetRule.idl',
|
| 'css/CSSFontFaceLoadEvent.idl',
|
| @@ -573,6 +574,8 @@
|
| 'animation/AnimatableValue.h',
|
| 'animation/AnimatableVisibility.cpp',
|
| 'animation/AnimatableVisibility.h',
|
| + 'animation/ElementAnimation.cpp',
|
| + 'animation/ElementAnimation.h',
|
| 'animation/Animation.cpp',
|
| 'animation/Animation.h',
|
| 'animation/AnimationClock.h',
|
| @@ -3314,6 +3317,7 @@
|
| 'animation/CompositorAnimationsTestHelper.h',
|
| 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
|
| 'animation/DocumentTimelineTest.cpp',
|
| + 'animation/ElementAnimationTest.cpp',
|
| 'animation/KeyframeAnimationEffectTest.cpp',
|
| 'animation/PlayerTest.cpp',
|
| 'animation/TimedItemCalculationsTest.cpp',
|
|
|