Index: ui/gfx/compositor/compositor.gyp |
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp |
index 682ca6f53e891fb8bcee3ee808d9243042ede6c4..ec22b84cfd11c4e6bd821f5b9d029bbb70d4eeeb 100644 |
--- a/ui/gfx/compositor/compositor.gyp |
+++ b/ui/gfx/compositor/compositor.gyp |
@@ -45,13 +45,12 @@ |
'compositor_observer.h', |
'compositor_stub.cc', |
'compositor_win.cc', |
- 'dummy_layer_animation_delegate.cc', |
- 'dummy_layer_animation_delegate.h', |
'layer.cc', |
'layer.h', |
'layer_animation_delegate.h', |
'layer_animation_element.cc', |
'layer_animation_element.h', |
+ 'layer_animation_observer.h', |
'layer_animation_sequence.cc', |
'layer_animation_sequence.h', |
'layer_animator.cc', |
@@ -146,6 +145,10 @@ |
'test_compositor_host.h', |
'test_compositor_host_linux.cc', |
'test_compositor_host_win.cc', |
+ 'test_layer_animation_delegate.cc', |
+ 'test_layer_animation_delegate.h', |
+ 'test_layer_animation_observer.cc', |
+ 'test_layer_animation_observer.h', |
'test_suite.cc', |
'test_suite.h', |
'test_utils.cc', |
@@ -188,7 +191,7 @@ |
'test_compositor.h', |
'test_texture.cc', |
'test_texture.h', |
- ], |
+ ], |
}], |
], |
}, |