Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: cc/cc_tests.gyp

Issue 1362663002: cc: Remove PicturePile and PicturePileImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698