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

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

Issue 1592593002: Web Animations: Animate d presentation attribute using InterpolableValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 976922e76c69e7d674ad1d819a414b1fffe0bdf8..437783f21aa278360279176305c10792f9007e1a 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -854,6 +854,8 @@
'animation/CSSNumberInterpolationType.h',
'animation/CSSPaintInterpolationType.cpp',
'animation/CSSPaintInterpolationType.h',
+ 'animation/CSSPathInterpolationType.cpp',
+ 'animation/CSSPathInterpolationType.h',
'animation/CSSShadowListInterpolationType.cpp',
'animation/CSSShadowListInterpolationType.h',
'animation/CSSValueInterpolationType.cpp',
@@ -923,6 +925,8 @@
'animation/NumberSVGInterpolation.h',
'animation/PaintPropertyFunctions.cpp',
'animation/PaintPropertyFunctions.h',
+ 'animation/PathInterpolation.cpp',
+ 'animation/PathInterpolation.h',
'animation/PrimitiveInterpolation.h',
'animation/PropertyHandle.cpp',
'animation/PropertyHandle.h',

Powered by Google App Engine
This is Rietveld 408576698