OLD | NEW |
(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_conform/cts/data', |
| 34 ], |
| 35 'glcts_gtf_data_dirs': [ |
| 36 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/GL', |
| 37 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/GL2ExtensionTests'
, |
| 38 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/GL2FixedTests', |
| 39 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/GL2Tests', |
| 40 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/GLCoverage', |
| 41 ], |
| 42 'glcts_gtf_runfiles': [ |
| 43 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/mustpass_es20.run', |
| 44 ], |
| 45 'gtf_core_srcs': [ |
| 46 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFArguments.
c', |
| 47 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTest.c', |
| 48 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestDriver
.c', |
| 49 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/MIMG.c', |
| 50 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFLog.c', |
| 51 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/XmlUtils.c', |
| 52 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFMemFile.c'
, |
| 53 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/eglu.c', |
| 54 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/eglut.c', |
| 55 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/gl2Native.c', |
| 56 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFgl.c', |
| 57 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFPort.c', |
| 58 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFModelData.
c', |
| 59 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFStringUtil
s.c', |
| 60 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestElemen
t.c', |
| 61 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFFileReader
.c', |
| 62 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestUtil.c
', |
| 63 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestCompar
eGL.c', |
| 64 ], |
| 65 'gtf_gl_core_srcs': [ |
| 66 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFAttData
GL.c', |
| 67 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFDepthRa
ngeParamGL.c', |
| 68 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFModelDa
taGL.c', |
| 69 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFPointPa
ramGL.c', |
| 70 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFReadPix
elsGL.c', |
| 71 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFShaderD
ataGL.c', |
| 72 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFShaderT
extGL.c', |
| 73 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFStateDa
taGL.c', |
| 74 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFTexData
GL.c', |
| 75 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFTexPara
mGL.c', |
| 76 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFUniData
GL.c', |
| 77 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL/GTFTestTex
tureFloatBase.c', |
| 78 ], |
| 79 'gtf_gles2_srcs': [ |
| 80 # Base |
| 81 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestGL2Tes
t.c', |
| 82 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestAttributeGL.c', |
| 83 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestDetachGL.c', |
| 84 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestCreateObjectGL.c', |
| 85 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestUniformQueryGL.c', |
| 86 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestBindAllAttributes.c', |
| 87 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestFramebufferObjects.c', |
| 88 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetAttachedObjects.c', |
| 89 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetAttributeLocation.c', |
| 90 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetBIFD.c', |
| 91 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetExtensions.c', |
| 92 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetProgramInfoLog.c', |
| 93 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetProgramiv.c', |
| 94 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetShaderInfoLog.c', |
| 95 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetShaderiv.c', |
| 96 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetUniform.c', |
| 97 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestGetVertexAttrib.c', |
| 98 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestMaxVertexAttrib.c', |
| 99 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestMultipleShaders.c', |
| 100 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestRelinkProgram.c', |
| 101 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestUniform.c', |
| 102 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestVertexAttribPointer.c', |
| 103 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestVertexAttributes.c', |
| 104 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestVertexProgramPointSize.c', |
| 105 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2Tests/GTFG
L2TestFixedDataType.c', |
| 106 |
| 107 # Build |
| 108 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestBuildG
L.c', |
| 109 |
| 110 # Shader load |
| 111 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestShader
LoadGL.c', |
| 112 |
| 113 # Rasterization |
| 114 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestRaster
izationGL.c', |
| 115 |
| 116 # Complexity |
| 117 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestComple
xityGL.c', |
| 118 |
| 119 # Coverage |
| 120 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFCoverageDi
ct.c', |
| 121 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestCovera
geGL.c', |
| 122 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFCoverageGL
.c', |
| 123 |
| 124 # Fixed-function |
| 125 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestFixedG
L.c', |
| 126 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestBlend.c', |
| 127 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestBufferClear.c', |
| 128 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestBufferColor.c', |
| 129 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestBufferCorners.c', |
| 130 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestBufferObjects.c', |
| 131 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestClip.c', |
| 132 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestColorRamp.c', |
| 133 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestCopyTexture.c', |
| 134 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestDepthBufferClear.c', |
| 135 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestDepthBufferFunctions.c', |
| 136 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestDither.c', |
| 137 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestUserClipPlanes.c', |
| 138 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestDivideByZero.c', |
| 139 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestGets.c', |
| 140 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestMipmapsInterpolation.c', |
| 141 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestMipmapsSelection.c', |
| 142 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestPointRasterization.c', |
| 143 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestPointSprites.c', |
| 144 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestPolygonCull.c', |
| 145 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestScissor.c', |
| 146 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestStencilPlaneClear.c', |
| 147 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestStencilPlaneCorners.c', |
| 148 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestStencilPlaneFunction.c', |
| 149 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestStencilPlaneOperation.c', |
| 150 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestTextureEdgeClamp.c', |
| 151 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestTransformViewport.c', |
| 152 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestTriangleRasterization.c', |
| 153 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestTriangleTiling.c', |
| 154 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestVertexOrder.c', |
| 155 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedTestViewportClamp.c', |
| 156 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedUtilg.c', |
| 157 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2FixedTests
/GTFFixedUtilr.c', |
| 158 |
| 159 # Extensions |
| 160 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GTFTestExtens
ion.c', |
| 161 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestFramebufferObject.c', |
| 162 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestStencil8.c', |
| 163 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDataType1010102.c', |
| 164 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDebug.c', |
| 165 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDepth24.c', |
| 166 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDepth32.c', |
| 167 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDepthTexture.c', |
| 168 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestElementIndexUINT.c', |
| 169 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestFBORenderMipmap.c', |
| 170 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestFragmentPrecisionHigh.c', |
| 171 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestMapBuffer.c', |
| 172 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestPointSizeArray.c', |
| 173 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestPointSprite.c', |
| 174 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestTexture3D.c', |
| 175 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestTextureFloat.c', |
| 176 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestTextureFloatLinear.c', |
| 177 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestTextureNPOT.c', |
| 178 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestUtilp.c', |
| 179 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestOcclusionQuery.c', |
| 180 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestConditionalQuery.c', |
| 181 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestPackedDepthStencil.c', |
| 182 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestVertexArrayObject.c', |
| 183 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestTextureCompressionASTCLDR.c', |
| 184 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestDepthTextureCubeMap.c', |
| 185 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestStencil1.c', |
| 186 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestStencil4.c', |
| 187 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestVertexHalfFloat.c', |
| 188 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestReadFormat.c', |
| 189 ], |
| 190 'gtf_gles2_es_only_srcs': [ |
| 191 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestCompressedPalettedTexture.c', |
| 192 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestCompressedETC1RGB8Texture.c', |
| 193 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestRGB8RGBA8.c', |
| 194 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestEGLImage.c', |
| 195 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestSurfacelessContext.c', |
| 196 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestEGLImageExternal.c', |
| 197 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestRequiredInternalformat.c', |
| 198 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionT
ests/GTFExtensionTestEGLCreateContext.c', |
| 199 ], |
| 200 'glcts_common_sources': [ |
| 201 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigList.cpp', |
| 202 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigList.hpp', |
| 203 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigListCase.cpp', |
| 204 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigListCase.hpp', |
| 205 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigPackage.cpp', |
| 206 '<(DEPTH)/third_party/khronos_conform/cts/common/glcConfigPackage.hpp', |
| 207 '<(DEPTH)/third_party/khronos_conform/cts/common/glcContext.cpp', |
| 208 '<(DEPTH)/third_party/khronos_conform/cts/common/glcContext.hpp', |
| 209 '<(DEPTH)/third_party/khronos_conform/cts/common/glcFragDepthTests.cpp', |
| 210 '<(DEPTH)/third_party/khronos_conform/cts/common/glcFragDepthTests.hpp', |
| 211 '<(DEPTH)/third_party/khronos_conform/cts/common/glcInfoTests.cpp', |
| 212 '<(DEPTH)/third_party/khronos_conform/cts/common/glcInfoTests.hpp', |
| 213 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderIndexingTests.cp
p', |
| 214 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderIndexingTests.hp
p', |
| 215 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderIntegerMixTests.
cpp', |
| 216 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderIntegerMixTests.
hpp', |
| 217 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLibrary.cpp', |
| 218 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLibrary.hpp', |
| 219 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLibraryCase.cpp'
, |
| 220 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLibraryCase.hpp'
, |
| 221 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLoopTests.cpp', |
| 222 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderLoopTests.hpp', |
| 223 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderRenderCase.cpp', |
| 224 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderRenderCase.hpp', |
| 225 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderStructTests.cpp'
, |
| 226 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderStructTests.hpp'
, |
| 227 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderSwitchTests.cpp'
, |
| 228 '<(DEPTH)/third_party/khronos_conform/cts/common/glcShaderSwitchTests.hpp'
, |
| 229 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestCase.cpp', |
| 230 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestCase.hpp', |
| 231 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestCaseWrapper.cpp', |
| 232 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestCaseWrapper.hpp', |
| 233 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestPackage.cpp', |
| 234 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestPackage.hpp', |
| 235 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestSubcase.cpp', |
| 236 '<(DEPTH)/third_party/khronos_conform/cts/common/glcTestSubcase.hpp', |
| 237 '<(DEPTH)/third_party/khronos_conform/cts/common/glcUniformBlockCase.cpp', |
| 238 '<(DEPTH)/third_party/khronos_conform/cts/common/glcUniformBlockCase.hpp', |
| 239 '<(DEPTH)/third_party/khronos_conform/cts/common/glcUniformBlockTests.cpp'
, |
| 240 '<(DEPTH)/third_party/khronos_conform/cts/common/glcUniformBlockTests.hpp'
, |
| 241 ], |
| 242 'glcts_es2_srcs': [ |
| 243 '<(DEPTH)/third_party/khronos_conform/cts/gles2/es2cTestPackage.cpp', |
| 244 '<(DEPTH)/third_party/khronos_conform/cts/gles2/es2cTestPackage.hpp', |
| 245 ], |
| 246 'glcts_gtf_srcs': [ |
| 247 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestCase.cpp', |
| 248 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestCase.hpp', |
| 249 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestGroup.cpp', |
| 250 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestGroup.hpp', |
| 251 ], |
| 252 'glcts_gtf_wrapper_srcs': [ |
| 253 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestContext.cpp', |
| 254 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfTestContext.hpp', |
| 255 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfWrapper.cpp', |
| 256 '<(DEPTH)/third_party/khronos_conform/cts/gtf/gtfWrapper.h', |
| 257 ], |
| 258 'glcts_runner_srcs': [ |
| 259 '<(DEPTH)/third_party/khronos_conform/cts/runner/glcTestRunner.cpp', |
| 260 '<(DEPTH)/third_party/khronos_conform/cts/runner/glcTestRunner.hpp', |
| 261 ], |
| 262 'qphelper_srcs': [ |
| 263 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpCommandLine.c', |
| 264 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpCommandLine.h', |
| 265 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpCrashHandler.c'
, |
| 266 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpCrashHandler.h'
, |
| 267 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpDebugOut.c', |
| 268 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpDebugOut.h', |
| 269 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpInfo.c', |
| 270 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpInfo.h', |
| 271 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpTestLog.c', |
| 272 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpTestLog.h', |
| 273 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpWatchDog.c', |
| 274 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpWatchDog.h', |
| 275 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpXmlWriter.c', |
| 276 '<(DEPTH)/third_party/khronos_conform/framework/qphelper/qpXmlWriter.h', |
| 277 ], |
| 278 'tcutil_srcs': [ |
| 279 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuApp.cpp', |
| 280 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuApp.hpp', |
| 281 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuCommandLine.cpp'
, |
| 282 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuCommandLine.hpp'
, |
| 283 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuCompressedTextur
e.cpp', |
| 284 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuCompressedTextur
e.hpp', |
| 285 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuDefs.cpp', |
| 286 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuDefs.hpp', |
| 287 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuFloat.hpp', |
| 288 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuFormatUtil.hpp', |
| 289 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuFuzzyImageCompar
e.cpp', |
| 290 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuFuzzyImageCompar
e.hpp', |
| 291 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuImageCompare.cpp
', |
| 292 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuImageCompare.hpp
', |
| 293 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuImageIO.cpp', |
| 294 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuImageIO.hpp', |
| 295 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuMatrix.hpp', |
| 296 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuMatrixUtil.hpp', |
| 297 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuPixelFormat.hpp'
, |
| 298 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuPlatform.cpp', |
| 299 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuPlatform.hpp', |
| 300 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRandomValueItera
tor.cpp', |
| 301 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRandomValueItera
tor.hpp', |
| 302 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRenderTarget.cpp
', |
| 303 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRenderTarget.hpp
', |
| 304 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuResource.cpp', |
| 305 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuResource.hpp', |
| 306 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRGBA.cpp', |
| 307 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuRGBA.hpp', |
| 308 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuStringTemplate.c
pp', |
| 309 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuStringTemplate.h
pp', |
| 310 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuSurface.cpp', |
| 311 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuSurface.hpp', |
| 312 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestCase.cpp', |
| 313 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestCase.hpp', |
| 314 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestCaseWrapper.
cpp', |
| 315 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestCaseWrapper.
hpp', |
| 316 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestContext.cpp'
, |
| 317 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestContext.hpp'
, |
| 318 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestExecutor.cpp
', |
| 319 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestExecutor.hpp
', |
| 320 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestLog.cpp', |
| 321 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestLog.hpp', |
| 322 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestPackage.cpp'
, |
| 323 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTestPackage.hpp'
, |
| 324 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTexture.cpp', |
| 325 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTexture.hpp', |
| 326 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTextureUtil.cpp'
, |
| 327 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuTextureUtil.hpp'
, |
| 328 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuVector.hpp', |
| 329 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuVectorType.hpp', |
| 330 '<(DEPTH)/third_party/khronos_conform/framework/common/tcuVectorUtil.hpp', |
| 331 # Not used by anything... |
| 332 #'<(DEPTH)/third_party/khronos_conform/framework/common/tcuZipResource.cpp
', |
| 333 #'<(DEPTH)/third_party/khronos_conform/framework/common/tcuZipResource.hpp
', |
| 334 ], |
| 335 'glutil_srcs': [ |
| 336 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluCallLogWrapper.c
pp', |
| 337 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluCallLogWrapper.h
pp', |
| 338 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluContextInfo.cpp'
, |
| 339 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluContextInfo.hpp'
, |
| 340 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluDefs.cpp', |
| 341 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluDefs.hpp', |
| 342 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluDrawUtil.cpp', |
| 343 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluDrawUtil.hpp', |
| 344 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluFboRenderContext
.cpp', |
| 345 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluFboRenderContext
.hpp', |
| 346 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluPixelTransfer.cp
p', |
| 347 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluPixelTransfer.hp
p', |
| 348 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluPlatform.hpp', |
| 349 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluProgram.cpp', |
| 350 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluProgram.hpp', |
| 351 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluRenderContext.cp
p', |
| 352 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluRenderContext.hp
p', |
| 353 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluShaderUtil.cpp', |
| 354 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluShaderUtil.hpp', |
| 355 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluStateReset.cpp', |
| 356 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluStateReset.hpp', |
| 357 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluStrUtil.cpp', |
| 358 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluStrUtil.hpp', |
| 359 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluTexture.cpp', |
| 360 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluTexture.hpp', |
| 361 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluTextureUtil.cpp'
, |
| 362 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluTextureUtil.hpp'
, |
| 363 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluVarType.cpp', |
| 364 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluVarType.hpp', |
| 365 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluVarTypeUtil.cpp'
, |
| 366 '<(DEPTH)/third_party/khronos_conform/framework/opengl/gluVarTypeUtil.hpp'
, |
| 367 ], |
| 368 'glwrapper_srcs': [ |
| 369 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glw.h', |
| 370 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwDefs.cpp
', |
| 371 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwDefs.hpp
', |
| 372 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwEnums.hp
p', |
| 373 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwFunction
Loader.hpp', |
| 374 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwFunction
s.cpp', |
| 375 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwFunction
s.hpp', |
| 376 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwInitES20
Direct.cpp', |
| 377 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwInitES20
Direct.hpp', |
| 378 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwInitFunc
tions.cpp', |
| 379 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwInitFunc
tions.hpp', |
| 380 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwWrapper.
cpp', |
| 381 '<(DEPTH)/third_party/khronos_conform/framework/opengl/wrapper/glwWrapper.
hpp', |
| 382 ], |
| 383 'tcutil_egl_srcs': [ |
| 384 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEgl.cpp', |
| 385 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEgl.hpp', |
| 386 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglCallLogWrapper.c
pp', |
| 387 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglCallLogWrapper.h
pp', |
| 388 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglConfigFilter.cpp
', |
| 389 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglConfigFilter.hpp
', |
| 390 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglConfigInfo.cpp', |
| 391 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglConfigInfo.hpp', |
| 392 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglPlatform.cpp', |
| 393 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglPlatform.hpp', |
| 394 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglStrUtil.cpp', |
| 395 '<(DEPTH)/third_party/khronos_conform/framework/egl/tcuEglStrUtil.hpp', |
| 396 ], |
| 397 'debase_srcs': [ |
| 398 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deDefs.c', |
| 399 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deDefs.h', |
| 400 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deFloat16.c'
, |
| 401 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deFloat16.h'
, |
| 402 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deInt32.c', |
| 403 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deInt32.h', |
| 404 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deInt32Test.
c', |
| 405 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deMath.c', |
| 406 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deMath.h', |
| 407 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deMemory.c', |
| 408 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deMemory.h', |
| 409 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deRandom.c', |
| 410 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deRandom.h', |
| 411 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deString.c', |
| 412 '<(DEPTH)/third_party/khronos_conform/framework/delibs/debase/deString.h', |
| 413 ], |
| 414 'depool_srcs': [ |
| 415 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/deMemPool.c'
, |
| 416 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/deMemPool.h'
, |
| 417 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolArray.
c', |
| 418 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolArray.
h', |
| 419 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHashAr
ray.c', |
| 420 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHashAr
ray.h', |
| 421 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHash.c
', |
| 422 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHash.h
', |
| 423 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHashSe
t.c', |
| 424 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHashSe
t.h', |
| 425 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHeap.c
', |
| 426 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolHeap.h
', |
| 427 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolMultiS
et.c', |
| 428 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolMultiS
et.h', |
| 429 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolSet.c'
, |
| 430 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolSet.h'
, |
| 431 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolString
Builder.c', |
| 432 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolString
Builder.h', |
| 433 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolTest.c
', |
| 434 '<(DEPTH)/third_party/khronos_conform/framework/delibs/depool/dePoolTest.h
', |
| 435 ], |
| 436 'dethread_srcs': [ |
| 437 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deAtomic.c
', |
| 438 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deAtomic.h
', |
| 439 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deMutex.h'
, |
| 440 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deSemaphor
e.h', |
| 441 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deThread.h
', |
| 442 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deThreadLo
cal.h', |
| 443 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deThreadTe
st.c', |
| 444 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/deThreadTe
st.h', |
| 445 ], |
| 446 'dethread_unix_srcs': [ |
| 447 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/unix/deMut
exUnix.c', |
| 448 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/unix/deSem
aphoreUnix.c', |
| 449 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/unix/deThr
eadLocalUnix.c', |
| 450 '<(DEPTH)/third_party/khronos_conform/framework/delibs/dethread/unix/deThr
eadUnix.c', |
| 451 ], |
| 452 'deutil_srcs': [ |
| 453 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deClock.c', |
| 454 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deClock.h', |
| 455 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deCommandLin
e.c', |
| 456 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deCommandLin
e.h', |
| 457 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deDynamicLib
rary.c', |
| 458 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deDynamicLib
rary.h', |
| 459 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deFile.c', |
| 460 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deFile.h', |
| 461 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deProcess.c'
, |
| 462 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deProcess.h'
, |
| 463 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deSocket.c', |
| 464 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deSocket.h', |
| 465 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deTimer.c', |
| 466 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deTimer.h', |
| 467 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deTimerTest.
c', |
| 468 '<(DEPTH)/third_party/khronos_conform/framework/delibs/deutil/deTimerTest.
h', |
| 469 ], |
| 470 'decpp_srcs': [ |
| 471 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deBlockBuffer
.cpp', |
| 472 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deBlockBuffer
.hpp', |
| 473 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDefs.cpp', |
| 474 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDefs.hpp', |
| 475 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDirectoryIt
erator.cpp', |
| 476 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDirectoryIt
erator.hpp', |
| 477 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDynamicLibr
ary.cpp', |
| 478 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deDynamicLibr
ary.hpp', |
| 479 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deFilePath.cp
p', |
| 480 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deFilePath.hp
p', |
| 481 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deMemPool.cpp
', |
| 482 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deMemPool.hpp
', |
| 483 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deMutex.cpp', |
| 484 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deMutex.hpp', |
| 485 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/dePoolArray.c
pp', |
| 486 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/dePoolArray.h
pp', |
| 487 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/dePoolString.
cpp', |
| 488 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/dePoolString.
hpp', |
| 489 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deRandom.cpp'
, |
| 490 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deRandom.hpp'
, |
| 491 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deRingBuffer.
cpp', |
| 492 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deRingBuffer.
hpp', |
| 493 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSemaphore.c
pp', |
| 494 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSemaphore.h
pp', |
| 495 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSharedPtr.c
pp', |
| 496 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSharedPtr.h
pp', |
| 497 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSocket.cpp'
, |
| 498 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deSocket.hpp'
, |
| 499 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deStringUtil.
cpp', |
| 500 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deStringUtil.
hpp', |
| 501 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deThread.cpp'
, |
| 502 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deThread.hpp'
, |
| 503 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deThreadSafeR
ingBuffer.cpp', |
| 504 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deThreadSafeR
ingBuffer.hpp', |
| 505 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deUniquePtr.c
pp', |
| 506 '<(DEPTH)/third_party/khronos_conform/framework/delibs/decpp/deUniquePtr.h
pp', |
| 507 ], |
| 508 } |
| 509 } |
OLD | NEW |