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

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

Issue 1431593004: Web Animations: Migrate SVG Rect interpolation to interpolation types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: 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 63a0b8e5b5bac9a10a0be17a0959f9ae80dd3fcf..8fb67264c5f37eea66e190cf076c97d49e057de5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -908,8 +908,6 @@
'animation/PrimitiveInterpolation.h',
'animation/PropertyHandle.cpp',
'animation/PropertyHandle.h',
- 'animation/RectSVGInterpolation.cpp',
- 'animation/RectSVGInterpolation.h',
'animation/SVGAngleInterpolationType.cpp',
'animation/SVGAngleInterpolationType.h',
'animation/SVGInterpolation.cpp',
@@ -919,6 +917,8 @@
'animation/SVGNumberInterpolationType.cpp',
'animation/SVGNumberInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
+ 'animation/SVGRectInterpolationType.cpp',
+ 'animation/SVGRectInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.h',
'animation/SVGValueInterpolationType.cpp',
'animation/SVGValueInterpolationType.h',
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698