blob: 5eb9a7944873ec9b034b635a0b1e37d738c426df [file] [log] [blame]
robertphillips@google.come63296e2013-06-18 14:43:53 +00001# Include this gypi to include all 'gpu' files
bsalomon@google.com20806352012-08-23 12:55:01 +00002# The parent gyp/gypi file must define
3# 'skia_src_path' e.g. skia/trunk/src
4# 'skia_include_path' e.g. skia/trunk/include
5#
6# The skia build defines these in common_variables.gypi
7#
8{
9 'variables': {
robertphillips@google.come63296e2013-06-18 14:43:53 +000010 'skgpu_sources': [
bsalomon@google.com396e61f2012-10-25 19:00:29 +000011 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000012 '<(skia_include_path)/gpu/GrClipData.h',
13 '<(skia_include_path)/gpu/GrColor.h',
14 '<(skia_include_path)/gpu/GrConfig.h',
15 '<(skia_include_path)/gpu/GrContext.h',
16 '<(skia_include_path)/gpu/GrContextFactory.h',
bsalomon@google.comea1abfc2013-10-02 15:02:55 +000017 '<(skia_include_path)/gpu/GrCoordTransform.h',
bsalomon@google.coma469c282012-10-24 18:28:34 +000018 '<(skia_include_path)/gpu/GrEffect.h',
bsalomon@google.com08283af2012-10-26 13:01:20 +000019 '<(skia_include_path)/gpu/GrEffectStage.h',
bsalomon@google.com6f261be2012-10-24 19:07:10 +000020 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000021 '<(skia_include_path)/gpu/GrFontScaler.h',
22 '<(skia_include_path)/gpu/GrGlyph.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000023 '<(skia_include_path)/gpu/GrKey.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000024 '<(skia_include_path)/gpu/GrPaint.h',
bsalomon@google.com45a15f52012-12-10 19:10:17 +000025 '<(skia_include_path)/gpu/GrPathRendererChain.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000026 '<(skia_include_path)/gpu/GrPoint.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000027 '<(skia_include_path)/gpu/GrRect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000028 '<(skia_include_path)/gpu/GrRenderTarget.h',
29 '<(skia_include_path)/gpu/GrResource.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000030 '<(skia_include_path)/gpu/GrSurface.h',
bsalomon@google.com2eaaefd2012-10-29 19:51:22 +000031 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000032 '<(skia_include_path)/gpu/GrTexture.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +000033 '<(skia_include_path)/gpu/GrTextureAccess.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000034 '<(skia_include_path)/gpu/GrTypes.h',
35 '<(skia_include_path)/gpu/GrUserConfig.h',
36
37 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +000038 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000039 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
40 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
41
42 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
43 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
44 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
45 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
46 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +000047 '<(skia_src_path)/gpu/GrAARectRenderer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000048 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
49 '<(skia_src_path)/gpu/GrAllocator.h',
50 '<(skia_src_path)/gpu/GrAllocPool.h',
51 '<(skia_src_path)/gpu/GrAllocPool.cpp',
52 '<(skia_src_path)/gpu/GrAtlas.cpp',
53 '<(skia_src_path)/gpu/GrAtlas.h',
54 '<(skia_src_path)/gpu/GrBinHashKey.h',
jvanverth@google.comc7a40fa2013-10-16 18:15:34 +000055 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +000056 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +000057 '<(skia_src_path)/gpu/GrBlend.cpp',
58 '<(skia_src_path)/gpu/GrBlend.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000059 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
60 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
61 '<(skia_src_path)/gpu/GrCacheID.cpp',
62 '<(skia_src_path)/gpu/GrClipData.cpp',
63 '<(skia_src_path)/gpu/GrContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000064 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +000066 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
67 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
bsalomon@google.comaf84e742012-10-05 13:23:24 +000068 '<(skia_src_path)/gpu/GrDrawState.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000069 '<(skia_src_path)/gpu/GrDrawState.h',
70 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
71 '<(skia_src_path)/gpu/GrDrawTarget.h',
bsalomon@google.comc26d94f2013-03-25 18:19:00 +000072 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
bsalomon@google.coma469c282012-10-24 18:28:34 +000073 '<(skia_src_path)/gpu/GrEffect.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000074 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
robertphillips@google.com1fcc1b82012-08-29 12:52:05 +000075 '<(skia_src_path)/gpu/GrClipMaskCache.h',
76 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000077 '<(skia_src_path)/gpu/GrClipMaskManager.h',
78 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
79 '<(skia_src_path)/gpu/GrGpu.cpp',
80 '<(skia_src_path)/gpu/GrGpu.h',
81 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000082 '<(skia_src_path)/gpu/GrIndexBuffer.h',
83 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
robertphillips@google.come930a072014-04-03 00:34:27 +000085 '<(skia_src_path)/gpu/GrLayerCache.cpp',
86 '<(skia_src_path)/gpu/GrLayerCache.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000087 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
88 '<(skia_src_path)/gpu/GrMemoryPool.h',
commit-bot@chromium.org4fcc3ca2014-02-27 20:23:22 +000089 '<(skia_src_path)/gpu/GrOrderedSet.h',
commit-bot@chromium.org81312832013-03-22 18:34:09 +000090 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +000091 '<(skia_src_path)/gpu/GrOvalRenderer.h',
commit-bot@chromium.org42dacab2013-07-13 17:24:24 +000092 '<(skia_src_path)/gpu/GrPaint.cpp',
robertphillips@google.com7fa18762012-09-11 13:02:31 +000093 '<(skia_src_path)/gpu/GrPath.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000094 '<(skia_src_path)/gpu/GrPath.h',
95 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000096 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
97 '<(skia_src_path)/gpu/GrPathRenderer.h',
98 '<(skia_src_path)/gpu/GrPathUtils.cpp',
99 '<(skia_src_path)/gpu/GrPathUtils.h',
commit-bot@chromium.org8ddc26b2014-03-31 17:55:12 +0000100 '<(skia_src_path)/gpu/GrPictureUtils.h',
101 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000102 '<(skia_src_path)/gpu/GrPlotMgr.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000103 '<(skia_src_path)/gpu/GrRectanizer.cpp',
104 '<(skia_src_path)/gpu/GrRectanizer.h',
commit-bot@chromium.org09846a02013-10-02 17:37:59 +0000105 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000106 '<(skia_src_path)/gpu/GrRedBlackTree.h',
107 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
bsalomon@google.com170bd792012-12-05 22:26:11 +0000108 '<(skia_src_path)/gpu/GrReducedClip.cpp',
109 '<(skia_src_path)/gpu/GrReducedClip.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000110 '<(skia_src_path)/gpu/GrResource.cpp',
111 '<(skia_src_path)/gpu/GrResourceCache.cpp',
112 '<(skia_src_path)/gpu/GrResourceCache.h',
113 '<(skia_src_path)/gpu/GrStencil.cpp',
114 '<(skia_src_path)/gpu/GrStencil.h',
115 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
116 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
117 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
118 '<(skia_src_path)/gpu/GrStencilBuffer.h',
119 '<(skia_src_path)/gpu/GrTBSearch.h',
commit-bot@chromium.org2a05de02014-03-25 15:17:32 +0000120 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
121 '<(skia_src_path)/gpu/GrTraceMarker.h',
122 '<(skia_src_path)/gpu/GrTracing.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000123 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
124 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
125 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
126 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
127 '<(skia_src_path)/gpu/GrSurface.cpp',
128 '<(skia_src_path)/gpu/GrTemplates.h',
129 '<(skia_src_path)/gpu/GrTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +0000130 '<(skia_src_path)/gpu/GrTextContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000131 '<(skia_src_path)/gpu/GrTextStrike.cpp',
132 '<(skia_src_path)/gpu/GrTextStrike.h',
133 '<(skia_src_path)/gpu/GrTextStrike_impl.h',
134 '<(skia_src_path)/gpu/GrTexture.cpp',
bsalomon@google.com047696c2012-09-11 13:29:29 +0000135 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
mtklein@google.com4c2af742013-10-21 21:04:06 +0000136 '<(skia_src_path)/gpu/GrTHashTable.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000137 '<(skia_src_path)/gpu/GrVertexBuffer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000138
139 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
bsalomon@google.coma04e8e82012-08-27 12:53:13 +0000140 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
141 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
commit-bot@chromium.org07e1c3f2013-08-22 20:41:15 +0000142 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
143 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000144 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
145 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
commit-bot@chromium.orgc3fe5492014-01-30 18:15:51 +0000146 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
147 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
humper@google.com3aad3b02013-09-04 19:23:53 +0000148 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
149 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
commit-bot@chromium.org76eaf742013-09-30 18:41:38 +0000150 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
151 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +0000152 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
153 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
commit-bot@chromium.org3eedb802014-03-28 15:58:31 +0000154 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
155 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
commit-bot@chromium.orgc2f78242014-02-19 15:18:05 +0000156 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
157 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
bsalomon@google.com68b58c92013-01-17 16:50:08 +0000158 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
159 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000160 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000161 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
commit-bot@chromium.org907fbd52013-12-09 17:03:02 +0000162 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000163 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000164 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
165 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
skia.committer@gmail.com91274b92013-03-13 07:01:04 +0000166
bsalomon@google.come49ad452013-02-20 19:33:20 +0000167 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
168 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000169 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
170 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
robertphillips@google.com6177e692013-02-28 20:16:25 +0000171 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
172 '<(skia_src_path)/gpu/gl/GrGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000173 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
174 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
175 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
bsalomon@google.comd698f772012-10-25 13:22:00 +0000176 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
commit-bot@chromium.org261dc562013-10-04 15:42:56 +0000177 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +0000178 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000179 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
180 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
181 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
182 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
bsalomon@google.com8f943612013-02-26 14:34:43 +0000183 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
184 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000185 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
186 '<(skia_src_path)/gpu/gl/GrGLPath.h',
187 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
188 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
bsalomon@google.com798c8c42013-03-27 19:50:27 +0000189 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
bsalomon@google.com31ec7982013-03-27 18:14:57 +0000190 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
commit-bot@chromium.org3390b9a2013-10-03 15:17:58 +0000191 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
192 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000193 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
194 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
195 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
196 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
197 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
198 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
199 '<(skia_src_path)/gpu/gl/GrGLSL.h',
bsalomon@google.com018f1792013-04-18 19:36:09 +0000200 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000201 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
202 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
203 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
204 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
205 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
206 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
207 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h',
209 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
bsalomon@google.com6918d482013-03-07 19:09:11 +0000210 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
211 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000212 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
213 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
214 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
215 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
216 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000217
218 # Sk files
219 '<(skia_include_path)/gpu/SkGpuDevice.h',
220 '<(skia_include_path)/gpu/SkGr.h',
221 '<(skia_include_path)/gpu/SkGrPixelRef.h',
222 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
223
224 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
225
226 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
227 '<(skia_src_path)/gpu/SkGr.cpp',
228 '<(skia_src_path)/gpu/SkGrFontScaler.cpp',
229 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
230 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
231
232 '<(skia_src_path)/image/SkImage_Gpu.cpp',
233 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
234
235 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp'
bsalomon@google.com20806352012-08-23 12:55:01 +0000236 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000237 'skgpu_native_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000238 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
239 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
240 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
241 '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp',
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000242 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
bsalomon@google.comc58b1262012-10-01 19:06:57 +0000243 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000244
245 # Sk files
246 '<(skia_include_path)/gpu/gl/SkNativeGLContext.h',
247 '<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp',
248 '<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp',
249 '<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp',
250 '<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp',
251 '<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp',
252 '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm',
bsalomon@google.com20806352012-08-23 12:55:01 +0000253 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000254 'skgpu_mesa_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000255 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000256
257 # Sk files
258 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h',
259 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000260 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000261 'skgpu_angle_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000262 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000263
264 # Sk files
265 '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h',
266 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000267 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000268 'skgpu_debug_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000269 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
270 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
271 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
272 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
273 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
274 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
275 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
276 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
277 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
278 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
279 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
280 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
281 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
282 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
283 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
284 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
285 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
286 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
bsalomon@google.comecd84842013-03-01 15:36:02 +0000287 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000288
robertphillips@google.come63296e2013-06-18 14:43:53 +0000289 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000290 '<(skia_include_path)/gpu/gl/SkDebugGLContext.h',
291 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
292 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000293 'skgpu_null_gl_sources': [
294 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
295
296 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000297 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
298 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
299 ],
300 },
301}