Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 6f18ea4e23462de0b55c2cc72f7e3498a80f7b02..3017b475fcedba10a85f1a71bcfb851161a138cc 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -23,7 +23,7 @@ |
'caching_bitmap_content_layer_updater.h', |
'checkerboard_draw_quad.cc', |
'checkerboard_draw_quad.h', |
- 'completion_event.h', |
+ 'base/completion_event.h', |
'compositor_frame.cc', |
'compositor_frame.h', |
'compositor_frame_ack.cc', |
@@ -76,7 +76,7 @@ |
'gl_renderer.h', |
'gl_renderer_draw_cache.cc', |
'gl_renderer_draw_cache.h', |
- 'hash_pair.h', |
+ 'base/hash_pair.h', |
'heads_up_display_layer.cc', |
'heads_up_display_layer.h', |
'heads_up_display_layer_impl.cc', |
@@ -130,8 +130,8 @@ |
'managed_memory_policy.h', |
'managed_tile_state.cc', |
'managed_tile_state.h', |
- 'math_util.cc', |
- 'math_util.h', |
+ 'base/math_util.cc', |
+ 'base/math_util.h', |
'memory_history.cc', |
'memory_history.h', |
'nine_patch_layer.cc', |
@@ -187,8 +187,8 @@ |
'raster_worker_pool.h', |
'rate_limiter.cc', |
'rate_limiter.h', |
- 'region.cc', |
- 'region.h', |
+ 'base/region.cc', |
+ 'base/region.h', |
'render_pass.cc', |
'render_pass.h', |
'render_pass_draw_quad.cc', |
@@ -223,10 +223,10 @@ |
'scheduler_settings.h', |
'scheduler_state_machine.cc', |
'scheduler_state_machine.h', |
- 'scoped_ptr_algorithm.h', |
- 'scoped_ptr_deque.h', |
- 'scoped_ptr_hash_map.h', |
- 'scoped_ptr_vector.h', |
+ 'base/scoped_ptr_algorithm.h', |
+ 'base/scoped_ptr_deque.h', |
+ 'base/scoped_ptr_hash_map.h', |
+ 'base/scoped_ptr_vector.h', |
'scoped_resource.cc', |
'scoped_resource.h', |
'scrollbar_animation_controller.h', |
@@ -263,8 +263,8 @@ |
'solid_color_layer_impl.h', |
'stream_video_draw_quad.cc', |
'stream_video_draw_quad.h', |
- 'switches.cc', |
- 'switches.h', |
+ 'base/switches.cc', |
+ 'base/switches.h', |
'texture_copier.cc', |
'texture_copier.h', |
'texture_draw_quad.cc', |
@@ -278,9 +278,9 @@ |
'texture_mailbox.h', |
'texture_uploader.cc', |
'texture_uploader.h', |
- 'thread.h', |
- 'thread_impl.cc', |
- 'thread_impl.h', |
+ 'base/thread.h', |
+ 'base/thread_impl.cc', |
+ 'base/thread_impl.h', |
'thread_proxy.cc', |
'thread_proxy.h', |
'tile.cc', |
@@ -295,8 +295,8 @@ |
'tiled_layer.h', |
'tiled_layer_impl.cc', |
'tiled_layer_impl.h', |
- 'tiling_data.cc', |
- 'tiling_data.h', |
+ 'base/tiling_data.cc', |
+ 'base/tiling_data.h', |
'time_source.h', |
'timing_function.cc', |
'timing_function.h', |
@@ -311,7 +311,7 @@ |
'transform_operations.h', |
'tree_synchronizer.cc', |
'tree_synchronizer.h', |
- 'util.h', |
+ 'base/util.h', |
'video_frame_provider.h', |
'video_frame_provider_client_impl.cc', |
'video_frame_provider_client_impl.h', |
@@ -321,8 +321,8 @@ |
'video_layer_impl.h', |
'vsync_time_source.cc', |
'vsync_time_source.h', |
- 'worker_pool.cc', |
- 'worker_pool.h', |
+ 'base/worker_pool.cc', |
+ 'base/worker_pool.h', |
'yuv_video_draw_quad.cc', |
'yuv_video_draw_quad.h', |
], |