| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 329cbb4fb339948299fa7faae39f8f7de9271482..2397cd2489d90c45962e187974a2000b2157001a 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -72,35 +72,35 @@
|
| 'layer_tree_host_common.cc',
|
| 'CCLayerTreeHostCommon.h',
|
| 'layer_tree_host_impl.cc',
|
| - 'CCLayerTreeHostImpl.h',
|
| + 'layer_tree_host_impl.h',
|
| 'math_util.cc',
|
| - 'CCMathUtil.h',
|
| + 'math_util.h',
|
| 'occlusion_tracker.cc',
|
| - 'CCOcclusionTracker.h',
|
| + 'occlusion_tracker.h',
|
| 'overdraw_metrics.cc',
|
| - 'CCOverdrawMetrics.h',
|
| + 'overdraw_metrics.h',
|
| 'page_scale_animation.cc',
|
| - 'CCPageScaleAnimation.h',
|
| + 'page_scale_animation.h',
|
| 'prioritized_texture.cc',
|
| - 'CCPrioritizedTexture.h',
|
| + 'prioritized_texture.h',
|
| 'prioritized_texture_manager.cc',
|
| - 'CCPrioritizedTextureManager.h',
|
| + 'prioritized_texture_manager.h',
|
| 'priority_calculator.cc',
|
| - 'CCPriorityCalculator.h',
|
| + 'priority_calculator.h',
|
| 'proxy.cc',
|
| - 'CCProxy.h',
|
| + 'proxy.h',
|
| 'quad_culler.cc',
|
| - 'CCQuadCuller.h',
|
| - 'CCQuadSink.h',
|
| + 'quad_culler.h',
|
| + 'quad_sink.h',
|
| 'render_pass.cc',
|
| - 'CCRenderPass.h',
|
| + 'render_pass.h',
|
| 'render_pass_draw_quad.cc',
|
| - 'CCRenderPassDrawQuad.h',
|
| - 'CCRenderPassSink.h',
|
| + 'render_pass_draw_quad.h',
|
| + 'render_pass_sink.h',
|
| 'render_surface_impl.cc',
|
| 'CCRenderSurface.h',
|
| 'render_surface_filters.cc',
|
| - 'CCRenderSurfaceFilters.h',
|
| + 'render_surface_filters.h',
|
| 'renderer.cc',
|
| 'renderer.h',
|
| 'gl_renderer.cc',
|
| @@ -252,21 +252,6 @@
|
| 'layer_tree_host_client.h',
|
| 'layer_tree_host_common.h',
|
| 'layer_tree_host.h',
|
| - 'layer_tree_host_impl.h',
|
| - 'math_util.h',
|
| - 'occlusion_tracker.h',
|
| - 'overdraw_metrics.h',
|
| - 'page_scale_animation.h',
|
| - 'prioritized_texture.h',
|
| - 'prioritized_texture_manager.h',
|
| - 'priority_calculator.h',
|
| - 'proxy.h',
|
| - 'quad_culler.h',
|
| - 'quad_sink.h',
|
| - 'render_pass_draw_quad.h',
|
| - 'render_pass.h',
|
| - 'render_pass_sink.h',
|
| - 'render_surface_filters.h',
|
| 'render_surface_impl.h',
|
| 'resource_update.h',
|
| 'threaded_test.h',
|
|
|