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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1587533002: Add composition support for SVG Web Animation of x, y, dx, dy attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes Created 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index aece00baadad45487600c2a5136657864d633290..67ee4355a154c86b03bc5d901800dc86ceabe1b8 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -909,8 +909,6 @@
'animation/LengthPairStyleInterpolation.h',
'animation/LengthPropertyFunctions.cpp',
'animation/LengthPropertyFunctions.h',
- 'animation/LengthSVGInterpolation.cpp',
- 'animation/LengthSVGInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
'animation/ListInterpolationFunctions.cpp',
@@ -937,6 +935,8 @@
'animation/SVGInterpolationType.h',
'animation/SVGLengthInterpolationType.cpp',
'animation/SVGLengthInterpolationType.h',
+ 'animation/SVGLengthListInterpolationType.cpp',
+ 'animation/SVGLengthListInterpolationType.h',
'animation/SVGNumberInterpolationType.cpp',
'animation/SVGNumberInterpolationType.h',
'animation/SVGNumberListInterpolationType.cpp',
@@ -957,7 +957,6 @@
'animation/SVGValueInterpolationType.h',
'animation/SampledEffect.cpp',
'animation/SampledEffect.h',
- 'animation/ListSVGInterpolation.h',
'animation/ListStyleInterpolation.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGLengthList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698