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

Unified Diff: cc/cc.gyp

Issue 11228059: cc: Remove CC*.h temporary includes, part 6/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase - fix conflicts 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/animation_events.h ('k') | cc/checkerboard_draw_quad.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 1a13f3c792d9c366b04f98e6c7c5d081893e89a4..abdd9163cb164fe624fa31990cd01c74b5809481 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -16,35 +16,35 @@
'caching_bitmap_canvas_layer_updater.cc',
'caching_bitmap_canvas_layer_updater.h',
'active_animation.cc',
- 'CCActiveAnimation.h',
- 'CCAppendQuadsData.h',
+ 'active_animation.h',
+ 'append_quads_data.h',
'animation_curve.cc',
- 'CCAnimationCurve.h',
- 'CCAnimationEvents.h',
+ 'animation_curve.h',
+ 'animation_events.h',
'checkerboard_draw_quad.cc',
- 'CCCheckerboardDrawQuad.h',
- 'CCCompletionEvent.h',
+ 'checkerboard_draw_quad.h',
+ 'completion_event.h',
'damage_tracker.cc',
- 'CCDamageTracker.h',
+ 'damage_tracker.h',
'debug_border_draw_quad.cc',
- 'CCDebugBorderDrawQuad.h',
+ 'debug_border_draw_quad.h',
'debug_rect_history.cc',
- 'CCDebugRectHistory.h',
+ 'debug_rect_history.h',
'delay_based_time_source.cc',
- 'CCDelayBasedTimeSource.h',
+ 'delay_based_time_source.h',
'delegated_renderer_layer_impl.cc',
- 'CCDelegatedRendererLayerImpl.h',
+ 'delegated_renderer_layer_impl.h',
'direct_renderer.cc',
- 'CCDirectRenderer.h',
+ 'direct_renderer.h',
'draw_quad.cc',
- 'CCDrawQuad.h',
+ 'draw_quad.h',
'font_atlas.cc',
- 'CCFontAtlas.h',
+ 'font_atlas.h',
'frame_rate_controller.cc',
- 'CCFrameRateController.h',
+ 'frame_rate_controller.h',
'frame_rate_counter.cc',
- 'CCFrameRateCounter.h',
- 'CCGraphicsContext.h',
+ 'frame_rate_counter.h',
+ 'graphics_context.h',
'heads_up_display_layer_impl.cc',
'heads_up_display_layer_impl.h',
'io_surface_draw_quad.cc',
@@ -221,23 +221,6 @@
'video_layer.cc',
'video_layer.h',
- 'active_animation.h',
- 'animation_curve.h',
- 'animation_events.h',
- 'append_quads_data.h',
- 'checkerboard_draw_quad.h',
- 'completion_event.h',
- 'damage_tracker.h',
- 'debug_border_draw_quad.h',
- 'debug_rect_history.h',
- 'delay_based_time_source.h',
- 'delegated_renderer_layer_impl.h',
- 'direct_renderer.h',
- 'draw_quad.h',
- 'font_atlas.h',
- 'frame_rate_controller.h',
- 'frame_rate_counter.h',
- 'graphics_context.h',
'resource_update.h',
'threaded_test.h',
],
« no previous file with comments | « cc/animation_events.h ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698