Chromium Code Reviews| Index: cc/cc.gyp |
| diff --git a/cc/cc.gyp b/cc/cc.gyp |
| index 043555e5954e46eeaa6f74342b6a8b23684110e0..b4358912d4285d5b7d6c49e2e87c4dbd2004b01a 100644 |
| --- a/cc/cc.gyp |
| +++ b/cc/cc.gyp |
| @@ -39,10 +39,18 @@ |
| 'animation/animation_delegate.h', |
| 'animation/animation_events.cc', |
| 'animation/animation_events.h', |
| + 'animation/animation_host.cc', |
| + 'animation/animation_host.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/element_animations.cc', |
| + 'animation/element_animations.h', |
| 'animation/keyframed_animation_curve.cc', |
| 'animation/keyframed_animation_curve.h', |
| 'animation/layer_animation_controller.cc', |
| @@ -555,6 +563,7 @@ |
| 'trees/layer_tree_host_single_thread_client.h', |
| 'trees/layer_tree_impl.cc', |
| 'trees/layer_tree_impl.h', |
| + 'trees/layer_tree_mutators_client.h', |
|
ajuma
2015/06/30 15:56:55
mutator_host_client.h?
loyso (OOO)
2015/07/01 02:25:47
Done.
|
| 'trees/layer_tree_settings.cc', |
| 'trees/layer_tree_settings.h', |
| 'trees/occlusion.cc', |