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

Side by Side Diff: cc/cc_tests.gyp

Issue 1010663002: CC Animations: Redirect all compositor animation requests to AnimationHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@introduce
Patch Set: Rebase and fix conflicts (HasPotentiallyRunningTransformAnimation) Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « cc/animation/animation_host.cc ('k') | cc/layers/layer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'trees/damage_tracker_unittest.cc', 114 'trees/damage_tracker_unittest.cc',
115 'trees/layer_tree_host_common_unittest.cc', 115 'trees/layer_tree_host_common_unittest.cc',
116 'trees/layer_tree_host_impl_unittest.cc', 116 'trees/layer_tree_host_impl_unittest.cc',
117 'trees/layer_tree_host_pixeltest_blending.cc', 117 'trees/layer_tree_host_pixeltest_blending.cc',
118 'trees/layer_tree_host_pixeltest_filters.cc', 118 'trees/layer_tree_host_pixeltest_filters.cc',
119 'trees/layer_tree_host_pixeltest_masks.cc', 119 'trees/layer_tree_host_pixeltest_masks.cc',
120 'trees/layer_tree_host_pixeltest_readback.cc', 120 'trees/layer_tree_host_pixeltest_readback.cc',
121 'trees/layer_tree_host_pixeltest_synchronous.cc', 121 'trees/layer_tree_host_pixeltest_synchronous.cc',
122 'trees/layer_tree_host_unittest.cc', 122 'trees/layer_tree_host_unittest.cc',
123 'trees/layer_tree_host_unittest_animation.cc', 123 'trees/layer_tree_host_unittest_animation.cc',
124 'trees/layer_tree_host_unittest_animation_timelines.cc',
124 'trees/layer_tree_host_unittest_context.cc', 125 'trees/layer_tree_host_unittest_context.cc',
125 'trees/layer_tree_host_unittest_copyrequest.cc', 126 'trees/layer_tree_host_unittest_copyrequest.cc',
126 'trees/layer_tree_host_unittest_damage.cc', 127 'trees/layer_tree_host_unittest_damage.cc',
127 'trees/layer_tree_host_unittest_delegated.cc', 128 'trees/layer_tree_host_unittest_delegated.cc',
128 'trees/layer_tree_host_unittest_no_message_loop.cc', 129 'trees/layer_tree_host_unittest_no_message_loop.cc',
129 'trees/layer_tree_host_unittest_occlusion.cc', 130 'trees/layer_tree_host_unittest_occlusion.cc',
130 'trees/layer_tree_host_unittest_picture.cc', 131 'trees/layer_tree_host_unittest_picture.cc',
131 'trees/layer_tree_host_unittest_proxy.cc', 132 'trees/layer_tree_host_unittest_proxy.cc',
132 'trees/layer_tree_host_unittest_scroll.cc', 133 'trees/layer_tree_host_unittest_scroll.cc',
133 'trees/layer_tree_host_unittest_video.cc', 134 'trees/layer_tree_host_unittest_video.cc',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 482 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
482 ], 483 ],
483 } 484 }
484 ], 485 ],
485 ], 486 ],
486 }, 487 },
487 ], 488 ],
488 }], 489 }],
489 ], 490 ],
490 } 491 }
OLDNEW
« no previous file with comments | « cc/animation/animation_host.cc ('k') | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698