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

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

Issue 1441853002: Web Animations: Add SVGPathInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgNumberListInterpolationType
Patch Set: Rebased 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
« 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 c1fb99217a144290c4bd9838318c3d9097449616..ce874e395d1c2aed4fa70cb91093c84feea30453 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -928,6 +928,10 @@
'animation/SVGNumberListInterpolationType.h',
'animation/SVGNumberOptionalNumberInterpolationType.cpp',
'animation/SVGNumberOptionalNumberInterpolationType.h',
+ 'animation/SVGPathInterpolationType.cpp',
+ 'animation/SVGPathInterpolationType.h',
+ 'animation/SVGPathSegInterpolationFunctions.cpp',
+ 'animation/SVGPathSegInterpolationFunctions.h',
'animation/SVGPointListInterpolationType.cpp',
'animation/SVGPointListInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
@@ -942,8 +946,6 @@
'animation/SampledEffect.h',
'animation/ListSVGInterpolation.h',
'animation/ListStyleInterpolation.h',
- 'animation/PathSVGInterpolation.cpp',
- 'animation/PathSVGInterpolation.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',
'animation/StringKeyframe.cpp',
« 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