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

Unified Diff: cc/BUILD.gn

Issue 1904653002: CC Animation: Merge LayerAnimationController into ElementAnimations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor AnimationHost::RegisterPlayerForLayer. Created 4 years, 8 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
« no previous file with comments | « no previous file | cc/animation/animation.cc » ('j') | cc/animation/element_animations.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2afc6623f74c3e8534cdbcde758ce52fcb707593..23fa9ff4c26eb038c6e22e5b475e755363d484e5 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -26,10 +26,6 @@ component("cc") {
"animation/element_animations.h",
"animation/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
- "animation/layer_animation_controller.cc",
- "animation/layer_animation_controller.h",
- "animation/layer_animation_value_observer.h",
- "animation/layer_animation_value_provider.h",
"animation/scroll_offset_animation_curve.cc",
"animation/scroll_offset_animation_curve.h",
"animation/target_property.cc",
@@ -764,7 +760,6 @@ test("cc_unittests") {
"animation/animation_unittest.cc",
"animation/element_animations_unittest.cc",
"animation/keyframed_animation_curve_unittest.cc",
- "animation/layer_animation_controller_unittest.cc",
"animation/scroll_offset_animation_curve_unittest.cc",
"animation/transform_operations_unittest.cc",
"base/contiguous_container_unittest.cc",
« no previous file with comments | « no previous file | cc/animation/animation.cc » ('j') | cc/animation/element_animations.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698