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

Unified Diff: cc/cc.gyp

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/CCRenderSurface.h ('k') | cc/content_layer.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 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',
],
« no previous file with comments | « cc/CCRenderSurface.h ('k') | cc/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698