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

Unified Diff: cc/cc.gyp

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/bitmap_skpicture_canvas_layer_texture_updater.cc ('k') | cc/damage_tracker_unittest.cc » ('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 4d212f206b7a40e6d3984f31c4ffc57b8116e14c..467746f270393a9f0ef22cd15f947e05a21f7476 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -132,23 +132,23 @@
'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',
'CCThread.h',
@@ -284,15 +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',
« no previous file with comments | « cc/bitmap_skpicture_canvas_layer_texture_updater.cc ('k') | cc/damage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698