| Index: ui/compositor/compositor.gyp
|
| diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
|
| index f29a2ec4ec51600117256815053ac61e5db501c7..bd7e809f2c40fa42cb1d9f472e49a5bf1d7d4aef 100644
|
| --- a/ui/compositor/compositor.gyp
|
| +++ b/ui/compositor/compositor.gyp
|
| @@ -45,6 +45,7 @@
|
| 'layer_animation_observer.h',
|
| 'layer_animation_sequence.cc',
|
| 'layer_animation_sequence.h',
|
| + 'layer_animation_timer.h',
|
| 'layer_animator.cc',
|
| 'layer_animator.h',
|
| 'layer_delegate.h',
|
| @@ -121,6 +122,8 @@
|
| 'test/test_layer_animation_delegate.h',
|
| 'test/test_layer_animation_observer.cc',
|
| 'test/test_layer_animation_observer.h',
|
| + 'test/test_layer_animation_timer.cc',
|
| + 'test/test_layer_animation_timer.h',
|
| 'test/test_suite.cc',
|
| 'test/test_suite.h',
|
| 'test/test_utils.cc',
|
|
|