| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 95994522b0becdb8baae7e1b0b3e070d375caa16..aaf26b73c42176bdb6365f019b29590f790cb7b5 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2847,7 +2847,6 @@
|
| 'svg/SVGAnimateColorElement.cpp',
|
| 'svg/SVGAnimateColorElement.h',
|
| 'svg/SVGAnimatedAngle.cpp',
|
| - 'svg/SVGAnimatedBoolean.cpp',
|
| 'svg/SVGAnimatedColor.cpp',
|
| 'svg/SVGAnimatedEnumeration.cpp',
|
| 'svg/SVGAnimatedInteger.cpp',
|
| @@ -2874,6 +2873,8 @@
|
| 'svg/SVGAnimateTransformElement.h',
|
| 'svg/SVGAnimationElement.cpp',
|
| 'svg/SVGAnimationElement.h',
|
| + 'svg/SVGBoolean.cpp',
|
| + 'svg/SVGBoolean.h',
|
| 'svg/SVGCircleElement.cpp',
|
| 'svg/SVGCircleElement.h',
|
| 'svg/SVGClipPathElement.cpp',
|
|
|