Index: cc/cc_tests.gyp |
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
index c5a0124c0922f01d033a2801d0426b3eb84031c9..99336f0e12af23c62733a92434e3ba86f613e31a 100644 |
--- a/cc/cc_tests.gyp |
+++ b/cc/cc_tests.gyp |
@@ -83,10 +83,7 @@ |
'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', |
'quads/draw_quad_unittest.cc', |
'quads/render_pass_unittest.cc', |
@@ -167,6 +164,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 +191,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 +350,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', |