Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(971)

Unified Diff: cc/cc.gyp

Issue 11225022: cc: Remove CC*.h temporary includes, part 2/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCYUVVideoDrawQuad.h ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « cc/CCYUVVideoDrawQuad.h ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698