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

Unified Diff: cc/cc.gyp

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/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/append_quads_data.h ('k') | cc/damage_tracker.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 329cbb4fb339948299fa7faae39f8f7de9271482..2397cd2489d90c45962e187974a2000b2157001a 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -72,35 +72,35 @@
'layer_tree_host_common.cc',
'CCLayerTreeHostCommon.h',
'layer_tree_host_impl.cc',
- 'CCLayerTreeHostImpl.h',
+ 'layer_tree_host_impl.h',
'math_util.cc',
- 'CCMathUtil.h',
+ 'math_util.h',
'occlusion_tracker.cc',
- 'CCOcclusionTracker.h',
+ 'occlusion_tracker.h',
'overdraw_metrics.cc',
- 'CCOverdrawMetrics.h',
+ 'overdraw_metrics.h',
'page_scale_animation.cc',
- 'CCPageScaleAnimation.h',
+ 'page_scale_animation.h',
'prioritized_texture.cc',
- 'CCPrioritizedTexture.h',
+ 'prioritized_texture.h',
'prioritized_texture_manager.cc',
- 'CCPrioritizedTextureManager.h',
+ 'prioritized_texture_manager.h',
'priority_calculator.cc',
- 'CCPriorityCalculator.h',
+ 'priority_calculator.h',
'proxy.cc',
- 'CCProxy.h',
+ 'proxy.h',
'quad_culler.cc',
- 'CCQuadCuller.h',
- 'CCQuadSink.h',
+ 'quad_culler.h',
+ 'quad_sink.h',
'render_pass.cc',
- 'CCRenderPass.h',
+ 'render_pass.h',
'render_pass_draw_quad.cc',
- 'CCRenderPassDrawQuad.h',
- 'CCRenderPassSink.h',
+ 'render_pass_draw_quad.h',
+ 'render_pass_sink.h',
'render_surface_impl.cc',
'CCRenderSurface.h',
'render_surface_filters.cc',
- 'CCRenderSurfaceFilters.h',
+ 'render_surface_filters.h',
'renderer.cc',
'renderer.h',
'gl_renderer.cc',
@@ -252,21 +252,6 @@
'layer_tree_host_client.h',
'layer_tree_host_common.h',
'layer_tree_host.h',
- 'layer_tree_host_impl.h',
- 'math_util.h',
- 'occlusion_tracker.h',
- 'overdraw_metrics.h',
- 'page_scale_animation.h',
- 'prioritized_texture.h',
- 'prioritized_texture_manager.h',
- 'priority_calculator.h',
- 'proxy.h',
- 'quad_culler.h',
- 'quad_sink.h',
- 'render_pass_draw_quad.h',
- 'render_pass.h',
- 'render_pass_sink.h',
- 'render_surface_filters.h',
'render_surface_impl.h',
'resource_update.h',
'threaded_test.h',
« no previous file with comments | « cc/append_quads_data.h ('k') | cc/damage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698