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

Unified Diff: cc/cc.gyp

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/caching_bitmap_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('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 f87864d08c0c8fd3066a82cb0dbf8ae28c197f5c..eba90fb41a8207b41bce8f69f2143c69965cb48f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -15,12 +15,12 @@
'animation/animation_registrar.cc',
'animation/animation_registrar.h',
'append_quads_data.h',
- 'bitmap_content_layer_updater.cc',
- 'bitmap_content_layer_updater.h',
- 'bitmap_skpicture_content_layer_updater.cc',
- 'bitmap_skpicture_content_layer_updater.h',
- 'caching_bitmap_content_layer_updater.cc',
- 'caching_bitmap_content_layer_updater.h',
+ 'resources/bitmap_content_layer_updater.cc',
+ 'resources/bitmap_content_layer_updater.h',
+ 'resources/bitmap_skpicture_content_layer_updater.cc',
+ 'resources/bitmap_skpicture_content_layer_updater.h',
+ 'resources/caching_bitmap_content_layer_updater.cc',
+ 'resources/caching_bitmap_content_layer_updater.h',
'quads/checkerboard_draw_quad.cc',
'quads/checkerboard_draw_quad.h',
'base/completion_event.h',
@@ -33,8 +33,8 @@
'content_layer.cc',
'content_layer.h',
'content_layer_client.h',
- 'content_layer_updater.cc',
- 'content_layer_updater.h',
+ 'resources/content_layer_updater.cc',
+ 'resources/content_layer_updater.h',
'contents_scaling_layer.cc',
'contents_scaling_layer.h',
'output/context_provider.h',
@@ -81,8 +81,8 @@
'heads_up_display_layer.h',
'heads_up_display_layer_impl.cc',
'heads_up_display_layer_impl.h',
- 'image_layer_updater.cc',
- 'image_layer_updater.h',
+ 'resources/image_layer_updater.cc',
+ 'resources/image_layer_updater.h',
'image_layer.cc',
'image_layer.h',
'input/input_handler.h',
@@ -105,13 +105,13 @@
'layer_impl.h',
'layer_iterator.cc',
'layer_iterator.h',
- 'layer_painter.h',
- 'layer_quad.cc',
- 'layer_quad.h',
+ 'resources/layer_painter.h',
+ 'resources/layer_quad.cc',
+ 'resources/layer_quad.h',
'trees/layer_sorter.cc',
'trees/layer_sorter.h',
- 'layer_tiling_data.cc',
- 'layer_tiling_data.h',
+ 'resources/layer_tiling_data.cc',
+ 'resources/layer_tiling_data.h',
'debug/layer_tree_debug_state.cc',
'debug/layer_tree_debug_state.h',
'trees/layer_tree_host.cc',
@@ -125,16 +125,16 @@
'trees/layer_tree_impl.h',
'trees/layer_tree_settings.cc',
'trees/layer_tree_settings.h',
- 'layer_updater.cc',
- 'layer_updater.h',
- 'managed_memory_policy.cc',
- 'managed_memory_policy.h',
+ 'resources/layer_updater.cc',
+ 'resources/layer_updater.h',
+ 'resources/managed_memory_policy.cc',
+ 'resources/managed_memory_policy.h',
'managed_tile_state.cc',
'managed_tile_state.h',
'base/math_util.cc',
'base/math_util.h',
- 'memory_history.cc',
- 'memory_history.h',
+ 'resources/memory_history.cc',
+ 'resources/memory_history.h',
'nine_patch_layer.cc',
'nine_patch_layer.h',
'nine_patch_layer_impl.cc',
@@ -150,8 +150,8 @@
'input/page_scale_animation.h',
'debug/paint_time_counter.cc',
'debug/paint_time_counter.h',
- 'picture.cc',
- 'picture.h',
+ 'resources/picture.cc',
+ 'resources/picture.h',
'picture_image_layer.cc',
'picture_image_layer.h',
'picture_image_layer_impl.cc',
@@ -160,29 +160,29 @@
'picture_layer.h',
'picture_layer_impl.cc',
'picture_layer_impl.h',
- 'picture_layer_tiling.cc',
- 'picture_layer_tiling.h',
- 'picture_layer_tiling_set.cc',
- 'picture_layer_tiling_set.h',
- 'picture_pile.cc',
- 'picture_pile.h',
- 'picture_pile_base.cc',
- 'picture_pile_base.h',
- 'picture_pile_impl.cc',
- 'picture_pile_impl.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.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',
'pinch_zoom_scrollbar.cc',
'pinch_zoom_scrollbar.h',
'pinch_zoom_scrollbar_geometry.cc',
'pinch_zoom_scrollbar_geometry.h',
'pinch_zoom_scrollbar_painter.cc',
'pinch_zoom_scrollbar_painter.h',
- 'platform_color.h',
- 'prioritized_resource.cc',
- 'prioritized_resource.h',
- 'prioritized_resource_manager.cc',
- 'prioritized_resource_manager.h',
- 'priority_calculator.cc',
- 'priority_calculator.h',
+ 'resources/platform_color.h',
+ 'resources/prioritized_resource.cc',
+ 'resources/prioritized_resource.h',
+ 'resources/prioritized_resource_manager.cc',
+ 'resources/prioritized_resource_manager.h',
+ 'resources/priority_calculator.cc',
+ 'resources/priority_calculator.h',
'output/program_binding.cc',
'output/program_binding.h',
'trees/proxy.cc',
@@ -190,8 +190,8 @@
'trees/quad_culler.cc',
'trees/quad_culler.h',
'quad_sink.h',
- 'raster_worker_pool.cc',
- 'raster_worker_pool.h',
+ 'resources/raster_worker_pool.cc',
+ 'resources/raster_worker_pool.h',
'rate_limiter.cc',
'rate_limiter.h',
'base/region.cc',
@@ -211,18 +211,18 @@
'output/renderer.h',
'debug/rendering_stats.cc',
'debug/rendering_stats.h',
- 'resource.cc',
- 'resource.h',
- 'resource_pool.cc',
- 'resource_pool.h',
- 'resource_provider.cc',
- 'resource_provider.h',
- 'resource_update.cc',
- 'resource_update.h',
- 'resource_update_controller.cc',
- 'resource_update_controller.h',
- 'resource_update_queue.cc',
- 'resource_update_queue.h',
+ 'resources/resource.cc',
+ '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_queue.cc',
+ 'resources/resource_update_queue.h',
'debug/ring_buffer.h',
'scheduler.cc',
'scheduler.h',
@@ -234,8 +234,8 @@
'base/scoped_ptr_deque.h',
'base/scoped_ptr_hash_map.h',
'base/scoped_ptr_vector.h',
- 'scoped_resource.cc',
- 'scoped_resource.h',
+ 'resources/scoped_resource.cc',
+ 'resources/scoped_resource.h',
'animation/scrollbar_animation_controller.h',
'animation/scrollbar_animation_controller_linear_fade.cc',
'animation/scrollbar_animation_controller_linear_fade.h',
@@ -254,8 +254,8 @@
'quads/shared_quad_state.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',
- 'skpicture_content_layer_updater.cc',
- 'skpicture_content_layer_updater.h',
+ 'resources/skpicture_content_layer_updater.cc',
+ 'resources/skpicture_content_layer_updater.h',
'output/software_frame_data.cc',
'output/software_frame_data.h',
'output/software_output_device.cc',
@@ -281,8 +281,8 @@
'texture_layer_client.h',
'texture_layer_impl.cc',
'texture_layer_impl.h',
- 'texture_mailbox.cc',
- 'texture_mailbox.h',
+ 'resources/texture_mailbox.cc',
+ 'resources/texture_mailbox.h',
'texture_uploader.cc',
'texture_uploader.h',
'base/thread.h',
@@ -290,14 +290,14 @@
'base/thread_impl.h',
'trees/thread_proxy.cc',
'trees/thread_proxy.h',
- 'tile.cc',
- 'tile.h',
+ 'resources/tile.cc',
+ 'resources/tile.h',
'quads/tile_draw_quad.cc',
'quads/tile_draw_quad.h',
- 'tile_manager.cc',
- 'tile_manager.h',
- 'tile_priority.cc',
- 'tile_priority.h',
+ 'resources/tile_manager.cc',
+ 'resources/tile_manager.h',
+ 'resources/tile_priority.cc',
+ 'resources/tile_priority.h',
'tiled_layer.cc',
'tiled_layer.h',
'tiled_layer_impl.cc',
@@ -310,8 +310,8 @@
'input/top_controls_manager.cc',
'input/top_controls_manager.h',
'input/top_controls_manager_client.h',
- 'transferable_resource.cc',
- 'transferable_resource.h',
+ 'resources/transferable_resource.cc',
+ 'resources/transferable_resource.h',
'transform_operation.cc',
'transform_operation.h',
'transform_operations.cc',
« no previous file with comments | « cc/caching_bitmap_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698