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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Add more DCHECKs Created 3 years, 3 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 fd6d5279d0c1df62ae225c6a62556dddd2ff393e..1e8ba29dc82a1f00e28424eee1af91f4f8dc27c5 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -232,6 +232,9 @@ blink_core_sources("animation") {
"UnderlyingLengthChecker.h",
"UnderlyingValueOwner.cpp",
"UnderlyingValueOwner.h",
+ "WorkletAnimationBase.h",
+ "WorkletAnimationController.cpp",
+ "WorkletAnimationController.h",
"animatable/AnimatableDouble.cpp",
"animatable/AnimatableDouble.h",
"animatable/AnimatableFilterOperations.cpp",

Powered by Google App Engine
This is Rietveld 408576698