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