| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f191157ddc44f136a6c05c999ffbc0ac922422fb..0b3f1605565be99de915f3f20568c449f5ad4116 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -395,6 +395,7 @@
|
| 'svg/SVGGlyphElement.idl',
|
| 'svg/SVGGlyphRefElement.idl',
|
| 'svg/SVGGradientElement.idl',
|
| + 'svg/SVGGraphicsElement.idl',
|
| 'svg/SVGHKernElement.idl',
|
| 'svg/SVGImageElement.idl',
|
| 'svg/SVGLength.idl',
|
| @@ -3414,6 +3415,8 @@
|
| 'svg/SVGGlyphMap.h',
|
| 'svg/SVGGradientElement.cpp',
|
| 'svg/SVGGradientElement.h',
|
| + 'svg/SVGGraphicsElement.cpp',
|
| + 'svg/SVGGraphicsElement.h',
|
| 'svg/SVGHKernElement.cpp',
|
| 'svg/SVGHKernElement.h',
|
| 'svg/SVGImageElement.cpp',
|
| @@ -3519,8 +3522,6 @@
|
| 'svg/SVGStyledElement.h',
|
| 'svg/SVGStyledLocatableElement.cpp',
|
| 'svg/SVGStyledLocatableElement.h',
|
| - 'svg/SVGStyledTransformableElement.cpp',
|
| - 'svg/SVGStyledTransformableElement.h',
|
| 'svg/SVGSwitchElement.cpp',
|
| 'svg/SVGSwitchElement.h',
|
| 'svg/SVGSymbolElement.cpp',
|
|
|