| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index efa102cc094268118723530007835e098f5d8a24..215f34b4706fdb310f8f5f45b2b553680a77a537 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -8,77 +8,78 @@
|
| 'use_libcc_for_compositor%': 0,
|
| 'cc_tests_source_files': [
|
| 'hash_pair_unittest.cc',
|
| - 'CCActiveAnimationTest.cpp',
|
| - 'CCDamageTrackerTest.cpp',
|
| - 'CCDelayBasedTimeSourceTest.cpp',
|
| - 'CCDrawQuadTest.cpp',
|
| - 'CCDelegatedRendererLayerImplTest.cpp',
|
| - 'CCFrameRateControllerTest.cpp',
|
| - 'CCHeadsUpDisplayTest.cpp',
|
| - 'CCKeyframedAnimationCurveTest.cpp',
|
| - 'CCLayerAnimationControllerTest.cpp',
|
| - 'CCLayerImplTest.cpp',
|
| - 'CCLayerIteratorTest.cpp',
|
| - 'CCLayerQuadTest.cpp',
|
| - 'CCLayerSorterTest.cpp',
|
| - 'CCLayerTreeHostCommonTest.cpp',
|
| - 'CCLayerTreeHostImplTest.cpp',
|
| - 'CCLayerTreeHostTest.cpp',
|
| - 'CCMathUtilTest.cpp',
|
| - 'CCOcclusionTrackerTest.cpp',
|
| - 'CCPrioritizedTextureTest.cpp',
|
| - 'CCQuadCullerTest.cpp',
|
| - 'CCRendererSoftwareTest.cpp',
|
| - 'CCRenderPassTest.cpp',
|
| - 'CCRenderSurfaceFiltersTest.cpp',
|
| - 'CCRenderSurfaceTest.cpp',
|
| - 'CCRendererGLTest.cpp',
|
| - 'CCResourceProviderTest.cpp',
|
| - 'CCSchedulerStateMachineTest.cpp',
|
| - 'CCSchedulerTest.cpp',
|
| - 'CCScopedTextureTest.cpp',
|
| - 'CCScrollbarAnimationControllerLinearFadeTest.cpp',
|
| - 'CCSolidColorLayerImplTest.cpp',
|
| - 'CCTextureUpdateControllerTest.cpp',
|
| - 'CCThreadTaskTest.cpp',
|
| - 'CCThreadedTest.cpp',
|
| + 'active_animation_unittest.cc',
|
| + 'damage_tracker_unittest.cc',
|
| + 'delay_based_time_source_unittest.cc',
|
| + 'draw_quad_unittest.cc',
|
| + 'delegated_renderer_layer_impl_unittest.cc',
|
| + 'frame_rate_controller_unittest.cc',
|
| + 'heads_up_display_unittest.cc',
|
| + 'keyframed_animation_curve_unittest.cc',
|
| + 'layer_animation_controller_unittest.cc',
|
| + 'layer_impl_unittest.cc',
|
| + 'layer_iterator_unittest.cc',
|
| + 'layer_quad_unittest.cc',
|
| + 'layer_sorter_unittest.cc',
|
| + 'layer_tree_host_common_unittest.cc',
|
| + 'layer_tree_host_impl_unittest.cc',
|
| + 'layer_tree_host_unittest.cc',
|
| + 'math_util_unittest.cc',
|
| + 'occlusion_tracker_unittest.cc',
|
| + 'prioritized_texture_unittest.cc',
|
| + 'quad_culler_unittest.cc',
|
| + 'software_renderer_unittest.cc',
|
| + 'render_pass_unittest.cc',
|
| + 'render_surface_filters_unittest.cc',
|
| + 'render_surface_unittest.cc',
|
| + 'gl_renderer_unittest.cc',
|
| + 'resource_provider_unittest.cc',
|
| + 'scheduler_state_machine_unittest.cc',
|
| + 'scheduler_unittest.cc',
|
| + 'scoped_texture_unittest.cc',
|
| + 'scrollbar_animation_controller_linear_fade_unittest.cc',
|
| + 'solid_color_layer_impl_unittest.cc',
|
| + 'texture_update_controller_unittest.cc',
|
| + 'thread_task_unittest.cc',
|
| + 'threaded_unittest.cc',
|
| + 'threaded_unittest.h',
|
| 'CCThreadedTest.h',
|
| - 'CCTiledLayerImplTest.cpp',
|
| - 'CCTimerTest.cpp',
|
| - 'ContentLayerChromiumTest.cpp',
|
| - 'FloatQuadTest.cpp',
|
| - 'LayerChromiumTest.cpp',
|
| - 'ScrollbarLayerChromiumTest.cpp',
|
| - 'TextureCopierTest.cpp',
|
| - 'TextureLayerChromiumTest.cpp',
|
| - 'ThrottledTextureUploaderTest.cpp',
|
| - 'TiledLayerChromiumTest.cpp',
|
| - 'TreeSynchronizerTest.cpp',
|
| + 'tiled_layer_impl_unittest.cc',
|
| + 'timer_unittest.cc',
|
| + 'content_layer_unittest.cc',
|
| + 'float_quad_unittest.cc',
|
| + 'layer_unittest.cc',
|
| + 'scrollbar_layer_unittest.cc',
|
| + 'texture_copier_unittest.cc',
|
| + 'texture_layer_unittest.cc',
|
| + 'throttled_texture_uploader_unittest.cc',
|
| + 'tiled_layer_unittest.cc',
|
| + 'tree_synchronizer_unittest.cc',
|
| ],
|
| 'cc_tests_support_files': [
|
| - 'test/CCAnimationTestCommon.cpp',
|
| + 'test/animation_test_common.cc',
|
| 'test/CCAnimationTestCommon.h',
|
| - 'test/CCGeometryTestUtils.cpp',
|
| + 'test/geometry_test_utils.cc',
|
| 'test/CCGeometryTestUtils.h',
|
| - 'test/CCLayerTestCommon.cpp',
|
| + 'test/layer_test_common.cc',
|
| 'test/CCLayerTestCommon.h',
|
| 'test/CCOcclusionTrackerTestCommon.h',
|
| - 'test/CCSchedulerTestCommon.cpp',
|
| + 'test/scheduler_test_common.cc',
|
| 'test/CCSchedulerTestCommon.h',
|
| 'test/CCRenderPassTestCommon.h',
|
| 'test/CCTestCommon.h',
|
| - 'test/CCTiledLayerTestCommon.cpp',
|
| + 'test/tiled_layer_test_common.cc',
|
| 'test/CCTiledLayerTestCommon.h',
|
| 'test/CompositorFakeWebGraphicsContext3D.h',
|
| 'test/FakeCCGraphicsContext.h',
|
| - 'test/FakeCCLayerTreeHostClient.cpp',
|
| + 'test/fake_layer_tree_host_client.cc',
|
| 'test/FakeCCLayerTreeHostClient.h',
|
| - 'test/FakeGraphicsContext3DTest.cpp',
|
| + 'test/fake_graphics_context_3d_unittest.cc',
|
| 'test/FakeWebCompositorSoftwareOutputDevice.h',
|
| 'test/FakeWebCompositorOutputSurface.h',
|
| 'test/FakeWebGraphicsContext3D.h',
|
| 'test/FakeWebScrollbarThemeGeometry.h',
|
| - 'test/MockCCQuadCuller.cpp',
|
| + 'test/mock_quad_culler.cc',
|
| 'test/MockCCQuadCuller.h',
|
| 'test/WebCompositorInitializer.h',
|
|
|
|
|