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

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

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

Powered by Google App Engine
This is Rietveld 408576698