| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 4c3b5406a5919aab815779036a8ecc81e429d50f..2b71e90f345e7cdf508c08344294f81a4397f2cc 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -10,6 +10,8 @@
|
| 'animation_curve.cc',
|
| 'animation_curve.h',
|
| 'animation_events.h',
|
| + 'animation_registrar.cc',
|
| + 'animation_registrar.h',
|
| 'append_quads_data.h',
|
| 'bitmap_content_layer_updater.cc',
|
| 'bitmap_content_layer_updater.h',
|
| @@ -92,7 +94,8 @@
|
| 'layer.h',
|
| 'layer_animation_controller.cc',
|
| 'layer_animation_controller.h',
|
| - 'layer_animation_observer.h',
|
| + 'layer_animation_event_observer.h',
|
| + 'layer_animation_value_observer.h',
|
| 'layer_impl.cc',
|
| 'layer_impl.h',
|
| 'layer_iterator.cc',
|
|
|