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

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

Issue 2873493002: Basic ScrollTimeline implementation for Animation Worklet (Closed)
Patch Set: address reviewer nits Created 3 years, 5 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 a5cba134a0a55c4dbe2bd9d299c87034a52d7adc..930949e62b3313aac39248d156cde40eaa629867 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -205,6 +205,8 @@ blink_core_sources("animation") {
"SVGValueInterpolationType.h",
"SampledEffect.cpp",
"SampledEffect.h",
+ "ScrollTimeline.cpp",
+ "ScrollTimeline.h",
"ShadowInterpolationFunctions.cpp",
"ShadowInterpolationFunctions.h",
"ShadowListPropertyFunctions.h",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/animation/ScrollTimeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698