summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorloyso <loyso@chromium.org>2015-07-03 06:48:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-03 13:49:29 +0000
commitd71ece8b808e33c65ff26e898bf4868f448b6bfc (patch)
tree486f17a6425fd2c700146eff7e4b8495ba184dff /cc/cc_tests.gyp
parentcf219b7e70abf35d1a323859fd583ba0855ee558 (diff)
downloadchromium_src-d71ece8b808e33c65ff26e898bf4868f448b6bfc.zip
chromium_src-d71ece8b808e33c65ff26e898bf4868f448b6bfc.tar.gz
chromium_src-d71ece8b808e33c65ff26e898bf4868f448b6bfc.tar.bz2
CC Animations: Redirect all compositor animation requests to AnimationHost.
1) Use AnimationHost's AnimationRegistrar instance if new system enabled. 2) Use AnimationPlayer's LayerAnimationController instance if new system enabled. Previous episode: https://codereview.chromium.org/947033002/ Next episode: https://codereview.chromium.org/1009233002/ In general: The compositor should not need to worry about servicing animations. A step towards AnimationHost/AnimationPlayer/AnimationTimeline decoupling. BUG=394777 R=ajuma@chromium.org R=vollick@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1010663002 Cr-Commit-Position: refs/heads/master@{#337309}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 58c7101..b115e3b 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -120,6 +120,7 @@
'trees/layer_tree_host_pixeltest_tiles.cc',
'trees/layer_tree_host_unittest.cc',
'trees/layer_tree_host_unittest_animation.cc',
+ 'trees/layer_tree_host_unittest_animation_timelines.cc',
'trees/layer_tree_host_unittest_context.cc',
'trees/layer_tree_host_unittest_copyrequest.cc',
'trees/layer_tree_host_unittest_damage.cc',