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

Side by Side Diff: gpu/khronos_glcts_support/khronos_glcts.gypi

Issue 556333003: Add support for khronos gl-cts using its drawElements apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix AUTHORS. Change naming convention from khronos_conform to khronos_glcts Created 6 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
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'target_defaults': {
7 'defines': [
8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"',
9 'DEQP_SUPPORT_GLES2=1',
10 'DEQP_SUPPORT_EGL=1',
11 'GTF_API=GTF_GLES20',
12 ],
13 'conditions': [
14 ['OS=="linux"', {
15 'defines': [
16 '_XOPEN_SOURCE=500',
17 ],
18 'cflags!': [
19 '-fno-exceptions'
20 ],
21 'target_conditions': [
22 ['_type=="static_library"', {
23 'cflags_cc!': [
24 '-fno-rtti',
25 ],
26 }],
27 ],
28 }],
29 ],
30 },
31 'variables': {
32 'glcts_data_dirs': [
33 '<(DEPTH)/third_party/khronos_glcts/cts/data',
34 ],
35 'glcts_gtf_data_dirs': [
36 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL',
37 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests',
38 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests',
39 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests',
40 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage',
41 ],
42 'glcts_gtf_runfiles': [
43 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/mustpass_es20.run',
44 ],
45 'gtf_core_srcs': [
46 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFArguments.c' ,
47 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTest.c',
48 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestDriver.c ',
49 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/MIMG.c',
50 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFLog.c',
51 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/XmlUtils.c',
52 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFMemFile.c',
53 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglu.c',
54 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/eglut.c',
55 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/gl2Native.c',
56 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFgl.c',
57 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFPort.c',
58 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFModelData.c' ,
59 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFStringUtils. c',
60 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestElement. c',
61 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFFileReader.c ',
62 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestUtil.c',
63 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCompareG L.c',
64 ],
65 'gtf_gl_core_srcs': [
66 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFAttDataGL .c',
67 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFDepthRang eParamGL.c',
68 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFModelData GL.c',
69 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFPointPara mGL.c',
70 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFReadPixel sGL.c',
71 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderDat aGL.c',
72 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFShaderTex tGL.c',
73 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFStateData GL.c',
74 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexDataGL .c',
75 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTexParamG L.c',
76 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFUniDataGL .c',
77 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL/GTFTestTextu reFloatBase.c',
78 ],
79 'gtf_gles2_srcs': [
80 # Base
81 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestGL2Test. c',
82 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestAttributeGL.c',
83 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestDetachGL.c',
84 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestCreateObjectGL.c',
85 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniformQueryGL.c',
86 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestBindAllAttributes.c',
87 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFramebufferObjects.c',
88 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttachedObjects.c',
89 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetAttributeLocation.c',
90 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetBIFD.c',
91 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetExtensions.c',
92 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramInfoLog.c',
93 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetProgramiv.c',
94 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderInfoLog.c',
95 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetShaderiv.c',
96 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetUniform.c',
97 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestGetVertexAttrib.c',
98 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMaxVertexAttrib.c',
99 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestMultipleShaders.c',
100 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestRelinkProgram.c',
101 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestUniform.c',
102 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttribPointer.c',
103 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexAttributes.c',
104 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestVertexProgramPointSize.c',
105 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2Tests/GTFGL2 TestFixedDataType.c',
106
107 # Build
108 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestBuildGL. c',
109
110 # Shader load
111 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestShaderLo adGL.c',
112
113 # Rasterization
114 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestRasteriz ationGL.c',
115
116 # Complexity
117 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestComplexi tyGL.c',
118
119 # Coverage
120 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageDict .c',
121 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestCoverage GL.c',
122 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFCoverageGL.c ',
123
124 # Fixed-function
125 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestFixedGL. c',
126 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBlend.c',
127 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferClear.c',
128 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferColor.c',
129 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferCorners.c',
130 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestBufferObjects.c',
131 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestClip.c',
132 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestColorRamp.c',
133 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestCopyTexture.c',
134 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferClear.c',
135 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDepthBufferFunctions.c',
136 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDither.c',
137 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestUserClipPlanes.c',
138 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestDivideByZero.c',
139 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestGets.c',
140 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsInterpolation.c',
141 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestMipmapsSelection.c',
142 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointRasterization.c',
143 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPointSprites.c',
144 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestPolygonCull.c',
145 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestScissor.c',
146 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneClear.c',
147 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneCorners.c',
148 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneFunction.c',
149 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestStencilPlaneOperation.c',
150 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTextureEdgeClamp.c',
151 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTransformViewport.c',
152 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleRasterization.c',
153 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestTriangleTiling.c',
154 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestVertexOrder.c',
155 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedTestViewportClamp.c',
156 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilg.c',
157 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2FixedTests/G TFFixedUtilr.c',
158
159 # Extensions
160 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GTFTestExtensio n.c',
161 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFramebufferObject.c',
162 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil8.c',
163 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDataType1010102.c',
164 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDebug.c',
165 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth24.c',
166 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepth32.c',
167 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTexture.c',
168 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestElementIndexUINT.c',
169 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFBORenderMipmap.c',
170 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestFragmentPrecisionHigh.c',
171 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestMapBuffer.c',
172 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSizeArray.c',
173 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPointSprite.c',
174 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTexture3D.c',
175 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloat.c',
176 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureFloatLinear.c',
177 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureNPOT.c',
178 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestUtilp.c',
179 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestOcclusionQuery.c',
180 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestConditionalQuery.c',
181 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestPackedDepthStencil.c',
182 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexArrayObject.c',
183 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestTextureCompressionASTCLDR.c',
184 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestDepthTextureCubeMap.c',
185 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil1.c',
186 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestStencil4.c',
187 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestVertexHalfFloat.c',
188 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestReadFormat.c',
189 ],
190 'gtf_gles2_es_only_srcs': [
191 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedPalettedTexture.c',
192 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.c',
193 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRGB8RGBA8.c',
194 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImage.c',
195 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestSurfacelessContext.c',
196 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLImageExternal.c',
197 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestRequiredInternalformat.c',
198 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestEGLCreateContext.c',
199 ],
200 'glcts_common_sources': [
201 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.cpp',
202 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigList.hpp',
203 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.cpp',
204 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigListCase.hpp',
205 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.cpp',
206 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcConfigPackage.hpp',
207 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.cpp',
208 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcContext.hpp',
209 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcFragDepthTests.cpp',
210 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcFragDepthTests.hpp',
211 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcInfoTests.cpp',
212 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcInfoTests.hpp',
213 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIndexingTests.cpp' ,
214 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIndexingTests.hpp' ,
215 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIntegerMixTests.cp p',
216 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderIntegerMixTests.hp p',
217 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibrary.cpp',
218 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibrary.hpp',
219 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibraryCase.cpp',
220 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLibraryCase.hpp',
221 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLoopTests.cpp',
222 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderLoopTests.hpp',
223 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderRenderCase.cpp',
224 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderRenderCase.hpp',
225 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderStructTests.cpp',
226 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderStructTests.hpp',
227 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderSwitchTests.cpp',
228 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcShaderSwitchTests.hpp',
229 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCase.cpp',
230 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCase.hpp',
231 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCaseWrapper.cpp',
232 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestCaseWrapper.hpp',
233 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestPackage.cpp',
234 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestPackage.hpp',
235 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestSubcase.cpp',
236 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcTestSubcase.hpp',
237 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockCase.cpp',
238 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockCase.hpp',
239 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockTests.cpp',
240 '<(DEPTH)/third_party/khronos_glcts/cts/common/glcUniformBlockTests.hpp',
241 ],
242 'glcts_es2_srcs': [
243 '<(DEPTH)/third_party/khronos_glcts/cts/gles2/es2cTestPackage.cpp',
244 '<(DEPTH)/third_party/khronos_glcts/cts/gles2/es2cTestPackage.hpp',
245 ],
246 'glcts_gtf_srcs': [
247 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestCase.cpp',
248 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestCase.hpp',
249 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestGroup.cpp',
250 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestGroup.hpp',
251 ],
252 'glcts_gtf_wrapper_srcs': [
253 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestContext.cpp',
254 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfTestContext.hpp',
255 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfWrapper.cpp',
256 '<(DEPTH)/third_party/khronos_glcts/cts/gtf/gtfWrapper.h',
257 ],
258 'glcts_runner_srcs': [
259 '<(DEPTH)/third_party/khronos_glcts/cts/runner/glcTestRunner.cpp',
260 '<(DEPTH)/third_party/khronos_glcts/cts/runner/glcTestRunner.hpp',
261 ],
262 'qphelper_srcs': [
263 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCommandLine.c',
264 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCommandLine.h',
265 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCrashHandler.c',
266 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpCrashHandler.h',
267 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpDebugOut.c',
268 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpDebugOut.h',
269 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpInfo.c',
270 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpInfo.h',
271 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpTestLog.c',
272 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpTestLog.h',
273 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpWatchDog.c',
274 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpWatchDog.h',
275 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpXmlWriter.c',
276 '<(DEPTH)/third_party/khronos_glcts/framework/qphelper/qpXmlWriter.h',
277 ],
278 'tcutil_srcs': [
279 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuApp.cpp',
280 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuApp.hpp',
281 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCommandLine.cpp',
282 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCommandLine.hpp',
283 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCompressedTexture. cpp',
284 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuCompressedTexture. hpp',
285 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuDefs.cpp',
286 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuDefs.hpp',
287 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFloat.hpp',
288 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFormatUtil.hpp',
289 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFuzzyImageCompare. cpp',
290 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuFuzzyImageCompare. hpp',
291 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageCompare.cpp',
292 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageCompare.hpp',
293 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageIO.cpp',
294 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuImageIO.hpp',
295 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuMatrix.hpp',
296 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuMatrixUtil.hpp',
297 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPixelFormat.hpp',
298 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPlatform.cpp',
299 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuPlatform.hpp',
300 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRandomValueIterato r.cpp',
301 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRandomValueIterato r.hpp',
302 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRenderTarget.cpp',
303 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRenderTarget.hpp',
304 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuResource.cpp',
305 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuResource.hpp',
306 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRGBA.cpp',
307 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuRGBA.hpp',
308 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuStringTemplate.cpp ',
309 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuStringTemplate.hpp ',
310 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuSurface.cpp',
311 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuSurface.hpp',
312 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCase.cpp',
313 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCase.hpp',
314 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCaseWrapper.cp p',
315 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestCaseWrapper.hp p',
316 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestContext.cpp',
317 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestContext.hpp',
318 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestExecutor.cpp',
319 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestExecutor.hpp',
320 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestLog.cpp',
321 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestLog.hpp',
322 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestPackage.cpp',
323 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTestPackage.hpp',
324 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTexture.cpp',
325 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTexture.hpp',
326 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTextureUtil.cpp',
327 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuTextureUtil.hpp',
328 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVector.hpp',
329 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVectorType.hpp',
330 '<(DEPTH)/third_party/khronos_glcts/framework/common/tcuVectorUtil.hpp',
331 # Not used by anything...
332 #'<(DEPTH)/third_party/khronos_glcts/framework/common/tcuZipResource.cpp',
333 #'<(DEPTH)/third_party/khronos_glcts/framework/common/tcuZipResource.hpp',
334 ],
335 'glutil_srcs': [
336 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluCallLogWrapper.cpp ',
337 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluCallLogWrapper.hpp ',
338 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluContextInfo.cpp',
339 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluContextInfo.hpp',
340 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDefs.cpp',
341 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDefs.hpp',
342 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDrawUtil.cpp',
343 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluDrawUtil.hpp',
344 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluFboRenderContext.c pp',
345 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluFboRenderContext.h pp',
346 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPixelTransfer.cpp' ,
347 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPixelTransfer.hpp' ,
348 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluPlatform.hpp',
349 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluProgram.cpp',
350 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluProgram.hpp',
351 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluRenderContext.cpp' ,
352 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluRenderContext.hpp' ,
353 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluShaderUtil.cpp',
354 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluShaderUtil.hpp',
355 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStateReset.cpp',
356 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStateReset.hpp',
357 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStrUtil.cpp',
358 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluStrUtil.hpp',
359 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTexture.cpp',
360 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTexture.hpp',
361 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTextureUtil.cpp',
362 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluTextureUtil.hpp',
363 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarType.cpp',
364 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarType.hpp',
365 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarTypeUtil.cpp',
366 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/gluVarTypeUtil.hpp',
367 ],
368 'glwrapper_srcs': [
369 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glw.h',
370 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwDefs.cpp',
371 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwDefs.hpp',
372 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwEnums.hpp' ,
373 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctionLo ader.hpp',
374 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctions. cpp',
375 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwFunctions. hpp',
376 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitES20Di rect.cpp',
377 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitES20Di rect.hpp',
378 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitFuncti ons.cpp',
379 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwInitFuncti ons.hpp',
380 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwWrapper.cp p',
381 '<(DEPTH)/third_party/khronos_glcts/framework/opengl/wrapper/glwWrapper.hp p',
382 ],
383 'tcutil_egl_srcs': [
384 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEgl.cpp',
385 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEgl.hpp',
386 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglCallLogWrapper.cpp ',
387 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglCallLogWrapper.hpp ',
388 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigFilter.cpp',
389 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigFilter.hpp',
390 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigInfo.cpp',
391 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglConfigInfo.hpp',
392 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglPlatform.cpp',
393 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglPlatform.hpp',
394 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglStrUtil.cpp',
395 '<(DEPTH)/third_party/khronos_glcts/framework/egl/tcuEglStrUtil.hpp',
396 ],
397 'debase_srcs': [
398 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deDefs.c',
399 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deDefs.h',
400 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deFloat16.c',
401 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deFloat16.h',
402 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32.c',
403 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32.h',
404 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deInt32Test.c' ,
405 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMath.c',
406 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMath.h',
407 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMemory.c',
408 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deMemory.h',
409 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.c',
410 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deRandom.h',
411 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.c',
412 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/debase/deString.h',
413 ],
414 'depool_srcs': [
415 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.c',
416 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/deMemPool.h',
417 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.c' ,
418 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolArray.h' ,
419 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.c',
420 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashArra y.h',
421 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.c',
422 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHash.h',
423 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. c',
424 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHashSet. h',
425 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.c',
426 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolHeap.h',
427 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .c',
428 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolMultiSet .h',
429 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.c',
430 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolSet.h',
431 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.c',
432 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolStringBu ilder.h',
433 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolTest.c',
434 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/depool/dePoolTest.h',
435 ],
436 'dethread_srcs': [
437 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deAtomic.c',
438 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deAtomic.h',
439 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deMutex.h',
440 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deSemaphore. h',
441 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThread.h',
442 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadLoca l.h',
443 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadTest .c',
444 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/deThreadTest .h',
445 ],
446 'dethread_unix_srcs': [
447 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deMutex Unix.c',
448 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deSemap horeUnix.c',
449 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deThrea dLocalUnix.c',
450 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/dethread/unix/deThrea dUnix.c',
451 ],
452 'deutil_srcs': [
453 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deClock.c',
454 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deClock.h',
455 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deCommandLine. c',
456 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deCommandLine. h',
457 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deDynamicLibra ry.c',
458 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deDynamicLibra ry.h',
459 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deFile.c',
460 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deFile.h',
461 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deProcess.c',
462 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deProcess.h',
463 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deSocket.c',
464 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deSocket.h',
465 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimer.c',
466 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimer.h',
467 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimerTest.c' ,
468 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/deutil/deTimerTest.h' ,
469 ],
470 'decpp_srcs': [
471 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deBlockBuffer.c pp',
472 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deBlockBuffer.h pp',
473 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDefs.cpp',
474 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDefs.hpp',
475 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDirectoryIter ator.cpp',
476 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDirectoryIter ator.hpp',
477 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDynamicLibrar y.cpp',
478 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deDynamicLibrar y.hpp',
479 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deFilePath.cpp' ,
480 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deFilePath.hpp' ,
481 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMemPool.cpp',
482 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMemPool.hpp',
483 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMutex.cpp',
484 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deMutex.hpp',
485 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolArray.cpp ',
486 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolArray.hpp ',
487 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolString.cp p',
488 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/dePoolString.hp p',
489 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRandom.cpp',
490 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRandom.hpp',
491 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRingBuffer.cp p',
492 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deRingBuffer.hp p',
493 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSemaphore.cpp ',
494 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSemaphore.hpp ',
495 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSharedPtr.cpp ',
496 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSharedPtr.hpp ',
497 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSocket.cpp',
498 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deSocket.hpp',
499 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.cp p',
500 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp p',
501 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp',
502 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp',
503 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.cpp',
504 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin gBuffer.hpp',
505 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp ',
506 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp ',
507 ],
508 }
509 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698