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

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

Issue 2692273010: Support animating <angle> custom properties (Closed)
Patch Set: norebaseline Created 3 years, 10 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 d37569aff29ecfbdd43a93a57547df86ee454a0b..ce6b56c4dae40f8fba88c0bec44bd6aa336607c8 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -25,6 +25,8 @@ blink_core_sources("animation") {
"BasicShapeInterpolationFunctions.cpp",
"BasicShapeInterpolationFunctions.h",
"BorderImageLengthBoxPropertyFunctions.h",
+ "CSSAngleInterpolationType.cpp",
+ "CSSAngleInterpolationType.h",
"CSSBasicShapeInterpolationType.cpp",
"CSSBasicShapeInterpolationType.h",
"CSSBorderImageLengthBoxInterpolationType.cpp",

Powered by Google App Engine
This is Rietveld 408576698