| 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 bc62deea650ba8a16194cebc246b2dd4d0af6579..29f96944623aa6c495f2eee8b5844f0fc3b71719 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -230,6 +230,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",
|
|
|