| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index bdfa3bb8b1478f39dcabdb37c3e8bc7852a5ae0d..57276d24d0d6f30bad0b0ca88331ce890300f212 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -5,6 +5,7 @@
|
| 'animation/Animation.idl',
|
| 'animation/Player.idl',
|
| 'animation/TimedItem.idl',
|
| + 'animation/TimedItemTiming.idl',
|
| 'animation/Timeline.idl',
|
| 'clipboard/Clipboard.idl',
|
| 'clipboard/DataTransferItem.idl',
|
| @@ -602,6 +603,8 @@
|
| 'animation/TimedItem.cpp',
|
| 'animation/TimedItem.h',
|
| 'animation/TimedItemCalculations.h',
|
| + 'animation/TimedItemTiming.cpp',
|
| + 'animation/TimedItemTiming.h',
|
| 'animation/Timing.h',
|
| 'animation/css/CSSAnimatableValueFactory.cpp',
|
| 'animation/css/CSSAnimatableValueFactory.h',
|
|
|