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

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

Issue 1418003008: Web Animations: Add SVGPointListInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_fixSVGNeutral
Patch Set: Rebase 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 545ad363b7cabf1cd68ff1c8e93aed5f7433cc20..17f2fbd1a9838f1d8376db0938cf9f3d9e72440d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -918,6 +918,8 @@
'animation/SVGInterpolationType.h',
'animation/SVGNumberInterpolationType.cpp',
'animation/SVGNumberInterpolationType.h',
+ 'animation/SVGPointListInterpolationType.cpp',
+ 'animation/SVGPointListInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
'animation/SVGStrokeDasharrayStyleInterpolation.h',
'animation/SVGValueInterpolationType.cpp',
@@ -928,7 +930,6 @@
'animation/ListStyleInterpolation.h',
'animation/PathSVGInterpolation.cpp',
'animation/PathSVGInterpolation.h',
- 'animation/PointSVGInterpolation.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',
'animation/StringKeyframe.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPointList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698