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

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: remove assert 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
« 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 976922e76c69e7d674ad1d819a414b1fffe0bdf8..281e3984938c8c4ebcac98c7d7418eb13564a54e 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/PathInterpolationFunctions.cpp',
+ 'animation/PathInterpolationFunctions.h',
'animation/PrimitiveInterpolation.h',
'animation/PropertyHandle.cpp',
'animation/PropertyHandle.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