| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index ee77754726e18ba631527d6f0c0bb8c6fad1ef52..afbfa7acf589d88ed9286d134ce23262bd5b8e33 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1,6 +1,7 @@
|
| {
|
| 'variables': {
|
| 'core_idl_files': [
|
| + 'animation/AnimatedElement.idl',
|
| 'css/CSS.idl',
|
| 'css/CSSCharsetRule.idl',
|
| 'css/CSSFontFaceLoadEvent.idl',
|
| @@ -573,6 +574,8 @@
|
| 'animation/AnimatableValue.h',
|
| 'animation/AnimatableVisibility.cpp',
|
| 'animation/AnimatableVisibility.h',
|
| + 'animation/AnimatedElement.cpp',
|
| + 'animation/AnimatedElement.h',
|
| 'animation/Animation.cpp',
|
| 'animation/Animation.h',
|
| 'animation/AnimationClock.h',
|
|
|