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

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

Issue 1535523002: Web Animations: Add SVGLengthListInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 c1fb99217a144290c4bd9838318c3d9097449616..7c5ff6c316fc70f1d35c7a6315d522961aaba807 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -894,8 +894,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',
@@ -922,6 +920,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',
@@ -940,7 +940,6 @@
'animation/SVGValueInterpolationType.h',
'animation/SampledEffect.cpp',
'animation/SampledEffect.h',
- 'animation/ListSVGInterpolation.h',
'animation/ListStyleInterpolation.h',
'animation/PathSVGInterpolation.cpp',
'animation/PathSVGInterpolation.h',

Powered by Google App Engine
This is Rietveld 408576698