| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 6c5f894486774c0b75cee8547d0619eb1b17092e..f54d0aeb6849f729aa25bf562ae41ae536f65fcf 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -532,6 +532,7 @@
|
| 'accessibility/AXTableHeaderContainer.h',
|
| 'accessibility/AXTableRow.cpp',
|
| 'accessibility/AXTableRow.h',
|
| + 'animation/ActiveAnimations.cpp',
|
| 'animation/ActiveAnimations.h',
|
| 'animation/AnimatableClipPathOperation.cpp',
|
| 'animation/AnimatableClipPathOperation.h',
|
| @@ -598,6 +599,8 @@
|
| 'animation/css/CSSAnimatableValueFactory.h',
|
| 'animation/css/CSSAnimations.cpp',
|
| 'animation/css/CSSAnimations.h',
|
| + 'animation/css/CSSPendingAnimations.cpp',
|
| + 'animation/css/CSSPendingAnimations.h',
|
| 'animation/css/TransitionTimeline.cpp',
|
| 'animation/css/TransitionTimeline.h',
|
| 'css/BasicShapeFunctions.cpp',
|
|
|