Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 35156f514c87880029c324b7d840e70162369b79..ec127275907128f4d5bb8bcf79d3ea17f65100db 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -151,23 +151,23 @@ |
'texture_update_controller.h', |
'texture_update_queue.cc', |
'texture_update_queue.h', |
- 'CCThread.h', |
+ 'thread.h', |
'thread_proxy.cc', |
- 'CCThreadProxy.h', |
- 'CCThreadTask.h', |
+ 'thread_proxy.h', |
+ 'thread_task.h', |
'tile_draw_quad.cc', |
- 'CCTileDrawQuad.h', |
+ 'tile_draw_quad.h', |
'tiled_layer_impl.cc', |
- 'CCTiledLayerImpl.h', |
- 'CCTimeSource.h', |
+ 'tiled_layer_impl.h', |
+ 'time_source.h', |
'timer.cc', |
- 'CCTimer.h', |
+ 'timer.h', |
'timing_function.cc', |
- 'CCTimingFunction.h', |
+ 'timing_function.h', |
'video_layer_impl.cc', |
- 'CCVideoLayerImpl.h', |
+ 'video_layer_impl.h', |
'yuv_video_draw_quad.cc', |
- 'CCYUVVideoDrawQuad.h', |
+ 'yuv_video_draw_quad.h', |
'canvas_layer_texture_updater.cc', |
'canvas_layer_texture_updater.h', |
'content_layer.cc', |
@@ -285,16 +285,6 @@ |
'scrollbar_layer_impl.h', |
'settings.h', |
'threaded_test.h', |
- 'thread.h', |
- 'thread_proxy.h', |
- 'thread_task.h', |
- 'tiled_layer_impl.h', |
- 'tile_draw_quad.h', |
- 'timer.h', |
- 'time_source.h', |
- 'timing_function.h', |
- 'video_layer_impl.h', |
- 'yuv_video_draw_quad.h', |
], |
}, |
'targets': [ |