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 'CCActiveAnimationTest.cpp', | 10 'CCActiveAnimationTest.cpp', |
11 'CCDamageTrackerTest.cpp', | 11 'CCDamageTrackerTest.cpp', |
12 'CCDelayBasedTimeSourceTest.cpp', | 12 'CCDelayBasedTimeSourceTest.cpp', |
13 'CCDrawQuadTest.cpp', | 13 'CCDrawQuadTest.cpp', |
| 14 'CCDelegatedRendererLayerImplTest.cpp', |
14 'CCFrameRateControllerTest.cpp', | 15 'CCFrameRateControllerTest.cpp', |
15 'CCHeadsUpDisplayTest.cpp', | 16 'CCHeadsUpDisplayTest.cpp', |
16 'CCKeyframedAnimationCurveTest.cpp', | 17 'CCKeyframedAnimationCurveTest.cpp', |
17 'CCLayerAnimationControllerTest.cpp', | 18 'CCLayerAnimationControllerTest.cpp', |
18 'CCLayerImplTest.cpp', | 19 'CCLayerImplTest.cpp', |
19 'CCLayerIteratorTest.cpp', | 20 'CCLayerIteratorTest.cpp', |
20 'CCLayerQuadTest.cpp', | 21 'CCLayerQuadTest.cpp', |
21 'CCLayerSorterTest.cpp', | 22 'CCLayerSorterTest.cpp', |
22 'CCLayerTreeHostCommonTest.cpp', | 23 'CCLayerTreeHostCommonTest.cpp', |
23 'CCLayerTreeHostImplTest.cpp', | 24 'CCLayerTreeHostImplTest.cpp', |
(...skipping 30 matching lines...) Expand all Loading... |
54 ], | 55 ], |
55 'cc_tests_support_files': [ | 56 'cc_tests_support_files': [ |
56 'test/CCAnimationTestCommon.cpp', | 57 'test/CCAnimationTestCommon.cpp', |
57 'test/CCAnimationTestCommon.h', | 58 'test/CCAnimationTestCommon.h', |
58 'test/CCGeometryTestUtils.cpp', | 59 'test/CCGeometryTestUtils.cpp', |
59 'test/CCGeometryTestUtils.h', | 60 'test/CCGeometryTestUtils.h', |
60 'test/CCLayerTestCommon.cpp', | 61 'test/CCLayerTestCommon.cpp', |
61 'test/CCLayerTestCommon.h', | 62 'test/CCLayerTestCommon.h', |
62 'test/CCOcclusionTrackerTestCommon.h', | 63 'test/CCOcclusionTrackerTestCommon.h', |
63 'test/CCSchedulerTestCommon.h', | 64 'test/CCSchedulerTestCommon.h', |
| 65 'test/CCRenderPassTestCommon.h', |
64 'test/CCTestCommon.h', | 66 'test/CCTestCommon.h', |
65 'test/CCTiledLayerTestCommon.cpp', | 67 'test/CCTiledLayerTestCommon.cpp', |
66 'test/CCTiledLayerTestCommon.h', | 68 'test/CCTiledLayerTestCommon.h', |
67 'test/CompositorFakeWebGraphicsContext3D.h', | 69 'test/CompositorFakeWebGraphicsContext3D.h', |
68 'test/FakeCCGraphicsContext.h', | 70 'test/FakeCCGraphicsContext.h', |
69 'test/FakeCCLayerTreeHostClient.h', | 71 'test/FakeCCLayerTreeHostClient.h', |
70 'test/FakeGraphicsContext3DTest.cpp', | 72 'test/FakeGraphicsContext3DTest.cpp', |
71 'test/FakeWebCompositorOutputSurface.h', | 73 'test/FakeWebCompositorOutputSurface.h', |
72 'test/FakeWebGraphicsContext3D.h', | 74 'test/FakeWebGraphicsContext3D.h', |
73 'test/FakeWebScrollbarThemeGeometry.h', | 75 'test/FakeWebScrollbarThemeGeometry.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 '<@(cc_tests_support_files)', | 145 '<@(cc_tests_support_files)', |
144 'test/test_webkit_platform.cc', | 146 'test/test_webkit_platform.cc', |
145 'test/test_webkit_platform.h', | 147 'test/test_webkit_platform.h', |
146 ], | 148 ], |
147 }, | 149 }, |
148 ], | 150 ], |
149 }], | 151 }], |
150 ], | 152 ], |
151 } | 153 } |
152 | 154 |
OLD | NEW |