| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 4c790fb07de9fb46c68166abf17d2d0400c32d88..a58de4161dc3721e998ee9e0dad547228baf0242 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -5,12 +5,12 @@
|
| 'variables': {
|
| # Files for which bindings (.cpp and .h files) will be generated
|
| 'core_idl_files': [
|
| + 'animation/KeyframeEffect.idl',
|
| + 'animation/EffectModel.idl',
|
| + 'animation/AnimationEffectReadOnly.idl',
|
| + 'animation/AnimationEffectTiming.idl',
|
| 'animation/Animation.idl',
|
| - 'animation/AnimationEffect.idl',
|
| - 'animation/AnimationNode.idl',
|
| - 'animation/AnimationPlayer.idl',
|
| 'animation/AnimationTimeline.idl',
|
| - 'animation/Timing.idl',
|
| 'clipboard/DataTransfer.idl',
|
| 'clipboard/DataTransferItemList.idl',
|
| 'css/CSS.idl',
|
| @@ -851,19 +851,19 @@
|
| 'Init.cpp',
|
| 'Init.h',
|
| 'animation/AngleSVGInterpolation.h',
|
| - 'animation/Animation.cpp',
|
| - 'animation/Animation.h',
|
| + 'animation/KeyframeEffect.cpp',
|
| + 'animation/KeyframeEffect.h',
|
| 'animation/AnimationClock.cpp',
|
| 'animation/AnimationClock.h',
|
| - 'animation/AnimationEffect.h',
|
| + 'animation/EffectModel.h',
|
| 'animation/AnimationInputHelpers.cpp',
|
| 'animation/AnimationInputHelpers.h',
|
| - 'animation/AnimationNode.cpp',
|
| - 'animation/AnimationNode.h',
|
| - 'animation/AnimationNodeTiming.cpp',
|
| - 'animation/AnimationNodeTiming.h',
|
| - 'animation/AnimationPlayer.cpp',
|
| - 'animation/AnimationPlayer.h',
|
| + 'animation/AnimationEffect.cpp',
|
| + 'animation/AnimationEffect.h',
|
| + 'animation/AnimationEffectTiming.cpp',
|
| + 'animation/AnimationEffectTiming.h',
|
| + 'animation/Animation.cpp',
|
| + 'animation/Animation.h',
|
| 'animation/AnimationStack.cpp',
|
| 'animation/AnimationStack.h',
|
| 'animation/AnimationTimeline.cpp',
|
| @@ -3552,7 +3552,7 @@
|
| 'svg/properties/SVGPropertyTearOff.cpp',
|
| ],
|
| 'core_dictionary_idl_files': [
|
| - 'animation/AnimationTimingProperties.idl',
|
| + 'animation/KeyframeEffectOptions.idl',
|
| 'animation/ComputedTimingProperties.idl',
|
| 'css/FontFaceDescriptors.idl',
|
| 'css/MediaQueryListEventInit.idl',
|
| @@ -3593,8 +3593,8 @@
|
| 'page/EventSourceInit.idl',
|
| ],
|
| 'generated_core_dictionary_files': [
|
| - '<(blink_core_output_dir)/animation/AnimationTimingProperties.cpp',
|
| - '<(blink_core_output_dir)/animation/AnimationTimingProperties.h',
|
| + '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
|
| + '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
|
| '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
|
| '<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
|
| '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
|
| @@ -3741,10 +3741,10 @@
|
| 'core_unittest_files': [
|
| 'animation/AnimationClockTest.cpp',
|
| 'animation/AnimationInputHelpersTest.cpp',
|
| - 'animation/AnimationNodeTest.cpp',
|
| - 'animation/AnimationPlayerTest.cpp',
|
| - 'animation/AnimationStackTest.cpp',
|
| + 'animation/AnimationEffectTest.cpp',
|
| 'animation/AnimationTest.cpp',
|
| + 'animation/AnimationStackTest.cpp',
|
| + 'animation/KeyframeEffectTest.cpp',
|
| 'animation/AnimationTestHelper.cpp',
|
| 'animation/AnimationTestHelper.h',
|
| 'animation/AnimationTimelineTest.cpp',
|
|
|