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

Unified Diff: cc/cc.gyp

Issue 584393003: cc: Use more explicit names for CHROMIUM_image based rasterizer implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/image_copy_raster_worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 0c6656b895498091d68aac94ae27c82b322abf35..e9040c9004d0d5a6c3db6b1d44810f2c5dc6ba71 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -352,12 +352,8 @@
'resources/eviction_tile_priority_queue.h',
'resources/gpu_raster_worker_pool.cc',
'resources/gpu_raster_worker_pool.h',
- 'resources/image_copy_raster_worker_pool.cc',
- 'resources/image_copy_raster_worker_pool.h',
'resources/image_layer_updater.cc',
'resources/image_layer_updater.h',
- 'resources/image_raster_worker_pool.cc',
- 'resources/image_raster_worker_pool.h',
'resources/layer_painter.h',
'resources/layer_quad.cc',
'resources/layer_quad.h',
@@ -369,16 +365,18 @@
'resources/managed_tile_state.h',
'resources/memory_history.cc',
'resources/memory_history.h',
+ 'resources/one_copy_raster_worker_pool.cc',
+ 'resources/one_copy_raster_worker_pool.h',
'resources/picture.cc',
'resources/picture.h',
'resources/picture_layer_tiling.cc',
'resources/picture_layer_tiling.h',
'resources/picture_layer_tiling_set.cc',
'resources/picture_layer_tiling_set.h',
- 'resources/picture_pile_base.cc',
- 'resources/picture_pile_base.h',
'resources/picture_pile.cc',
'resources/picture_pile.h',
+ 'resources/picture_pile_base.cc',
+ 'resources/picture_pile_base.h',
'resources/picture_pile_impl.cc',
'resources/picture_pile_impl.h',
'resources/pixel_buffer_raster_worker_pool.cc',
@@ -392,8 +390,6 @@
'resources/prioritized_tile_set.h',
'resources/priority_calculator.cc',
'resources/priority_calculator.h',
- 'resources/rasterizer.cc',
- 'resources/rasterizer.h',
'resources/raster_buffer.cc',
'resources/raster_buffer.h',
'resources/raster_mode.cc',
@@ -402,19 +398,21 @@
'resources/raster_tile_priority_queue.h',
'resources/raster_worker_pool.cc',
'resources/raster_worker_pool.h',
+ 'resources/rasterizer.cc',
+ 'resources/rasterizer.h',
'resources/release_callback.h',
'resources/resource.cc',
+ 'resources/resource.h',
'resources/resource_format.cc',
'resources/resource_format.h',
- 'resources/resource.h',
'resources/resource_pool.cc',
'resources/resource_pool.h',
'resources/resource_provider.cc',
'resources/resource_provider.h',
'resources/resource_update.cc',
+ 'resources/resource_update.h',
'resources/resource_update_controller.cc',
'resources/resource_update_controller.h',
- 'resources/resource_update.h',
'resources/resource_update_queue.cc',
'resources/resource_update_queue.h',
'resources/returned_resource.h',
@@ -436,9 +434,9 @@
'resources/task_graph_runner.cc',
'resources/task_graph_runner.h',
'resources/texture_mailbox.cc',
+ 'resources/texture_mailbox.h',
'resources/texture_mailbox_deleter.cc',
'resources/texture_mailbox_deleter.h',
- 'resources/texture_mailbox.h',
'resources/texture_uploader.cc',
'resources/texture_uploader.h',
'resources/tile.cc',
@@ -456,6 +454,8 @@
'resources/ui_resource_request.h',
'resources/video_resource_updater.cc',
'resources/video_resource_updater.h',
+ 'resources/zero_copy_raster_worker_pool.cc',
+ 'resources/zero_copy_raster_worker_pool.h',
'scheduler/delay_based_time_source.cc',
'scheduler/delay_based_time_source.h',
'scheduler/draw_result.h',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/image_copy_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698