Index: ui/compositor/compositor.gyp |
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp |
index 440b123d4ab5fb48dc502f319a5249acd47a8c54..681a0947c0e7e8bfcda155df3a86fd937e96b04e 100644 |
--- a/ui/compositor/compositor.gyp |
+++ b/ui/compositor/compositor.gyp |
@@ -34,8 +34,6 @@ |
'compositor_observer.h', |
'compositor_switches.cc', |
'compositor_switches.h', |
- 'compositor_vsync_manager.cc', |
- 'compositor_vsync_manager.h', |
'debug_utils.cc', |
'debug_utils.h', |
'dip_util.cc', |
@@ -100,6 +98,8 @@ |
'compositor', |
], |
'sources': [ |
+ 'test/compositor_test_api.cc', |
+ 'test/compositor_test_api.h', |
'test/context_factories_for_test.cc', |
'test/context_factories_for_test.h', |
'test/draw_waiter_for_test.cc', |
@@ -154,6 +154,7 @@ |
'compositor_test_support', |
], |
'sources': [ |
+ 'compositor_unittest.cc', |
'layer_animation_element_unittest.cc', |
'layer_animation_sequence_unittest.cc', |
'layer_animator_unittest.cc', |