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

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

Issue 1415513010: Web Animations: Add SVGRectInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgIOIInterpolationType
Patch Set: neutralKeyframe 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0ff2f969a5c68758e190362c30a8368df3bd0efc..a542ad55b7a7453919d995d854d644616723e425 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -905,8 +905,6 @@
'animation/PrimitiveInterpolation.h',
'animation/PropertyHandle.cpp',
'animation/PropertyHandle.h',
- 'animation/RectSVGInterpolation.cpp',
- 'animation/RectSVGInterpolation.h',
'animation/SVGAngleInterpolationType.cpp',
'animation/SVGAngleInterpolationType.h',
'animation/SVGIntegerInterpolationType.cpp',
@@ -924,6 +922,8 @@
'animation/SVGPointListInterpolationType.cpp',
'animation/SVGPointListInterpolationType.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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698