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

Unified Diff: Source/core/core.gypi

Issue 1215563002: Implement left property animation on InvalidatableStyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 6 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 91a14a735cb8f5dd87a2cff45e9c31df00c572a8..62347505df60be03623cae73385f96eec6981e87 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -926,8 +926,12 @@
'animation/LegacyStyleInterpolation.h',
'animation/LengthBoxStyleInterpolation.cpp',
'animation/LengthBoxStyleInterpolation.h',
+ 'animation/LengthInterpolationType.cpp',
+ 'animation/LengthInterpolationType.h',
'animation/LengthPairStyleInterpolation.cpp',
'animation/LengthPairStyleInterpolation.h',
+ 'animation/LengthPropertyFunctions.cpp',
+ 'animation/LengthPropertyFunctions.h',
'animation/LengthSVGInterpolation.cpp',
'animation/LengthSVGInterpolation.h',
'animation/LengthStyleInterpolation.cpp',

Powered by Google App Engine
This is Rietveld 408576698