| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index b09832e5969955b1d262f69ea7439f296ca930ae..055e81ca5231e351b2e53936b347da79673ef965 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -398,6 +398,7 @@
|
| 'svg/SVGGElement.idl',
|
| 'svg/SVGGlyphElement.idl',
|
| 'svg/SVGGlyphRefElement.idl',
|
| + 'svg/SVGGeometryElement.idl',
|
| 'svg/SVGGradientElement.idl',
|
| 'svg/SVGGraphicsElement.idl',
|
| 'svg/SVGHKernElement.idl',
|
| @@ -3239,6 +3240,8 @@
|
| 'svg/SVGGlyphRefElement.cpp',
|
| 'svg/SVGGlyphRefElement.h',
|
| 'svg/SVGGlyphMap.h',
|
| + 'svg/SVGGeometryElement.cpp',
|
| + 'svg/SVGGeometryElement.h',
|
| 'svg/SVGGradientElement.cpp',
|
| 'svg/SVGGradientElement.h',
|
| 'svg/SVGGraphicsElement.cpp',
|
|
|