2013-06-18 14:43:53 +00:00
|
|
|
# Include this gypi to include all 'gpu' files
|
2012-08-23 12:55:01 +00:00
|
|
|
# The parent gyp/gypi file must define
|
|
|
|
# 'skia_src_path' e.g. skia/trunk/src
|
|
|
|
# 'skia_include_path' e.g. skia/trunk/include
|
|
|
|
#
|
|
|
|
# The skia build defines these in common_variables.gypi
|
|
|
|
#
|
|
|
|
{
|
|
|
|
'variables': {
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_sources': [
|
2012-10-25 19:00:29 +00:00
|
|
|
'<(skia_include_path)/gpu/GrBackendEffectFactory.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrClipData.h',
|
|
|
|
'<(skia_include_path)/gpu/GrColor.h',
|
|
|
|
'<(skia_include_path)/gpu/GrConfig.h',
|
|
|
|
'<(skia_include_path)/gpu/GrContext.h',
|
|
|
|
'<(skia_include_path)/gpu/GrContextFactory.h',
|
2013-10-02 15:02:55 +00:00
|
|
|
'<(skia_include_path)/gpu/GrCoordTransform.h',
|
2012-10-24 18:28:34 +00:00
|
|
|
'<(skia_include_path)/gpu/GrEffect.h',
|
2012-10-26 13:01:20 +00:00
|
|
|
'<(skia_include_path)/gpu/GrEffectStage.h',
|
2012-10-24 19:07:10 +00:00
|
|
|
'<(skia_include_path)/gpu/GrEffectUnitTest.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrFontScaler.h',
|
|
|
|
'<(skia_include_path)/gpu/GrGlyph.h',
|
|
|
|
'<(skia_include_path)/gpu/GrKey.h',
|
|
|
|
'<(skia_include_path)/gpu/GrPaint.h',
|
2012-12-10 19:10:17 +00:00
|
|
|
'<(skia_include_path)/gpu/GrPathRendererChain.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrPoint.h',
|
|
|
|
'<(skia_include_path)/gpu/GrRect.h',
|
|
|
|
'<(skia_include_path)/gpu/GrRenderTarget.h',
|
|
|
|
'<(skia_include_path)/gpu/GrResource.h',
|
|
|
|
'<(skia_include_path)/gpu/GrSurface.h',
|
2012-10-29 19:51:22 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTextContext.h',
|
|
|
|
'<(skia_include_path)/gpu/GrTexture.h',
|
2012-09-11 13:29:29 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTextureAccess.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/GrTypes.h',
|
|
|
|
'<(skia_include_path)/gpu/GrUserConfig.h',
|
|
|
|
|
|
|
|
'<(skia_include_path)/gpu/gl/GrGLConfig.h',
|
2013-02-26 21:46:32 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLExtensions.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/GrGLFunctions.h',
|
|
|
|
'<(skia_include_path)/gpu/gl/GrGLInterface.h',
|
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAARectRenderer.cpp',
|
2013-09-06 16:57:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAARectRenderer.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAllocator.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAllocPool.h',
|
|
|
|
'<(skia_src_path)/gpu/GrAllocPool.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAtlas.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrAtlas.h',
|
|
|
|
'<(skia_src_path)/gpu/GrBinHashKey.h',
|
2013-08-14 21:56:37 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBlend.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBlend.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrBufferAllocPool.h',
|
|
|
|
'<(skia_src_path)/gpu/GrCacheID.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrClipData.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
|
2012-10-05 13:23:24 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDrawState.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDrawState.h',
|
|
|
|
'<(skia_src_path)/gpu/GrDrawTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrDrawTarget.h',
|
2013-03-25 18:19:00 +00:00
|
|
|
'<(skia_src_path)/gpu/GrDrawTargetCaps.h',
|
2012-10-24 18:28:34 +00:00
|
|
|
'<(skia_src_path)/gpu/GrEffect.cpp',
|
2012-09-11 13:02:31 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGeometryBuffer.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrGeometryBuffer.h',
|
2012-08-29 12:52:05 +00:00
|
|
|
'<(skia_src_path)/gpu/GrClipMaskCache.h',
|
|
|
|
'<(skia_src_path)/gpu/GrClipMaskCache.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrClipMaskManager.h',
|
|
|
|
'<(skia_src_path)/gpu/GrClipMaskManager.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrGpu.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrGpu.h',
|
|
|
|
'<(skia_src_path)/gpu/GrGpuFactory.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrIndexBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrMemoryPool.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrMemoryPool.h',
|
2013-03-22 18:34:09 +00:00
|
|
|
'<(skia_src_path)/gpu/GrOvalRenderer.cpp',
|
2013-09-06 16:57:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrOvalRenderer.h',
|
2013-07-13 17:24:24 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPaint.cpp',
|
2012-09-11 13:02:31 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPath.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrPath.h',
|
|
|
|
'<(skia_src_path)/gpu/GrPathRendererChain.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrPathUtils.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrPathUtils.h',
|
|
|
|
'<(skia_src_path)/gpu/GrPlotMgr.h',
|
|
|
|
'<(skia_src_path)/gpu/GrRectanizer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrRectanizer.h',
|
2013-10-02 17:37:59 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrRedBlackTree.h',
|
|
|
|
'<(skia_src_path)/gpu/GrRenderTarget.cpp',
|
2012-12-05 22:26:11 +00:00
|
|
|
'<(skia_src_path)/gpu/GrReducedClip.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrReducedClip.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrResource.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrResourceCache.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrResourceCache.h',
|
|
|
|
'<(skia_src_path)/gpu/GrStencil.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencil.h',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrStencilBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrTBSearch.h',
|
|
|
|
'<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrSWMaskHelper.h',
|
|
|
|
'<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
|
|
|
|
'<(skia_src_path)/gpu/GrSurface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTemplates.h',
|
|
|
|
'<(skia_src_path)/gpu/GrTextContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTextStrike.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTextStrike.h',
|
|
|
|
'<(skia_src_path)/gpu/GrTextStrike_impl.h',
|
|
|
|
'<(skia_src_path)/gpu/GrTexture.cpp',
|
2012-09-11 13:29:29 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTextureAccess.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTHashCache.h',
|
|
|
|
'<(skia_src_path)/gpu/GrVertexBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/gr_unittests.cpp',
|
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
|
2012-08-27 12:53:13 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
|
2013-08-22 20:41:15 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrBezierEffect.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
|
2013-09-04 19:23:53 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
|
2013-09-30 18:41:38 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
|
2013-01-17 16:50:08 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h',
|
2013-03-12 12:26:08 +00:00
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
|
|
|
|
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
|
2013-03-13 07:01:04 +00:00
|
|
|
|
2013-02-20 19:33:20 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCaps.h',
|
2013-02-28 20:16:25 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLContext.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLContext.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefines.h',
|
2012-10-25 13:22:00 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLEffect.h',
|
2013-10-04 15:42:56 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexEffect.h',
|
2013-02-26 21:46:32 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLIRect.h',
|
2013-02-26 14:34:43 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPath.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLPath.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgram.h',
|
2013-03-27 19:50:27 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
|
2013-03-27 18:14:57 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
|
2013-10-03 15:17:58 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLSL.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLSL.h',
|
2013-04-18 19:36:09 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLTexture.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUtil.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUniformManager.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
|
2013-03-07 19:09:11 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGpuGL.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
|
|
|
'<(skia_include_path)/gpu/SkGpuDevice.h',
|
|
|
|
'<(skia_include_path)/gpu/SkGr.h',
|
|
|
|
'<(skia_include_path)/gpu/SkGrPixelRef.h',
|
|
|
|
'<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
|
|
|
|
|
|
|
|
'<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
|
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/SkGpuDevice.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGr.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGrFontScaler.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGrPixelRef.cpp',
|
|
|
|
'<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
|
|
|
|
|
|
|
|
'<(skia_src_path)/image/SkImage_Gpu.cpp',
|
|
|
|
'<(skia_src_path)/image/SkSurface_Gpu.cpp',
|
|
|
|
|
|
|
|
'<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp'
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_native_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp',
|
2012-09-28 16:56:28 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
|
2012-10-01 19:06:57 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
|
|
|
'<(skia_include_path)/gpu/gl/SkNativeGLContext.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_mesa_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
|
|
|
'<(skia_include_path)/gpu/gl/SkMesaGLContext.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_angle_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
2013-06-18 14:43:53 +00:00
|
|
|
|
|
|
|
# Sk files
|
|
|
|
'<(skia_include_path)/gpu/gl/SkANGLEGLContext.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
|
2012-08-23 12:55:01 +00:00
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_debug_gl_sources': [
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
|
2013-03-01 15:36:02 +00:00
|
|
|
'<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
|
2012-08-23 12:55:01 +00:00
|
|
|
|
2013-06-18 14:43:53 +00:00
|
|
|
# Sk files
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/SkDebugGLContext.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
|
|
|
|
],
|
2013-06-18 14:43:53 +00:00
|
|
|
'skgpu_null_gl_sources': [
|
|
|
|
'<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
|
|
|
|
|
|
|
|
# Sk files
|
2012-08-23 12:55:01 +00:00
|
|
|
'<(skia_include_path)/gpu/gl/SkNullGLContext.h',
|
|
|
|
'<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|