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

Unified Diff: Source/core/core.gypi

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update copyrights Created 7 years, 1 month 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 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',

Powered by Google App Engine
This is Rietveld 408576698