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

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

Issue 2280553002: Allow interpolation of background-size values with keywords in CSS Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Semicolon Created 4 years, 4 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 b1d8bdeb925838089384c8dc7cdf7d1c6fe4b7ae..2f8871df638008780d2d2e6a35b6e86c7ca95b3f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -954,6 +954,7 @@
'animation/CSSScaleInterpolationType.h',
'animation/CSSShadowListInterpolationType.cpp',
'animation/CSSShadowListInterpolationType.h',
+ 'animation/CSSSizeListInterpolationType.cpp',
'animation/CSSSizeListInterpolationType.h',
'animation/CSSTextIndentInterpolationType.cpp',
'animation/CSSTextIndentInterpolationType.h',
@@ -1031,6 +1032,10 @@
'animation/PropertyHandle.h',
'animation/PropertyInterpolationTypesMapping.cpp',
'animation/PropertyInterpolationTypesMapping.h',
+ 'animation/SizeListPropertyFunctions.cpp',
+ 'animation/SizeListPropertyFunctions.h',
+ 'animation/SizeInterpolationFunctions.cpp',
+ 'animation/SizeInterpolationFunctions.h',
'animation/SVGAngleInterpolationType.cpp',
'animation/SVGAngleInterpolationType.h',
'animation/SVGIntegerInterpolationType.cpp',

Powered by Google App Engine
This is Rietveld 408576698