| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index d04b51ca957073d7b9538bf0839eb2cd2af8e2e4..0371cc38c9941957f909b7335b056eab370b0c17 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -41,8 +41,12 @@
|
| 'animation/animation_events.h',
|
| 'animation/animation_id_provider.cc',
|
| 'animation/animation_id_provider.h',
|
| + 'animation/animation_player.cc',
|
| + 'animation/animation_player.h',
|
| 'animation/animation_registrar.cc',
|
| 'animation/animation_registrar.h',
|
| + 'animation/animation_timeline.cc',
|
| + 'animation/animation_timeline.h',
|
| 'animation/keyframed_animation_curve.cc',
|
| 'animation/keyframed_animation_curve.h',
|
| 'animation/layer_animation_controller.cc',
|
| @@ -540,6 +544,7 @@
|
| 'trees/layer_tree_host_impl.h',
|
| 'trees/layer_tree_impl.cc',
|
| 'trees/layer_tree_impl.h',
|
| + 'trees/layer_tree_mutators_client.h',
|
| 'trees/layer_tree_settings.cc',
|
| 'trees/layer_tree_settings.h',
|
| 'trees/occlusion.cc',
|
|
|