Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: Source/core/core.gypi

Issue 18053005: Introduce SVGGraphicsElement IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698