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

Unified Diff: Source/core/core.gypi

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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 e6600ced596f76f1f24cad073a4cc1416d1cc750..77ba4039eb9e1a5e319426c00fd2c241c75ba99f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -329,7 +329,6 @@
'svg/SVGAltGlyphElement.idl',
'svg/SVGAltGlyphItemElement.idl',
'svg/SVGAngle.idl',
- 'svg/SVGAnimateColorElement.idl',
'svg/SVGAnimateElement.idl',
'svg/SVGAnimateMotionElement.idl',
'svg/SVGAnimateTransformElement.idl',
@@ -2843,8 +2842,6 @@
'svg/SVGAltGlyphItemElement.cpp',
'svg/SVGAltGlyphItemElement.h',
'svg/SVGAngle.cpp',
- 'svg/SVGAnimateColorElement.cpp',
- 'svg/SVGAnimateColorElement.h',
'svg/SVGAnimatedAngle.cpp',
'svg/SVGAnimatedColor.cpp',
'svg/SVGAnimatedEnumeration.cpp',

Powered by Google App Engine
This is Rietveld 408576698