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

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

Issue 2522823002: Blink Animation: Rename AnimationStack to EffectStack. (Closed)
Patch Set: Rename getter and data (and locals) Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationStack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698