| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 40e7cfbae506dbdc48937ca1e5e1ed4293a71d7f..a05a4b9a3118b0b726586bcd916c9069f5e66a0a 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',
|
| @@ -3243,6 +3244,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',
|
|
|