| Index: ui/gfx/compositor/compositor.gyp
|
| diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
|
| index d5e38b717cc5be34cd43db7c999aee139040bcc7..5d60080a03e27ae35ea0c46b745c1407536234c5 100644
|
| --- a/ui/gfx/compositor/compositor.gyp
|
| +++ b/ui/gfx/compositor/compositor.gyp
|
| @@ -44,9 +44,15 @@
|
| 'compositor_win.cc',
|
| 'layer.cc',
|
| 'layer.h',
|
| + 'layer_animation_delegate.h',
|
| + 'layer_animation_element.cc',
|
| + 'layer_animation_element.h',
|
| + 'layer_animation_preemption_strategy.cc',
|
| + 'layer_animation_preemption_strategy.h',
|
| + 'layer_animation_sequence.cc',
|
| + 'layer_animation_sequence.h',
|
| 'layer_animator.cc',
|
| 'layer_animator.h',
|
| - 'layer_animator_delegate.h',
|
| ],
|
| 'conditions': [
|
| ['os_posix == 1 and OS != "mac"', {
|
|
|