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

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: Minor optimization: Don't init value observations if same host. 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') | no next file with comments »
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 615c858c8e8cb2ed9b556e59961f1f312bc5df4a..ebc24d4e3afab10d1ff65ac7baa6917e91851de0 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698