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

Unified Diff: third_party/WebKit/Source/core/animation/BUILD.gn

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: Remove DCHECK Created 4 years, 3 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/animation/BUILD.gn
diff --git a/third_party/WebKit/Source/core/animation/BUILD.gn b/third_party/WebKit/Source/core/animation/BUILD.gn
index 9ab2e0d24aa69a5c6c7524bc5efacd749bbf071c..17617e5babbeeb840b524873f28e175dc6c7be6b 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -69,6 +69,7 @@ blink_core_sources("animation") {
"CSSScaleInterpolationType.h",
"CSSShadowListInterpolationType.cpp",
"CSSShadowListInterpolationType.h",
+ "CSSSizeListInterpolationType.cpp",
"CSSSizeListInterpolationType.h",
"CSSTextIndentInterpolationType.cpp",
"CSSTextIndentInterpolationType.h",
@@ -183,6 +184,10 @@ blink_core_sources("animation") {
"SampledEffect.h",
"ShadowInterpolationFunctions.cpp",
"ShadowInterpolationFunctions.h",
+ "SizeInterpolationFunctions.cpp",
+ "SizeInterpolationFunctions.h",
+ "SizeListPropertyFunctions.cpp",
+ "SizeListPropertyFunctions.h",
"StringKeyframe.cpp",
"StringKeyframe.h",
"StyleInterpolation.h",

Powered by Google App Engine
This is Rietveld 408576698