| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index c5a0124c0922f01d033a2801d0426b3eb84031c9..28820b54707ec06e4329a88a70a5e8741fb48eb1 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -83,8 +83,6 @@
|
| 'playback/display_item_list_unittest.cc',
|
| 'playback/display_list_raster_source_unittest.cc',
|
| 'playback/display_list_recording_source_unittest.cc',
|
| - 'playback/picture_pile_impl_unittest.cc',
|
| - 'playback/picture_pile_unittest.cc',
|
| 'playback/picture_unittest.cc',
|
| 'playback/recording_source_unittest.cc',
|
| 'quads/draw_polygon_unittest.cc',
|
| @@ -167,6 +165,8 @@
|
| 'test/fake_delegated_renderer_layer.h',
|
| 'test/fake_delegated_renderer_layer_impl.cc',
|
| 'test/fake_delegated_renderer_layer_impl.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',
|
| @@ -192,10 +192,6 @@
|
| 'test/fake_picture_layer_impl.h',
|
| 'test/fake_picture_layer_tiling_client.cc',
|
| 'test/fake_picture_layer_tiling_client.h',
|
| - 'test/fake_picture_pile.cc',
|
| - 'test/fake_picture_pile.h',
|
| - 'test/fake_picture_pile_impl.cc',
|
| - 'test/fake_picture_pile_impl.h',
|
| 'test/fake_proxy.cc',
|
| 'test/fake_proxy.h',
|
| 'test/fake_renderer_client.cc',
|
| @@ -355,7 +351,6 @@
|
| # Note: sources list duplicated in GN build.
|
| 'layers/layer_perftest.cc',
|
| 'layers/picture_layer_impl_perftest.cc',
|
| - 'playback/picture_pile_impl_perftest.cc',
|
| 'quads/draw_quad_perftest.cc',
|
| 'raster/task_graph_runner_perftest.cc',
|
| 'raster/texture_compressor_perftest.cc',
|
|
|