Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 941c4b662df8ac208c557f3c3b6248087d887f94..605fe5ab5c64e70f12975119b1c46879fe289d32 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -17,14 +17,14 @@ |
'caching_bitmap_canvas_layer_texture_updater.cc', |
'caching_bitmap_canvas_layer_texture_updater.h', |
'active_animation.cc', |
- 'CCActiveAnimation.h', |
+ 'cc/active_animation.h', |
enne (OOO)
2012/10/16 05:27:18
I don't think these should have cc/ in them in the
|
'CCAppendQuadsData.h', |
'animation_curve.cc', |
- 'CCAnimationCurve.h', |
- 'CCAnimationEvents.h', |
+ 'cc/animation_curve.h', |
+ 'cc/animation_events.h', |
'checkerboard_draw_quad.cc', |
'CCCheckerboardDrawQuad.h', |
- 'CCCompletionEvent.h', |
+ 'cc/completion_event.h', |
'damage_tracker.cc', |
'CCDamageTracker.h', |
'debug_border_draw_quad.cc', |
@@ -75,7 +75,7 @@ |
'layer_tree_host_impl.cc', |
'CCLayerTreeHostImpl.h', |
'math_util.cc', |
- 'CCMathUtil.h', |
+ 'cc/math_util.h', |
'occlusion_tracker.cc', |
'CCOcclusionTracker.h', |
'overdraw_metrics.cc', |
@@ -89,7 +89,7 @@ |
'priority_calculator.cc', |
'CCPriorityCalculator.h', |
'proxy.cc', |
- 'CCProxy.h', |
+ 'cc/proxy.h', |
'quad_culler.cc', |
'CCQuadCuller.h', |
'CCQuadSink.h', |
@@ -105,22 +105,22 @@ |
'renderer.cc', |
'CCRenderer.h', |
'gl_renderer.cc', |
- 'CCRendererGL.h', |
+ 'cc/gl_renderer.h', |
'software_renderer.cc', |
- 'CCRendererSoftware.h', |
- 'CCRenderingStats.h', |
+ 'cc/software_renderer.h', |
+ 'cc/rendering_stats.h', |
'resource_provider.cc', |
- 'CCResourceProvider.h', |
+ 'cc/resource_provider.h', |
'scheduler.cc', |
- 'CCScheduler.h', |
+ 'cc/scheduler.h', |
'scheduler_state_machine.cc', |
- 'CCSchedulerStateMachine.h', |
+ 'cc/scheduler_state_machine.h', |
'scoped_texture.cc', |
- 'CCScopedTexture.h', |
+ 'cc/scoped_texture.h', |
'scoped_thread_proxy.cc', |
- 'CCScopedThreadProxy.h', |
+ 'cc/scoped_thread_proxy.h', |
'scrollbar_animation_controller.cc', |
- 'CCScrollbarAnimationController.h', |
+ 'cc/scrollbar_animation_controller.h', |
'scrollbar_animation_controller_linear_fade.cc', |
'CCScrollbarAnimationControllerLinearFade.h', |
'scrollbar_layer_impl.cc', |
@@ -146,28 +146,28 @@ |
'texture_draw_quad.cc', |
'CCTextureDrawQuad.h', |
'texture_layer_impl.cc', |
- 'CCTextureLayerImpl.h', |
+ 'cc/texture_layer_impl.h', |
'texture_update_controller.cc', |
- 'CCTextureUpdateController.h', |
+ 'cc/texture_update_controller.h', |
'texture_update_queue.cc', |
- 'CCTextureUpdateQueue.h', |
- 'CCThread.h', |
+ 'cc/texture_update_queue.h', |
+ 'cc/thread.h', |
'thread_proxy.cc', |
- 'CCThreadProxy.h', |
- 'CCThreadTask.h', |
+ 'cc/thread_proxy.h', |
+ 'cc/thread_task.h', |
'tile_draw_quad.cc', |
- 'CCTileDrawQuad.h', |
+ 'cc/tile_draw_quad.h', |
'tiled_layer_impl.cc', |
- 'CCTiledLayerImpl.h', |
- 'CCTimeSource.h', |
+ 'cc/tiled_layer_impl.h', |
+ 'cc/time_source.h', |
'timer.cc', |
- 'CCTimer.h', |
+ 'cc/timer.h', |
'timing_function.cc', |
- 'CCTimingFunction.h', |
+ 'cc/timing_function.h', |
'video_layer_impl.cc', |
- 'CCVideoLayerImpl.h', |
+ 'cc/video_layer_impl.h', |
'yuv_video_draw_quad.cc', |
- 'CCYUVVideoDrawQuad.h', |
+ 'cc/yuv_video_draw_quad.h', |
'canvas_layer_texture_updater.cc', |
'CanvasLayerTextureUpdater.h', |
'content_layer.cc', |