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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Rebase Created 3 years, 6 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 59da4312ae4b79d6b41b2356c932e47a2cda0709..c9fc63bf44f1c7f795d1397b2c00f6ad07b82920 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