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

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed)

Created:
8 years, 2 months ago by tfarina
Modified:
8 years, 2 months ago
Reviewers:
jamesr, enne (OOO)
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

cc: Get rid of CC*.h temporary header files. BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162284

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : sort gyp files #

Patch Set 4 : rebased - fixed the conflicts hopefuly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -544 lines) Patch
D cc/CCActiveAnimation.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCAnimationCurve.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCAnimationEvents.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCCompletionEvent.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCMathUtil.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCRendererGL.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCRendererSoftware.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCRenderingStats.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCResourceProvider.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCScheduler.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCSchedulerStateMachine.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCScopedTexture.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCScopedThreadProxy.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTextureLayerImpl.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTextureUpdateController.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTextureUpdateQueue.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCThread.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCThreadProxy.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCThreadTask.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCThreadedTest.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTileDrawQuad.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTiledLayerImpl.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTimeSource.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTimer.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCTimingFunction.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCVideoLayerImpl.h View 1 chunk +0 lines, -6 lines 0 comments Download
D cc/CCYUVVideoDrawQuad.h View 1 chunk +0 lines, -6 lines 0 comments Download
M cc/active_animation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/active_animation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation_curve.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation_events.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_canvas_layer_texture_updater.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_skpicture_canvas_layer_texture_updater.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/canvas_layer_texture_updater.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/cc.gyp View 1 2 3 1 chunk +155 lines, -176 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M cc/content_layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/damage_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/damage_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug_rect_history.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/delay_based_time_source.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/delay_based_time_source_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegated_renderer_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/direct_renderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/direct_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/draw_quad.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/draw_quad_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/float_quad_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/font_atlas.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/frame_rate_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/frame_rate_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/frame_rate_counter.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/geometry_binding.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/gl_renderer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/gl_renderer.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/heads_up_display_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/heads_up_display_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/image_layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/io_surface_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/keyframed_animation_curve.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_animation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_animation_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_animation_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_sorter.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_sorter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_texture_sub_image.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_common.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/math_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/math_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/occlusion_tracker.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/occlusion_tracker_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/overdraw_metrics.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/prioritized_texture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/prioritized_texture.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/prioritized_texture_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/program_binding.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quad_culler_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/rate_limiter.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/render_pass.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/render_pass_draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/render_surface.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/render_surface_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_provider.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resource_provider_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler_state_machine.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler_state_machine_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_texture.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_texture_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_thread_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_thread_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_animation_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_animation_controller_linear_fade.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/single_thread_proxy.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/single_thread_proxy.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/skpicture_canvas_layer_texture_updater.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/software_renderer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/software_renderer_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/animation_test_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/texture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_copier.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_update_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/texture_update_controller.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/texture_update_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_update_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/thread_proxy.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M cc/thread_proxy.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/thread_task.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/thread_task_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/threaded_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/threaded_unittest.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M cc/throttled_texture_uploader.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/tile_draw_quad.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiled_layer_impl.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/tiled_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiled_layer_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/timer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/timer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/timing_function.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/timing_function.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tree_synchronizer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/tree_synchronizer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/unthrottled_texture_uploader.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/video_layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/video_layer_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/yuv_video_draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/yuv_video_draw_quad.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/CCThreadImpl.h View 1 1 chunk +3 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/CCThreadImpl.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/compositor_bindings/WebLayerImpl.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
enne (OOO)
https://codereview.chromium.org/11145033/diff/1001/cc/cc.gyp File cc/cc.gyp (right): https://codereview.chromium.org/11145033/diff/1001/cc/cc.gyp#newcode20 cc/cc.gyp:20: 'cc/active_animation.h', I don't think these should have cc/ in ...
8 years, 2 months ago (2012-10-16 05:27:18 UTC) #1
tfarina
Hi Adrienne, I just started the patch at 12:30AM or so last night, so I ...
8 years, 2 months ago (2012-10-16 17:45:33 UTC) #2
enne (OOO)
8 years, 2 months ago (2012-10-16 21:10:49 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698