Skip to content

Commit

Permalink
cc: Remove CC*.h temporary includes, part 6/4.
Browse files Browse the repository at this point in the history
BUG=155413
TEST=cc_unittests
R=enne@chromium.org,jamesr@chromium.org
TBR=jamesr@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11228059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163749 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Oct 24, 2012
1 parent 67b086b commit aa0a9d3
Show file tree
Hide file tree
Showing 95 changed files with 140 additions and 268 deletions.
6 changes: 0 additions & 6 deletions cc/CCActiveAnimation.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCAnimationCurve.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCAnimationEvents.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCAppendQuadsData.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCCheckerboardDrawQuad.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCCompletionEvent.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDamageTracker.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDebugBorderDrawQuad.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDebugRectHistory.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDelayBasedTimeSource.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDelegatedRendererLayerImpl.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDirectRenderer.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCDrawQuad.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCFontAtlas.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCFrameRateController.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCFrameRateCounter.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCGraphicsContext.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCLayerQuad.h

This file was deleted.

6 changes: 0 additions & 6 deletions cc/CCThreadedTest.h

This file was deleted.

7 changes: 4 additions & 3 deletions cc/active_animation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

#include "config.h"

#include "CCActiveAnimation.h"
#include "cc/active_animation.h"

#include <cmath>

#include "CCAnimationCurve.h"
#include "base/debug/trace_event.h"
#include "base/string_util.h"
#include <cmath>
#include "cc/animation_curve.h"

namespace {

Expand Down
2 changes: 1 addition & 1 deletion cc/active_animation_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCActiveAnimation.h"
#include "cc/active_animation.h"

#include "cc/test/animation_test_common.h"
#include "testing/gmock/include/gmock/gmock.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/animation_curve.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCAnimationCurve.h"
#include "cc/animation_curve.h"

#include "base/logging.h"

Expand Down Expand Up @@ -32,4 +32,4 @@ AnimationCurve::Type TransformAnimationCurve::type() const
return Transform;
}

} // namespace cc
} // namespace cc
2 changes: 1 addition & 1 deletion cc/animation_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <vector>

#include "CCActiveAnimation.h"
#include "cc/active_animation.h"

namespace cc {

Expand Down
51 changes: 17 additions & 34 deletions cc/cc.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
],
Expand Down
2 changes: 1 addition & 1 deletion cc/checkerboard_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCCheckerboardDrawQuad.h"
#include "cc/checkerboard_draw_quad.h"

#include "base/logging.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/checkerboard_draw_quad.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#ifndef CCCheckerboardDrawQuad_h
#define CCCheckerboardDrawQuad_h

#include "CCDrawQuad.h"
#include "base/memory/scoped_ptr.h"
#include "cc/draw_quad.h"
#include "third_party/skia/include/core/SkColor.h"

namespace cc {
Expand Down
2 changes: 1 addition & 1 deletion cc/damage_tracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCDamageTracker.h"
#include "cc/damage_tracker.h"

#include "cc/layer_impl.h"
#include "cc/layer_tree_host_common.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/damage_tracker_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCDamageTracker.h"
#include "cc/damage_tracker.h"

#include "cc/layer_impl.h"
#include "cc/layer_sorter.h"
Expand Down
2 changes: 1 addition & 1 deletion cc/debug_border_draw_quad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCDebugBorderDrawQuad.h"
#include "cc/debug_border_draw_quad.h"

#include "base/logging.h"

Expand Down
2 changes: 1 addition & 1 deletion cc/debug_border_draw_quad.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#ifndef CCDebugBorderDrawQuad_h
#define CCDebugBorderDrawQuad_h

#include "CCDrawQuad.h"
#include "base/memory/scoped_ptr.h"
#include "cc/draw_quad.h"
#include "third_party/skia/include/core/SkColor.h"

namespace cc {
Expand Down
4 changes: 2 additions & 2 deletions cc/debug_rect_history.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include "config.h"

#include "CCDebugRectHistory.h"
#include "cc/debug_rect_history.h"

#include "CCDamageTracker.h"
#include "cc/damage_tracker.h"
#include "cc/layer_impl.h"
#include "cc/layer_tree_host.h"
#include "cc/math_util.h"
Expand Down
5 changes: 3 additions & 2 deletions cc/delay_based_time_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

#include "config.h"

#include "CCDelayBasedTimeSource.h"
#include "cc/delay_based_time_source.h"

#include <algorithm>

#include "base/debug/trace_event.h"
#include "base/logging.h"
#include <algorithm>
#include <wtf/CurrentTime.h>
#include <wtf/MathExtras.h>

Expand Down
2 changes: 1 addition & 1 deletion cc/delay_based_time_source_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "config.h"

#include "CCDelayBasedTimeSource.h"
#include "cc/delay_based_time_source.h"

#include "cc/test/scheduler_test_common.h"
#include "cc/thread.h"
Expand Down
5 changes: 3 additions & 2 deletions cc/delegated_renderer_layer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
// found in the LICENSE file.

#include "config.h"

#include "cc/delegated_renderer_layer.h"

#include "CCDelegatedRendererLayerImpl.h"
#include "cc/delegated_renderer_layer_impl.h"

namespace cc {

Expand All @@ -30,4 +31,4 @@ scoped_ptr<LayerImpl> DelegatedRendererLayer::createLayerImpl()
return DelegatedRendererLayerImpl::create(m_layerId).PassAs<LayerImpl>();
}

}
} // namespace cc
4 changes: 2 additions & 2 deletions cc/delegated_renderer_layer_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include "config.h"

#include "CCDelegatedRendererLayerImpl.h"
#include "cc/delegated_renderer_layer_impl.h"

#include "CCAppendQuadsData.h"
#include "cc/append_quads_data.h"
#include "cc/math_util.h"
#include "cc/quad_sink.h"
#include "cc/render_pass_draw_quad.h"
Expand Down
4 changes: 2 additions & 2 deletions cc/delegated_renderer_layer_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include "config.h"

#include "CCDelegatedRendererLayerImpl.h"
#include "cc/delegated_renderer_layer_impl.h"

#include "CCAppendQuadsData.h"
#include "cc/append_quads_data.h"
#include "cc/layer_tree_host_impl.h"
#include "cc/quad_sink.h"
#include "cc/render_pass_draw_quad.h"
Expand Down
Loading

0 comments on commit aa0a9d3

Please sign in to comment.