Chromium Code Reviews

Unified Diff: Source/core/core.gypi

Issue 21498002: Introduce a SVGUnknownElement class for unknown SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment for SVGUnknownElement Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/core/dom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 81679fdc667f0c437be04661dcfb9d51590c5111..c707c3660949b5c9b4db7c958cfdd7db8a2f9ac9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3612,6 +3612,8 @@
'svg/SVGURIReference.cpp',
'svg/SVGURIReference.h',
'svg/SVGUnitTypes.h',
+ 'svg/SVGUnknownElement.cpp',
+ 'svg/SVGUnknownElement.h',
'svg/SVGUseElement.cpp',
'svg/SVGUseElement.h',
'svg/SVGVKernElement.cpp',
« no previous file with comments | « no previous file | Source/core/dom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine