| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index de36ebd5fbd62310f96973c507b64078a59c0e50..59f2fd57a04d4d97a4918c7afa3d808f2172d1a1 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -6,6 +6,9 @@
|
| 'variables': {
|
| 'chromium_code': 1,
|
| 'cc_unit_tests_source_files': [
|
| + 'animation/animation_host_unittest.cc',
|
| + 'animation/animation_player_unittest.cc',
|
| + 'animation/animation_timeline_unittest.cc',
|
| 'animation/animation_unittest.cc',
|
| 'animation/keyframed_animation_curve_unittest.cc',
|
| 'animation/layer_animation_controller_unittest.cc',
|
| @@ -117,6 +120,7 @@
|
| 'trees/layer_tree_host_pixeltest_synchronous.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',
|
|
|