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

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

Issue 1413463008: Web Animations: Migrate SVG path 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 321481ed32935ca7f7e2c63144096bfc775f09e5..ffabb06616ddfdcee2cbba930a8f14a06884db70 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/SVGPathInterpolationType.cpp',
+ 'animation/SVGPathInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
'animation/SVGStrokeDasharrayStyleInterpolation.h',
'animation/SVGValueInterpolationType.cpp',
@@ -926,8 +928,6 @@
'animation/SampledEffect.h',
'animation/ListSVGInterpolation.h',
'animation/ListStyleInterpolation.h',
- 'animation/PathSVGInterpolation.cpp',
- 'animation/PathSVGInterpolation.h',
'animation/PointSVGInterpolation.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',

Powered by Google App Engine
This is Rietveld 408576698