blob: eb520b524095df66b6c34e400a61db299d3cf70a [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': [
joshualittb0a8a372014-09-23 09:50:21 -070011 '<(skia_include_path)/gpu/GrBackendProcessorFactory.h',
bsalomon744998e2014-08-28 09:54:34 -070012 '<(skia_include_path)/gpu/GrBinHashKey.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000013 '<(skia_include_path)/gpu/GrClipData.h',
14 '<(skia_include_path)/gpu/GrColor.h',
15 '<(skia_include_path)/gpu/GrConfig.h',
16 '<(skia_include_path)/gpu/GrContext.h',
17 '<(skia_include_path)/gpu/GrContextFactory.h',
bsalomon@google.comea1abfc2013-10-02 15:02:55 +000018 '<(skia_include_path)/gpu/GrCoordTransform.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000019 '<(skia_include_path)/gpu/GrFontScaler.h',
20 '<(skia_include_path)/gpu/GrGlyph.h',
bsalomon6d3fe022014-07-25 08:35:45 -070021 '<(skia_include_path)/gpu/GrGpuResource.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000022 '<(skia_include_path)/gpu/GrPaint.h',
bsalomon@google.com45a15f52012-12-10 19:10:17 +000023 '<(skia_include_path)/gpu/GrPathRendererChain.h',
joshualittb0a8a372014-09-23 09:50:21 -070024 '<(skia_include_path)/gpu/GrProcessor.h',
25 '<(skia_include_path)/gpu/GrProcessorStage.h',
26 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
bsalomon95740982014-09-04 13:12:37 -070027 '<(skia_include_path)/gpu/GrProgramElement.h',
28 '<(skia_include_path)/gpu/GrProgramElementRef.h',
bsalomonf96ba022014-09-17 08:05:40 -070029 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000030 '<(skia_include_path)/gpu/GrRect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000031 '<(skia_include_path)/gpu/GrRenderTarget.h',
bsalomon744998e2014-08-28 09:54:34 -070032 '<(skia_include_path)/gpu/GrResourceKey.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000033 '<(skia_include_path)/gpu/GrSurface.h',
joshualitt249af152014-09-15 11:41:13 -070034 '<(skia_include_path)/gpu/GrShaderVar.h',
joshualittb0a8a372014-09-23 09:50:21 -070035 '<(skia_include_path)/gpu/GrTBackendProcessorFactory.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000036 '<(skia_include_path)/gpu/GrTexture.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +000037 '<(skia_include_path)/gpu/GrTextureAccess.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000038 '<(skia_include_path)/gpu/GrTypes.h',
39 '<(skia_include_path)/gpu/GrUserConfig.h',
40
41 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +000042 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000043 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
44 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
joshualittbab82ed2014-08-08 09:41:42 -070045 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000046
47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
48 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
jvanverthfa38a302014-10-06 05:59:05 -070051 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000053 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +000054 '<(skia_src_path)/gpu/GrAARectRenderer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000055 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
56 '<(skia_src_path)/gpu/GrAllocator.h',
57 '<(skia_src_path)/gpu/GrAllocPool.h',
58 '<(skia_src_path)/gpu/GrAllocPool.cpp',
59 '<(skia_src_path)/gpu/GrAtlas.cpp',
60 '<(skia_src_path)/gpu/GrAtlas.h',
jvanverth@google.comc7a40fa2013-10-16 18:15:34 +000061 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +000062 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +000063 '<(skia_src_path)/gpu/GrBlend.cpp',
64 '<(skia_src_path)/gpu/GrBlend.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000065 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
66 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
67 '<(skia_src_path)/gpu/GrCacheID.cpp',
68 '<(skia_src_path)/gpu/GrClipData.cpp',
jvanverth733f5f52014-07-11 19:45:16 -070069 '<(skia_src_path)/gpu/GrClipMaskCache.h',
70 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
71 '<(skia_src_path)/gpu/GrClipMaskManager.h',
72 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000073 '<(skia_src_path)/gpu/GrContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000074 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
75 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +000076 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
77 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
bsalomon@google.comaf84e742012-10-05 13:23:24 +000078 '<(skia_src_path)/gpu/GrDrawState.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000079 '<(skia_src_path)/gpu/GrDrawState.h',
80 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
81 '<(skia_src_path)/gpu/GrDrawTarget.h',
bsalomon@google.comc26d94f2013-03-25 18:19:00 +000082 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
jvanverth733f5f52014-07-11 19:45:16 -070083 '<(skia_src_path)/gpu/GrFontScaler.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000084 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000085 '<(skia_src_path)/gpu/GrGpu.cpp',
86 '<(skia_src_path)/gpu/GrGpu.h',
bsalomon6d3fe022014-07-25 08:35:45 -070087 '<(skia_src_path)/gpu/GrGpuResource.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000088 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000089 '<(skia_src_path)/gpu/GrIndexBuffer.h',
90 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
91 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
robertphillips@google.come930a072014-04-03 00:34:27 +000092 '<(skia_src_path)/gpu/GrLayerCache.cpp',
93 '<(skia_src_path)/gpu/GrLayerCache.h',
robertphillips98d709b2014-09-02 10:20:50 -070094 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
95 '<(skia_src_path)/gpu/GrLayerHoister.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000096 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
97 '<(skia_src_path)/gpu/GrMemoryPool.h',
bsalomon744998e2014-08-28 09:54:34 -070098 '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
egdaniel3658f382014-09-15 07:01:59 -070099 '<(skia_src_path)/gpu/GrOptDrawState.cpp',
100 '<(skia_src_path)/gpu/GrOptDrawState.h',
commit-bot@chromium.org4fcc3ca2014-02-27 20:23:22 +0000101 '<(skia_src_path)/gpu/GrOrderedSet.h',
commit-bot@chromium.org81312832013-03-22 18:34:09 +0000102 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +0000103 '<(skia_src_path)/gpu/GrOvalRenderer.h',
commit-bot@chromium.org42dacab2013-07-13 17:24:24 +0000104 '<(skia_src_path)/gpu/GrPaint.cpp',
robertphillips@google.com7fa18762012-09-11 13:02:31 +0000105 '<(skia_src_path)/gpu/GrPath.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000106 '<(skia_src_path)/gpu/GrPath.h',
cdalton855d83f2014-09-18 13:51:53 -0700107 '<(skia_src_path)/gpu/GrPathRange.cpp',
cdaltonb85a0aa2014-07-21 15:32:44 -0700108 '<(skia_src_path)/gpu/GrPathRange.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000109 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000110 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
111 '<(skia_src_path)/gpu/GrPathRenderer.h',
cdalton855d83f2014-09-18 13:51:53 -0700112 '<(skia_src_path)/gpu/GrPathRendering.cpp',
kkinnunenccdaa042014-08-20 01:36:23 -0700113 '<(skia_src_path)/gpu/GrPathRendering.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000114 '<(skia_src_path)/gpu/GrPathUtils.cpp',
115 '<(skia_src_path)/gpu/GrPathUtils.h',
bsalomon95740982014-09-04 13:12:37 -0700116 '<(skia_src_path)/gpu/GrProgramElement.cpp',
joshualittb0a8a372014-09-23 09:50:21 -0700117 '<(skia_src_path)/gpu/GrProcessor.cpp',
bsalomonf96ba022014-09-17 08:05:40 -0700118 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
commit-bot@chromium.org8ddc26b2014-03-31 17:55:12 +0000119 '<(skia_src_path)/gpu/GrPictureUtils.h',
120 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000121 '<(skia_src_path)/gpu/GrPlotMgr.h',
robertphillipsd982eb22014-09-03 11:04:30 -0700122 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
123 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000124 '<(skia_src_path)/gpu/GrRectanizer.h',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000125 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
126 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
commit-bot@chromium.org09846a02013-10-02 17:37:59 +0000127 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000128 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000129 '<(skia_src_path)/gpu/GrRedBlackTree.h',
130 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
bsalomon@google.com170bd792012-12-05 22:26:11 +0000131 '<(skia_src_path)/gpu/GrReducedClip.cpp',
132 '<(skia_src_path)/gpu/GrReducedClip.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000133 '<(skia_src_path)/gpu/GrResourceCache.cpp',
134 '<(skia_src_path)/gpu/GrResourceCache.h',
bsalomonc8dc1f72014-08-21 13:02:13 -0700135 '<(skia_src_path)/gpu/GrResourceCache2.cpp',
136 '<(skia_src_path)/gpu/GrResourceCache2.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000137 '<(skia_src_path)/gpu/GrStencil.cpp',
138 '<(skia_src_path)/gpu/GrStencil.h',
139 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
140 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
kkinnunenc6cb56f2014-06-24 00:12:27 -0700141 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
142 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000143 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
144 '<(skia_src_path)/gpu/GrStencilBuffer.h',
egdanield58a0ba2014-06-11 10:30:05 -0700145 '<(skia_src_path)/gpu/GrStrokeInfo.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000146 '<(skia_src_path)/gpu/GrTBSearch.h',
commit-bot@chromium.org2a05de02014-03-25 15:17:32 +0000147 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
148 '<(skia_src_path)/gpu/GrTraceMarker.h',
149 '<(skia_src_path)/gpu/GrTracing.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000150 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
151 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
152 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
153 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
bsalomonafbf2d62014-09-30 12:18:44 -0700154 '<(skia_src_path)/gpu/GrSurfacePriv.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000155 '<(skia_src_path)/gpu/GrSurface.cpp',
156 '<(skia_src_path)/gpu/GrTemplates.h',
157 '<(skia_src_path)/gpu/GrTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +0000158 '<(skia_src_path)/gpu/GrTextContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000159 '<(skia_src_path)/gpu/GrTextStrike.cpp',
160 '<(skia_src_path)/gpu/GrTextStrike.h',
161 '<(skia_src_path)/gpu/GrTextStrike_impl.h',
162 '<(skia_src_path)/gpu/GrTexture.cpp',
bsalomonafbf2d62014-09-30 12:18:44 -0700163 '<(skia_src_path)/gpu/GrTexturePriv.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +0000164 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000165 '<(skia_src_path)/gpu/GrVertexBuffer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000166
167 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
bsalomon@google.coma04e8e82012-08-27 12:53:13 +0000168 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
169 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
commit-bot@chromium.org07e1c3f2013-08-22 20:41:15 +0000170 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
171 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000172 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
173 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
commit-bot@chromium.orgc3fe5492014-01-30 18:15:51 +0000174 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
175 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
humper@google.com3aad3b02013-09-04 19:23:53 +0000176 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
177 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
commit-bot@chromium.org76eaf742013-09-30 18:41:38 +0000178 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
179 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
commit-bot@chromium.org628ed0b2014-05-19 14:32:49 +0000180 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
181 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +0000182 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
183 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
krajcevskif461a8f2014-06-19 14:14:06 -0700184 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
185 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
joshualittac977922014-07-22 09:52:11 -0700186 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
187 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
commit-bot@chromium.org3eedb802014-03-28 15:58:31 +0000188 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
189 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
commit-bot@chromium.orgc2f78242014-02-19 15:18:05 +0000190 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
191 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
bsalomon@google.com68b58c92013-01-17 16:50:08 +0000192 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
193 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000194 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000195 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
commit-bot@chromium.org907fbd52013-12-09 17:03:02 +0000196 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000197 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000198 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
199 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
sugoi24dcac22014-07-07 15:09:48 -0700200 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
201 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
skia.committer@gmail.com91274b92013-03-13 07:01:04 +0000202
commit-bot@chromium.org9add5dc2014-04-29 20:06:22 +0000203 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
204 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
bsalomon@google.come49ad452013-02-20 19:33:20 +0000205 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
206 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000207 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
robertphillips@google.com6177e692013-02-28 20:16:25 +0000209 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
210 '<(skia_src_path)/gpu/gl/GrGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000211 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
213 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
joshualitt249af152014-09-15 11:41:13 -0700214 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +0000215 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000216 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
217 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
218 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
219 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
cdalton51192342014-06-09 11:16:58 -0700220 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
221 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
bsalomon@google.com8f943612013-02-26 14:34:43 +0000222 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
223 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000224 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
225 '<(skia_src_path)/gpu/gl/GrGLPath.h',
cdaltonb85a0aa2014-07-21 15:32:44 -0700226 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
227 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
cdaltonc7103a12014-08-11 14:05:05 -0700228 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
229 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
joshualittb0a8a372014-09-23 09:50:21 -0700230 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000231 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
bsalomon@google.com798c8c42013-03-27 19:50:27 +0000233 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
bsalomon@google.com31ec7982013-03-27 18:14:57 +0000234 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
kkinnunen7510b222014-07-30 00:04:16 -0700235 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000237 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
238 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000239 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
240 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
241 '<(skia_src_path)/gpu/gl/GrGLSL.h',
bsalomon@google.com018f1792013-04-18 19:36:09 +0000242 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000243 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
244 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
245 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
246 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
247 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
248 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000249 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
bsalomon@google.com6918d482013-03-07 19:09:11 +0000250 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
251 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000252 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
253 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
254 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
255 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
256 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000257
joshualitt30ba4362014-08-21 20:18:45 -0700258 # Files for building GLSL shaders
joshualitt47bb3822014-10-07 16:43:25 -0700259 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp',
260 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h',
261 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp',
262 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h',
joshualittdb0d3ca2014-10-07 12:42:26 -0700263 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
264 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700265 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
266 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
joshualitt30ba4362014-08-21 20:18:45 -0700267 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
268 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700269 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
joshualitt30ba4362014-08-21 20:18:45 -0700270 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
271 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
272 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
273 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
274 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
275 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
276
robertphillips@google.come63296e2013-06-18 14:43:53 +0000277 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000278 '<(skia_include_path)/gpu/SkGr.h',
279 '<(skia_include_path)/gpu/SkGrPixelRef.h',
280 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
281
bsalomon10805962014-10-08 04:45:09 -0700282 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000283
284 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
bsalomon38509712014-09-17 07:44:25 -0700285 '<(skia_src_path)/gpu/SkGpuDevice.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000286 '<(skia_src_path)/gpu/SkGr.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000287 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
288 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
289
290 '<(skia_src_path)/image/SkImage_Gpu.cpp',
291 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
292
bsalomon10805962014-10-08 04:45:09 -0700293 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp'
bsalomon@google.com20806352012-08-23 12:55:01 +0000294 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000295 'skgpu_native_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000296 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
297 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
298 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
derekf29dda802014-10-01 10:52:52 -0700299 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
300 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000301 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
bsalomon@google.comc58b1262012-10-01 19:06:57 +0000302 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000303
304 # Sk files
bsalomon10805962014-10-08 04:45:09 -0700305 '<(skia_include_path)/gpu/gl/SkNativeGLContext.h',
306 '<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp',
307 '<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp',
308 '<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp',
309 '<(skia_src_path)/gpu/gl/glx/SkNativeGLContext_glx.cpp',
310 '<(skia_src_path)/gpu/gl/egl/SkNativeGLContext_egl.cpp',
311 '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm',
bsalomon@google.com20806352012-08-23 12:55:01 +0000312 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000313 'skgpu_mesa_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000314 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000315
316 # Sk files
317 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h',
318 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000319 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000320 'skgpu_angle_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000321 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000322
323 # Sk files
324 '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h',
325 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000326 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000327 'skgpu_debug_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000328 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
329 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
330 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
331 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
332 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
333 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
334 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
335 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
336 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
337 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
338 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
339 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
340 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
341 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
342 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
343 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
344 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
345 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
bsalomon@google.comecd84842013-03-01 15:36:02 +0000346 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000347
robertphillips@google.come63296e2013-06-18 14:43:53 +0000348 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000349 '<(skia_include_path)/gpu/gl/SkDebugGLContext.h',
350 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
351 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000352 'skgpu_null_gl_sources': [
353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
354
355 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
358 ],
359 },
360}