| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index bea58bebfecf66fd5ab8a8e727311e2a9828f14f..3779b6168e8e2a0b510492be07fd9281a49fa182 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -11,6 +11,7 @@
|
| 'animation/AnimationEffectTiming.idl',
|
| 'animation/Animation.idl',
|
| 'animation/AnimationTimeline.idl',
|
| + 'animation/DocumentTimeline.idl',
|
| 'clipboard/DataTransfer.idl',
|
| 'clipboard/DataTransferItemList.idl',
|
| 'css/CSS.idl',
|
| @@ -960,6 +961,7 @@
|
| 'animation/DocumentAnimation.h',
|
| 'animation/DocumentAnimations.cpp',
|
| 'animation/DocumentAnimations.h',
|
| + 'animation/DocumentTimeline.h',
|
| 'animation/EffectInput.cpp',
|
| 'animation/EffectInput.h',
|
| 'animation/ElementAnimation.h',
|
| @@ -3997,6 +3999,7 @@
|
| 'animation/AnimationTestHelper.h',
|
| 'animation/AnimationTimelineTest.cpp',
|
| 'animation/CompositorAnimationsTest.cpp',
|
| + 'animation/DocumentTimelineTest.cpp',
|
| 'animation/EffectInputTest.cpp',
|
| 'animation/InterpolableValueTest.cpp',
|
| 'animation/InterpolationEffectTest.cpp',
|
|
|