| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 3196bf018184e8a935b1e2138b1ed52d2b3d1210..108e1b0f01bd18be5aeb552b5a03d8d1d2b705e8 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',
|
|
|