| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 55f4fbf7bef57f3fa736fbb60e96e247cd137881..2cefda7ce18fc9fb688dcdb8696ad830fddd1da0 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -998,7 +998,6 @@ source_set("unit_tests") {
|
| "animation/AnimationClockTest.cpp",
|
| "animation/AnimationEffectReadOnlyTest.cpp",
|
| "animation/AnimationInputHelpersTest.cpp",
|
| - "animation/AnimationStackTest.cpp",
|
| "animation/AnimationTest.cpp",
|
| "animation/AnimationTestHelper.cpp",
|
| "animation/AnimationTestHelper.h",
|
| @@ -1006,6 +1005,7 @@ source_set("unit_tests") {
|
| "animation/CompositorAnimationsTest.cpp",
|
| "animation/DocumentTimelineTest.cpp",
|
| "animation/EffectInputTest.cpp",
|
| + "animation/EffectStackTest.cpp",
|
| "animation/InterpolableValueTest.cpp",
|
| "animation/InterpolationEffectTest.cpp",
|
| "animation/KeyframeEffectModelTest.cpp",
|
|
|