| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 8cbc51dcb2ec8e7e6fd498b690d143b84272e74f..10862d1b84583f87071f0d6a0aaa0ffc5bec6c95 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -85,8 +85,8 @@
|
| 'output/texture_mailbox_deleter_unittest.cc',
|
| 'playback/discardable_image_map_unittest.cc',
|
| 'playback/display_item_list_unittest.cc',
|
| - 'playback/display_list_raster_source_unittest.cc',
|
| 'playback/display_list_recording_source_unittest.cc',
|
| + 'playback/raster_source_unittest.cc',
|
| 'proto/base_conversions_unittest.cc',
|
| 'proto/cc_conversions_unittest.cc',
|
| 'proto/gfx_conversions_unittest.cc',
|
| @@ -183,8 +183,6 @@
|
| 'test/fake_channel_impl.h',
|
| 'test/fake_content_layer_client.cc',
|
| 'test/fake_content_layer_client.h',
|
| - 'test/fake_display_list_raster_source.cc',
|
| - 'test/fake_display_list_raster_source.h',
|
| 'test/fake_display_list_recording_source.cc',
|
| 'test/fake_display_list_recording_source.h',
|
| 'test/fake_external_begin_frame_source.cc',
|
| @@ -216,6 +214,8 @@
|
| 'test/fake_picture_layer_tiling_client.h',
|
| 'test/fake_proxy.cc',
|
| 'test/fake_proxy.h',
|
| + 'test/fake_raster_source.cc',
|
| + 'test/fake_raster_source.h',
|
| 'test/fake_renderer_client.cc',
|
| 'test/fake_renderer_client.h',
|
| 'test/fake_rendering_stats_instrumentation.h',
|
|
|