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

Side by Side Diff: cc/cc_tests.gyp

Issue 10918258: Add CC software renderer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gladapter
Patch Set: Fix license headers Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/cc.gyp ('k') | cc/test/FakeWebCompositorOutputSurface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'CCDelegatedRendererLayerImplTest.cpp',
15 'CCFrameRateControllerTest.cpp', 15 'CCFrameRateControllerTest.cpp',
16 'CCHeadsUpDisplayTest.cpp', 16 'CCHeadsUpDisplayTest.cpp',
17 'CCKeyframedAnimationCurveTest.cpp', 17 'CCKeyframedAnimationCurveTest.cpp',
18 'CCLayerAnimationControllerTest.cpp', 18 'CCLayerAnimationControllerTest.cpp',
19 'CCLayerImplTest.cpp', 19 'CCLayerImplTest.cpp',
20 'CCLayerIteratorTest.cpp', 20 'CCLayerIteratorTest.cpp',
21 'CCLayerQuadTest.cpp', 21 'CCLayerQuadTest.cpp',
22 'CCLayerSorterTest.cpp', 22 'CCLayerSorterTest.cpp',
23 'CCLayerTreeHostCommonTest.cpp', 23 'CCLayerTreeHostCommonTest.cpp',
24 'CCLayerTreeHostImplTest.cpp', 24 'CCLayerTreeHostImplTest.cpp',
25 'CCLayerTreeHostTest.cpp', 25 'CCLayerTreeHostTest.cpp',
26 'CCMathUtilTest.cpp', 26 'CCMathUtilTest.cpp',
27 'CCOcclusionTrackerTest.cpp', 27 'CCOcclusionTrackerTest.cpp',
28 'CCPrioritizedTextureTest.cpp', 28 'CCPrioritizedTextureTest.cpp',
29 'CCQuadCullerTest.cpp', 29 'CCQuadCullerTest.cpp',
30 'CCRendererSoftwareTest.cpp',
30 'CCRenderPassTest.cpp', 31 'CCRenderPassTest.cpp',
31 'CCRenderSurfaceFiltersTest.cpp', 32 'CCRenderSurfaceFiltersTest.cpp',
32 'CCRenderSurfaceTest.cpp', 33 'CCRenderSurfaceTest.cpp',
33 'CCRendererGLTest.cpp', 34 'CCRendererGLTest.cpp',
34 'CCResourceProviderTest.cpp', 35 'CCResourceProviderTest.cpp',
35 'CCSchedulerStateMachineTest.cpp', 36 'CCSchedulerStateMachineTest.cpp',
36 'CCSchedulerTest.cpp', 37 'CCSchedulerTest.cpp',
37 'CCScopedTextureTest.cpp', 38 'CCScopedTextureTest.cpp',
38 'CCScrollbarAnimationControllerLinearFadeTest.cpp', 39 'CCScrollbarAnimationControllerLinearFadeTest.cpp',
39 'CCSolidColorLayerImplTest.cpp', 40 'CCSolidColorLayerImplTest.cpp',
(...skipping 25 matching lines...) Expand all
65 'test/CCSchedulerTestCommon.h', 66 'test/CCSchedulerTestCommon.h',
66 'test/CCRenderPassTestCommon.h', 67 'test/CCRenderPassTestCommon.h',
67 'test/CCTestCommon.h', 68 'test/CCTestCommon.h',
68 'test/CCTiledLayerTestCommon.cpp', 69 'test/CCTiledLayerTestCommon.cpp',
69 'test/CCTiledLayerTestCommon.h', 70 'test/CCTiledLayerTestCommon.h',
70 'test/CompositorFakeWebGraphicsContext3D.h', 71 'test/CompositorFakeWebGraphicsContext3D.h',
71 'test/FakeCCGraphicsContext.h', 72 'test/FakeCCGraphicsContext.h',
72 'test/FakeCCLayerTreeHostClient.cpp', 73 'test/FakeCCLayerTreeHostClient.cpp',
73 'test/FakeCCLayerTreeHostClient.h', 74 'test/FakeCCLayerTreeHostClient.h',
74 'test/FakeGraphicsContext3DTest.cpp', 75 'test/FakeGraphicsContext3DTest.cpp',
76 'test/FakeWebCompositorSoftwareOutputDevice.h',
75 'test/FakeWebCompositorOutputSurface.h', 77 'test/FakeWebCompositorOutputSurface.h',
76 'test/FakeWebGraphicsContext3D.h', 78 'test/FakeWebGraphicsContext3D.h',
77 'test/FakeWebScrollbarThemeGeometry.h', 79 'test/FakeWebScrollbarThemeGeometry.h',
78 'test/MockCCQuadCuller.cpp', 80 'test/MockCCQuadCuller.cpp',
79 'test/MockCCQuadCuller.h', 81 'test/MockCCQuadCuller.h',
80 'test/WebCompositorInitializer.h', 82 'test/WebCompositorInitializer.h',
81 ], 83 ],
82 }, 84 },
83 'targets': [ 85 'targets': [
84 { 86 {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '<@(cc_tests_support_files)', 150 '<@(cc_tests_support_files)',
149 'test/test_webkit_platform.cc', 151 'test/test_webkit_platform.cc',
150 'test/test_webkit_platform.h', 152 'test/test_webkit_platform.h',
151 ], 153 ],
152 }, 154 },
153 ], 155 ],
154 }], 156 }],
155 ], 157 ],
156 } 158 }
157 159
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/test/FakeWebCompositorOutputSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698