| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 4d212f206b7a40e6d3984f31c4ffc57b8116e14c..35156f514c87880029c324b7d840e70162369b79 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -132,25 +132,25 @@
|
| 'settings.cc',
|
| 'CCSettings.h',
|
| 'shared_quad_state.cc',
|
| - 'CCSharedQuadState.h',
|
| + 'shared_quad_state.h',
|
| 'single_thread_proxy.cc',
|
| - 'CCSingleThreadProxy.h',
|
| + 'single_thread_proxy.h',
|
| 'solid_color_draw_quad.cc',
|
| - 'CCSolidColorDrawQuad.h',
|
| + 'solid_color_draw_quad.h',
|
| 'solid_color_layer_impl.cc',
|
| - 'CCSolidColorLayerImpl.h',
|
| + 'solid_color_layer_impl.h',
|
| 'stream_video_draw_quad.cc',
|
| - 'CCStreamVideoDrawQuad.h',
|
| + 'stream_video_draw_quad.h',
|
| 'texture.cc',
|
| - 'CCTexture.h',
|
| + 'texture.h',
|
| 'texture_draw_quad.cc',
|
| - 'CCTextureDrawQuad.h',
|
| + 'texture_draw_quad.h',
|
| 'texture_layer_impl.cc',
|
| - 'CCTextureLayerImpl.h',
|
| + 'texture_layer_impl.h',
|
| 'texture_update_controller.cc',
|
| - 'CCTextureUpdateController.h',
|
| + 'texture_update_controller.h',
|
| 'texture_update_queue.cc',
|
| - 'CCTextureUpdateQueue.h',
|
| + 'texture_update_queue.h',
|
| 'CCThread.h',
|
| 'thread_proxy.cc',
|
| 'CCThreadProxy.h',
|
| @@ -284,16 +284,6 @@
|
| 'scrollbar_geometry_stub.h',
|
| 'scrollbar_layer_impl.h',
|
| 'settings.h',
|
| - 'shared_quad_state.h',
|
| - 'single_thread_proxy.h',
|
| - 'solid_color_draw_quad.h',
|
| - 'solid_color_layer_impl.h',
|
| - 'stream_video_draw_quad.h',
|
| - 'texture_draw_quad.h',
|
| - 'texture.h',
|
| - 'texture_layer_impl.h',
|
| - 'texture_update_controller.h',
|
| - 'texture_update_queue.h',
|
| 'threaded_test.h',
|
| 'thread.h',
|
| 'thread_proxy.h',
|
|
|