| 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 d37569aff29ecfbdd43a93a57547df86ee454a0b..e58407250f43bf92f98949fc2cf7b4f12ce10f20 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -119,6 +119,7 @@ blink_core_sources("animation") {
|
| "Interpolation.h",
|
| "InterpolationEffect.cpp",
|
| "InterpolationEffect.h",
|
| + "InterpolationEnvironment.h",
|
| "InterpolationType.h",
|
| "InterpolationTypesMap.h",
|
| "InterpolationValue.h",
|
| @@ -202,6 +203,8 @@ blink_core_sources("animation") {
|
| "TimingCalculations.h",
|
| "TimingInput.cpp",
|
| "TimingInput.h",
|
| + "TransitionInterpolation.cpp",
|
| + "TransitionInterpolation.h",
|
| "TypedInterpolationValue.h",
|
| "UnderlyingValueOwner.cpp",
|
| "UnderlyingValueOwner.h",
|
|
|