| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 7887aca95ba1021b0ea8af92f2034329842d2fa2..2d5434fc4a4a6865ad6050637ad2c76dd4a8fc71 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -73,8 +73,10 @@
|
| 'test/fake_proxy.cc',
|
| 'test/fake_proxy.h',
|
| 'test/fake_tile_manager_client.h',
|
| - 'test/fake_web_compositor_output_surface.h',
|
| - 'test/fake_web_compositor_software_output_device.h',
|
| + 'test/fake_output_surface.cc',
|
| + 'test/fake_output_surface.h',
|
| + 'test/fake_software_output_device.cc',
|
| + 'test/fake_software_output_device.h',
|
| 'test/fake_web_graphics_context_3d.h',
|
| 'test/fake_web_scrollbar_theme_geometry.h',
|
| 'test/geometry_test_utils.cc',
|
|
|