| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 40eef5ad51b886330a8758dc9f10d52467d97c2e..a262ee9092a3fd161035ec4e7551aa02077526fc 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',
|
| @@ -849,19 +849,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',
|
| @@ -3550,7 +3550,7 @@
|
| 'svg/properties/SVGPropertyTearOff.cpp',
|
| ],
|
| 'core_dictionary_idl_files': [
|
| - 'animation/AnimationTimingProperties.idl',
|
| + 'animation/KeyframeEffectOptions.idl',
|
| 'animation/ComputedTimingProperties.idl',
|
| 'css/FontFaceDescriptors.idl',
|
| 'css/MediaQueryListEventInit.idl',
|
| @@ -3591,8 +3591,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',
|
| @@ -3739,10 +3739,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',
|
|
|