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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Fix include for new v8 bindings path 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 e849355e2b1fed764334ded69877382d24489218..909325a8063ff052eeebdbe8453b9b48b2634ede 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