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

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

Issue 2720653002: CSS Motion Path: Implement animation for the offset-path property
Patch Set: move 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 bccd78f8857a3d7a9f444d05ab079217b9fa0fb8..e6d935c071a85bdc0e065a0216e622d74afa662f 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -157,6 +157,8 @@ blink_core_sources("animation") {
"PairwiseInterpolationValue.h",
"PathInterpolationFunctions.cpp",
"PathInterpolationFunctions.h",
+ "PathPropertyFunctions.cpp",
+ "PathPropertyFunctions.h",
"PrimitiveInterpolation.h",
"PropertyHandle.cpp",
"PropertyHandle.h",

Powered by Google App Engine
This is Rietveld 408576698