| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 0, | 7 'chromium_code': 0, |
| 8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
| 9 'cc_tests_source_files': [ | 9 'cc_tests_source_files': [ |
| 10 'hash_pair_unittest.cc', | 10 'hash_pair_unittest.cc', |
| 11 'CCActiveAnimationTest.cpp', | 11 'active_animation_unittest.cc', |
| 12 'CCDamageTrackerTest.cpp', | 12 'damage_tracker_unittest.cc', |
| 13 'CCDelayBasedTimeSourceTest.cpp', | 13 'delay_based_time_source_unittest.cc', |
| 14 'CCDrawQuadTest.cpp', | 14 'draw_quad_unittest.cc', |
| 15 'CCDelegatedRendererLayerImplTest.cpp', | 15 'delegated_renderer_layer_impl_unittest.cc', |
| 16 'CCFrameRateControllerTest.cpp', | 16 'frame_rate_controller_unittest.cc', |
| 17 'CCHeadsUpDisplayTest.cpp', | 17 'heads_up_display_unittest.cc', |
| 18 'CCKeyframedAnimationCurveTest.cpp', | 18 'keyframed_animation_curve_unittest.cc', |
| 19 'CCLayerAnimationControllerTest.cpp', | 19 'layer_animation_controller_unittest.cc', |
| 20 'CCLayerImplTest.cpp', | 20 'layer_impl_unittest.cc', |
| 21 'CCLayerIteratorTest.cpp', | 21 'layer_iterator_unittest.cc', |
| 22 'CCLayerQuadTest.cpp', | 22 'layer_quad_unittest.cc', |
| 23 'CCLayerSorterTest.cpp', | 23 'layer_sorter_unittest.cc', |
| 24 'CCLayerTreeHostCommonTest.cpp', | 24 'layer_tree_host_common_unittest.cc', |
| 25 'CCLayerTreeHostImplTest.cpp', | 25 'layer_tree_host_impl_unittest.cc', |
| 26 'CCLayerTreeHostTest.cpp', | 26 'layer_tree_host_unittest.cc', |
| 27 'CCMathUtilTest.cpp', | 27 'math_util_unittest.cc', |
| 28 'CCOcclusionTrackerTest.cpp', | 28 'occlusion_tracker_unittest.cc', |
| 29 'CCPrioritizedTextureTest.cpp', | 29 'prioritized_texture_unittest.cc', |
| 30 'CCQuadCullerTest.cpp', | 30 'quad_culler_unittest.cc', |
| 31 'CCRendererSoftwareTest.cpp', | 31 'software_renderer_unittest.cc', |
| 32 'CCRenderPassTest.cpp', | 32 'render_pass_unittest.cc', |
| 33 'CCRenderSurfaceFiltersTest.cpp', | 33 'render_surface_filters_unittest.cc', |
| 34 'CCRenderSurfaceTest.cpp', | 34 'render_surface_unittest.cc', |
| 35 'CCRendererGLTest.cpp', | 35 'gl_renderer_unittest.cc', |
| 36 'CCResourceProviderTest.cpp', | 36 'resource_provider_unittest.cc', |
| 37 'CCSchedulerStateMachineTest.cpp', | 37 'scheduler_state_machine_unittest.cc', |
| 38 'CCSchedulerTest.cpp', | 38 'scheduler_unittest.cc', |
| 39 'CCScopedTextureTest.cpp', | 39 'scoped_texture_unittest.cc', |
| 40 'CCScrollbarAnimationControllerLinearFadeTest.cpp', | 40 'scrollbar_animation_controller_linear_fade_unittest.cc', |
| 41 'CCSolidColorLayerImplTest.cpp', | 41 'solid_color_layer_impl_unittest.cc', |
| 42 'CCTextureUpdateControllerTest.cpp', | 42 'texture_update_controller_unittest.cc', |
| 43 'CCThreadTaskTest.cpp', | 43 'thread_task_unittest.cc', |
| 44 'CCThreadedTest.cpp', | 44 'threaded_unittest.cc', |
| 45 'threaded_unittest.h', |
| 45 'CCThreadedTest.h', | 46 'CCThreadedTest.h', |
| 46 'CCTiledLayerImplTest.cpp', | 47 'tiled_layer_impl_unittest.cc', |
| 47 'CCTimerTest.cpp', | 48 'timer_unittest.cc', |
| 48 'ContentLayerChromiumTest.cpp', | 49 'content_layer_unittest.cc', |
| 49 'FloatQuadTest.cpp', | 50 'float_quad_unittest.cc', |
| 50 'LayerChromiumTest.cpp', | 51 'layer_unittest.cc', |
| 51 'ScrollbarLayerChromiumTest.cpp', | 52 'scrollbar_layer_unittest.cc', |
| 52 'TextureCopierTest.cpp', | 53 'texture_copier_unittest.cc', |
| 53 'TextureLayerChromiumTest.cpp', | 54 'texture_layer_unittest.cc', |
| 54 'ThrottledTextureUploaderTest.cpp', | 55 'throttled_texture_uploader_unittest.cc', |
| 55 'TiledLayerChromiumTest.cpp', | 56 'tiled_layer_unittest.cc', |
| 56 'TreeSynchronizerTest.cpp', | 57 'tree_synchronizer_unittest.cc', |
| 57 ], | 58 ], |
| 58 'cc_tests_support_files': [ | 59 'cc_tests_support_files': [ |
| 59 'test/CCAnimationTestCommon.cpp', | 60 'test/animation_test_common.cc', |
| 60 'test/CCAnimationTestCommon.h', | 61 'test/CCAnimationTestCommon.h', |
| 61 'test/CCGeometryTestUtils.cpp', | 62 'test/geometry_test_utils.cc', |
| 62 'test/CCGeometryTestUtils.h', | 63 'test/CCGeometryTestUtils.h', |
| 63 'test/CCLayerTestCommon.cpp', | 64 'test/layer_test_common.cc', |
| 64 'test/CCLayerTestCommon.h', | 65 'test/CCLayerTestCommon.h', |
| 65 'test/CCOcclusionTrackerTestCommon.h', | 66 'test/CCOcclusionTrackerTestCommon.h', |
| 66 'test/CCSchedulerTestCommon.cpp', | 67 'test/scheduler_test_common.cc', |
| 67 'test/CCSchedulerTestCommon.h', | 68 'test/CCSchedulerTestCommon.h', |
| 68 'test/CCRenderPassTestCommon.h', | 69 'test/CCRenderPassTestCommon.h', |
| 69 'test/CCTestCommon.h', | 70 'test/CCTestCommon.h', |
| 70 'test/CCTiledLayerTestCommon.cpp', | 71 'test/tiled_layer_test_common.cc', |
| 71 'test/CCTiledLayerTestCommon.h', | 72 'test/CCTiledLayerTestCommon.h', |
| 72 'test/CompositorFakeWebGraphicsContext3D.h', | 73 'test/CompositorFakeWebGraphicsContext3D.h', |
| 73 'test/FakeCCGraphicsContext.h', | 74 'test/FakeCCGraphicsContext.h', |
| 74 'test/FakeCCLayerTreeHostClient.cpp', | 75 'test/fake_layer_tree_host_client.cc', |
| 75 'test/FakeCCLayerTreeHostClient.h', | 76 'test/FakeCCLayerTreeHostClient.h', |
| 76 'test/FakeGraphicsContext3DTest.cpp', | 77 'test/fake_graphics_context_3d_unittest.cc', |
| 77 'test/FakeWebCompositorSoftwareOutputDevice.h', | 78 'test/FakeWebCompositorSoftwareOutputDevice.h', |
| 78 'test/FakeWebCompositorOutputSurface.h', | 79 'test/FakeWebCompositorOutputSurface.h', |
| 79 'test/FakeWebGraphicsContext3D.h', | 80 'test/FakeWebGraphicsContext3D.h', |
| 80 'test/FakeWebScrollbarThemeGeometry.h', | 81 'test/FakeWebScrollbarThemeGeometry.h', |
| 81 'test/MockCCQuadCuller.cpp', | 82 'test/mock_quad_culler.cc', |
| 82 'test/MockCCQuadCuller.h', | 83 'test/MockCCQuadCuller.h', |
| 83 'test/WebCompositorInitializer.h', | 84 'test/WebCompositorInitializer.h', |
| 84 | 85 |
| 85 'test/animation_test_common.h', | 86 'test/animation_test_common.h', |
| 86 'test/geometry_test_utils.h', | 87 'test/geometry_test_utils.h', |
| 87 'test/layer_test_common.h', | 88 'test/layer_test_common.h', |
| 88 'test/layer_tree_test_common.h', | 89 'test/layer_tree_test_common.h', |
| 89 'test/occlusion_tracker_test_common.h', | 90 'test/occlusion_tracker_test_common.h', |
| 90 'test/render_pass_test_common.h', | 91 'test/render_pass_test_common.h', |
| 91 'test/scheduler_test_common.h', | 92 'test/scheduler_test_common.h', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'sources': [ | 170 'sources': [ |
| 170 '<@(cc_tests_support_files)', | 171 '<@(cc_tests_support_files)', |
| 171 'test/test_webkit_platform.cc', | 172 'test/test_webkit_platform.cc', |
| 172 'test/test_webkit_platform.h', | 173 'test/test_webkit_platform.h', |
| 173 ], | 174 ], |
| 174 }, | 175 }, |
| 175 ], | 176 ], |
| 176 }], | 177 }], |
| 177 ], | 178 ], |
| 178 } | 179 } |
| OLD | NEW |