Index: ui/compositor/compositor.gyp |
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp |
index c6890f9e029f10e5952705890eebb6679a642d86..ebb71a8021bd0d4db1011ac0eb0ec234e9ed98a5 100644 |
--- a/ui/compositor/compositor.gyp |
+++ b/ui/compositor/compositor.gyp |
@@ -25,6 +25,8 @@ |
'COMPOSITOR_IMPLEMENTATION', |
], |
'sources': [ |
+ 'callback_layer_animation_observer.cc', |
+ 'callback_layer_animation_observer.h', |
'canvas_painter.cc', |
'canvas_painter.h', |
'clip_transform_recorder.cc', |
@@ -120,6 +122,8 @@ |
'test/in_process_context_factory.h', |
'test/in_process_context_provider.cc', |
'test/in_process_context_provider.h', |
+ 'test/layer_animation_observer_test_api.cc', |
+ 'test/layer_animation_observer_test_api.h', |
'test/layer_animator_test_controller.cc', |
'test/layer_animator_test_controller.h', |
'test/test_compositor_host.h', |
@@ -167,6 +171,7 @@ |
'compositor_test_support', |
], |
'sources': [ |
+ 'callback_layer_animation_observer_unittest.cc', |
'compositor_unittest.cc', |
'layer_animation_element_unittest.cc', |
'layer_animation_sequence_unittest.cc', |