| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 9bd6bcb87554ff1a364c406e28a4a474157b3cdc..0429e33239c05b2bad07a6a0ef75ee3dd2b99ac7 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -46,31 +46,31 @@
|
| 'CCFrameRateCounter.h',
|
| 'CCGraphicsContext.h',
|
| 'heads_up_display_layer_impl.cc',
|
| - 'CCHeadsUpDisplayLayerImpl.h',
|
| + 'heads_up_display_layer_impl.h',
|
| 'io_surface_draw_quad.cc',
|
| - 'CCIOSurfaceDrawQuad.h',
|
| + 'io_surface_draw_quad.h',
|
| 'io_surface_layer_impl.cc',
|
| - 'CCIOSurfaceLayerImpl.h',
|
| - 'CCInputHandler.h',
|
| + 'io_surface_layer_impl.h',
|
| + 'input_handler.h',
|
| 'keyframed_animation_curve.cc',
|
| - 'CCKeyframedAnimationCurve.h',
|
| + 'keyframed_animation_curve.h',
|
| 'layer_animation_controller.cc',
|
| - 'CCLayerAnimationController.h',
|
| + 'layer_animation_controller.h',
|
| 'layer_impl.cc',
|
| - 'CCLayerImpl.h',
|
| + 'layer_impl.h',
|
| 'layer_iterator.cc',
|
| - 'CCLayerIterator.h',
|
| + 'layer_iterator.h',
|
| 'layer_quad.cc',
|
| - 'CCLayerQuad.h',
|
| + 'layer_quad.h',
|
| 'layer_sorter.cc',
|
| - 'CCLayerSorter.h',
|
| + 'layer_sorter.h',
|
| 'layer_tiling_data.cc',
|
| - 'CCLayerTilingData.h',
|
| + 'layer_tiling_data.h',
|
| 'layer_tree_host.cc',
|
| - 'CCLayerTreeHost.h',
|
| - 'CCLayerTreeHostClient.h',
|
| + 'layer_tree_host.h',
|
| + 'layer_tree_host_client.h',
|
| 'layer_tree_host_common.cc',
|
| - 'CCLayerTreeHostCommon.h',
|
| + 'layer_tree_host_common.h',
|
| 'layer_tree_host_impl.cc',
|
| 'layer_tree_host_impl.h',
|
| 'managed_memory_policy.cc',
|
| @@ -100,7 +100,7 @@
|
| 'render_pass_draw_quad.h',
|
| 'render_pass_sink.h',
|
| 'render_surface_impl.cc',
|
| - 'CCRenderSurface.h',
|
| + 'render_surface_impl.h',
|
| 'render_surface_filters.cc',
|
| 'render_surface_filters.h',
|
| 'renderer.cc',
|
| @@ -240,21 +240,6 @@
|
| 'frame_rate_controller.h',
|
| 'frame_rate_counter.h',
|
| 'graphics_context.h',
|
| - 'heads_up_display_layer_impl.h',
|
| - 'input_handler.h',
|
| - 'io_surface_draw_quad.h',
|
| - 'io_surface_layer_impl.h',
|
| - 'keyframed_animation_curve.h',
|
| - 'layer_animation_controller.h',
|
| - 'layer_impl.h',
|
| - 'layer_iterator.h',
|
| - 'layer_quad.h',
|
| - 'layer_sorter.h',
|
| - 'layer_tiling_data.h',
|
| - 'layer_tree_host_client.h',
|
| - 'layer_tree_host_common.h',
|
| - 'layer_tree_host.h',
|
| - 'render_surface_impl.h',
|
| 'resource_update.h',
|
| 'threaded_test.h',
|
| ],
|
|
|