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

Unified Diff: cc/cc_tests.gyp

Issue 1837263005: cc: Rename DisplayListRasterSource to just RasterSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698