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

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

Issue 2812523002: Support animating <resolution> custom properties (Closed)
Patch Set: Created 3 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/animation/BUILD.gn
diff --git a/third_party/WebKit/Source/core/animation/BUILD.gn b/third_party/WebKit/Source/core/animation/BUILD.gn
index f9add35455671c4a1f26d396a74d35824d5beb7a..2753349b8e329762af1c8dcbd329d6f8edd12f6e 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -68,6 +68,8 @@ blink_core_sources("animation") {
"CSSPositionAxisListInterpolationType.cpp",
"CSSPositionAxisListInterpolationType.h",
"CSSPositionInterpolationType.h",
+ "CSSResolutionInterpolationType.cpp",
+ "CSSResolutionInterpolationType.h",
"CSSRotateInterpolationType.cpp",
"CSSRotateInterpolationType.h",
"CSSScaleInterpolationType.cpp",

Powered by Google App Engine
This is Rietveld 408576698