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

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

Issue 2694103009: Support animating <time> custom properties (Closed)
Patch Set: Undo git fail 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 ce6b56c4dae40f8fba88c0bec44bd6aa336607c8..88e686ac7d64f496c5aa8f0fc1125b0b8a88667c 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -77,6 +77,8 @@ blink_core_sources("animation") {
"CSSSizeListInterpolationType.h",
"CSSTextIndentInterpolationType.cpp",
"CSSTextIndentInterpolationType.h",
+ "CSSTimeInterpolationType.cpp",
+ "CSSTimeInterpolationType.h",
"CSSTransformInterpolationType.cpp",
"CSSTransformInterpolationType.h",
"CSSTransformOriginInterpolationType.h",

Powered by Google App Engine
This is Rietveld 408576698