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

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: Make Windows not crash Created 5 years, 5 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 | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 068edaa9d6ca0f8d1c4c33de9581c8d9b9bfdb65..bcf8d0bc5b816e8dceb104949c4d22d691d77c94 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -880,8 +880,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',
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698