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

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

Issue 1866333002: Support additive animations on CSS property transform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes Created 4 years, 8 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 3121507d2f3d06d3c4a59a56d431bff991c557c5..0a12fa96d48113fef58a7532f31276779e65f333 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -920,6 +920,8 @@
'animation/CSSTextIndentInterpolationType.cpp',
'animation/CSSTextIndentInterpolationType.h',
'animation/CSSTransformOriginInterpolationType.h',
+ 'animation/CSSTransformInterpolationType.cpp',
+ 'animation/CSSTransformInterpolationType.h',
'animation/CSSTranslateInterpolationType.cpp',
'animation/CSSTranslateInterpolationType.h',
'animation/CSSValueInterpolationType.cpp',
@@ -972,6 +974,7 @@
'animation/LengthListPropertyFunctions.h',
'animation/LengthPropertyFunctions.cpp',
'animation/LengthPropertyFunctions.h',
+ 'animation/LengthUnitsChecker.h',
'animation/ListInterpolationFunctions.cpp',
'animation/ListInterpolationFunctions.h',
'animation/NonInterpolableValue.h',

Powered by Google App Engine
This is Rietveld 408576698