blob: 4110c7ea5311f188fff7b2f67db70fdae0a74caf [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.com20806352012-08-23 12:55:01 +000011 '<(skia_include_path)/gpu/GrClipData.h',
12 '<(skia_include_path)/gpu/GrColor.h',
13 '<(skia_include_path)/gpu/GrConfig.h',
14 '<(skia_include_path)/gpu/GrContext.h',
bsalomon@google.comea1abfc2013-10-02 15:02:55 +000015 '<(skia_include_path)/gpu/GrCoordTransform.h',
bsalomon6251d172014-10-15 10:50:36 -070016 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
bsalomonae59b772014-11-19 08:23:49 -080017 '<(skia_include_path)/gpu/GrFragmentStage.h',
bsalomon6d3fe022014-07-25 08:35:45 -070018 '<(skia_include_path)/gpu/GrGpuResource.h',
egdaniel605dd0f2014-11-12 08:35:25 -080019 '<(skia_include_path)/gpu/GrInvariantOutput.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000020 '<(skia_include_path)/gpu/GrPaint.h',
bsalomon@google.com45a15f52012-12-10 19:10:17 +000021 '<(skia_include_path)/gpu/GrPathRendererChain.h',
joshualittb0a8a372014-09-23 09:50:21 -070022 '<(skia_include_path)/gpu/GrProcessor.h',
joshualittb0a8a372014-09-23 09:50:21 -070023 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
bsalomon95740982014-09-04 13:12:37 -070024 '<(skia_include_path)/gpu/GrProgramElement.h',
bsalomonf96ba022014-09-17 08:05:40 -070025 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000026 '<(skia_include_path)/gpu/GrRect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000027 '<(skia_include_path)/gpu/GrRenderTarget.h',
bsalomon744998e2014-08-28 09:54:34 -070028 '<(skia_include_path)/gpu/GrResourceKey.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000029 '<(skia_include_path)/gpu/GrSurface.h',
joshualitt249af152014-09-15 11:41:13 -070030 '<(skia_include_path)/gpu/GrShaderVar.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000031 '<(skia_include_path)/gpu/GrTexture.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +000032 '<(skia_include_path)/gpu/GrTextureAccess.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000033 '<(skia_include_path)/gpu/GrTypes.h',
34 '<(skia_include_path)/gpu/GrUserConfig.h',
egdaniel378092f2014-12-03 10:40:13 -080035 '<(skia_include_path)/gpu/GrXferProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000036
egdaniel0063a9b2015-01-15 10:52:32 -080037 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
egdaniel8bf2bd32014-12-05 12:14:26 -080038 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
39
bsalomon@google.com20806352012-08-23 12:55:01 +000040 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +000041 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000042 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
43 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
joshualittbab82ed2014-08-08 09:41:42 -070044 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000045
46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
jvanverthfa38a302014-10-06 05:59:05 -070050 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000052 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +000053 '<(skia_src_path)/gpu/GrAARectRenderer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000054 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
55 '<(skia_src_path)/gpu/GrAllocator.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000056 '<(skia_src_path)/gpu/GrAtlas.cpp',
57 '<(skia_src_path)/gpu/GrAtlas.h',
jvanverth@google.comc7a40fa2013-10-16 18:15:34 +000058 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +000059 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +000060 '<(skia_src_path)/gpu/GrBlend.cpp',
61 '<(skia_src_path)/gpu/GrBlend.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000062 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
63 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000064 '<(skia_src_path)/gpu/GrClipData.cpp',
jvanverth733f5f52014-07-11 19:45:16 -070065 '<(skia_src_path)/gpu/GrClipMaskCache.h',
66 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
67 '<(skia_src_path)/gpu/GrClipMaskManager.h',
68 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000069 '<(skia_src_path)/gpu/GrContext.cpp',
bsalomon17168df2014-12-09 09:00:49 -080070 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
joshualitt4973d9d2014-11-08 09:24:25 -080071 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
72 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000073 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
74 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +000075 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
76 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000077 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
78 '<(skia_src_path)/gpu/GrDrawTarget.h',
bsalomon@google.comc26d94f2013-03-25 18:19:00 +000079 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
bsalomon371bcbc2014-12-01 08:19:34 -080080 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp',
81 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h',
jvanverth733f5f52014-07-11 19:45:16 -070082 '<(skia_src_path)/gpu/GrFontScaler.cpp',
djsollen0b17d6c2014-11-13 12:52:35 -080083 '<(skia_src_path)/gpu/GrFontScaler.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000084 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
joshualittca0a1792015-01-27 06:41:33 -080085 '<(skia_src_path)/gpu/GrGeometryData.h',
joshualitt02bcd9d2014-11-19 08:24:09 -080086 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
joshualitt9b989322014-12-15 14:16:27 -080087 '<(skia_src_path)/gpu/GrGeometryProcessor.cpp',
djsollen0b17d6c2014-11-13 12:52:35 -080088 '<(skia_src_path)/gpu/GrGlyph.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000089 '<(skia_src_path)/gpu/GrGpu.cpp',
90 '<(skia_src_path)/gpu/GrGpu.h',
bsalomon453cf402014-11-11 14:15:57 -080091 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
bsalomon6d3fe022014-07-25 08:35:45 -070092 '<(skia_src_path)/gpu/GrGpuResource.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000093 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000094 '<(skia_src_path)/gpu/GrIndexBuffer.h',
egdaniel605dd0f2014-11-12 08:35:25 -080095 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000096 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
97 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
robertphillips@google.come930a072014-04-03 00:34:27 +000098 '<(skia_src_path)/gpu/GrLayerCache.cpp',
99 '<(skia_src_path)/gpu/GrLayerCache.h',
robertphillips98d709b2014-09-02 10:20:50 -0700100 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
101 '<(skia_src_path)/gpu/GrLayerHoister.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000102 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
103 '<(skia_src_path)/gpu/GrMemoryPool.h',
bsalomon744998e2014-08-28 09:54:34 -0700104 '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
commit-bot@chromium.org4fcc3ca2014-02-27 20:23:22 +0000105 '<(skia_src_path)/gpu/GrOrderedSet.h',
commit-bot@chromium.org81312832013-03-22 18:34:09 +0000106 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +0000107 '<(skia_src_path)/gpu/GrOvalRenderer.h',
commit-bot@chromium.org42dacab2013-07-13 17:24:24 +0000108 '<(skia_src_path)/gpu/GrPaint.cpp',
robertphillips@google.com7fa18762012-09-11 13:02:31 +0000109 '<(skia_src_path)/gpu/GrPath.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000110 '<(skia_src_path)/gpu/GrPath.h',
cdalton855d83f2014-09-18 13:51:53 -0700111 '<(skia_src_path)/gpu/GrPathRange.cpp',
cdaltonb85a0aa2014-07-21 15:32:44 -0700112 '<(skia_src_path)/gpu/GrPathRange.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000113 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000114 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
115 '<(skia_src_path)/gpu/GrPathRenderer.h',
cdalton855d83f2014-09-18 13:51:53 -0700116 '<(skia_src_path)/gpu/GrPathRendering.cpp',
kkinnunenccdaa042014-08-20 01:36:23 -0700117 '<(skia_src_path)/gpu/GrPathRendering.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000118 '<(skia_src_path)/gpu/GrPathUtils.cpp',
119 '<(skia_src_path)/gpu/GrPathUtils.h',
bsalomonae59b772014-11-19 08:23:49 -0800120 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
121 '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
egdaniel8dd688b2015-01-22 10:16:09 -0800122 '<(skia_src_path)/gpu/GrPipeline.cpp',
123 '<(skia_src_path)/gpu/GrPipeline.h',
124 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
125 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
joshualitt79f8fae2014-10-28 17:59:26 -0700126 '<(skia_src_path)/gpu/GrProgramDesc.h',
bsalomon95740982014-09-04 13:12:37 -0700127 '<(skia_src_path)/gpu/GrProgramElement.cpp',
joshualittb0a8a372014-09-23 09:50:21 -0700128 '<(skia_src_path)/gpu/GrProcessor.cpp',
egdanielb6cbc382014-11-13 11:00:34 -0800129 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
130 '<(skia_src_path)/gpu/GrProcOptInfo.h',
bsalomonf96ba022014-09-17 08:05:40 -0700131 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000132 '<(skia_src_path)/gpu/GrPlotMgr.h',
robertphillipsd982eb22014-09-03 11:04:30 -0700133 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
134 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000135 '<(skia_src_path)/gpu/GrRectanizer.h',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000136 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
137 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
commit-bot@chromium.org09846a02013-10-02 17:37:59 +0000138 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000139 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000140 '<(skia_src_path)/gpu/GrRedBlackTree.h',
141 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
bsalomon@google.com170bd792012-12-05 22:26:11 +0000142 '<(skia_src_path)/gpu/GrReducedClip.cpp',
143 '<(skia_src_path)/gpu/GrReducedClip.h',
bsalomonc8dc1f72014-08-21 13:02:13 -0700144 '<(skia_src_path)/gpu/GrResourceCache2.cpp',
145 '<(skia_src_path)/gpu/GrResourceCache2.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000146 '<(skia_src_path)/gpu/GrStencil.cpp',
147 '<(skia_src_path)/gpu/GrStencil.h',
148 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
149 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
kkinnunenc6cb56f2014-06-24 00:12:27 -0700150 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
151 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000152 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
153 '<(skia_src_path)/gpu/GrStencilBuffer.h',
egdanield58a0ba2014-06-11 10:30:05 -0700154 '<(skia_src_path)/gpu/GrStrokeInfo.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000155 '<(skia_src_path)/gpu/GrTBSearch.h',
commit-bot@chromium.org2a05de02014-03-25 15:17:32 +0000156 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
157 '<(skia_src_path)/gpu/GrTraceMarker.h',
158 '<(skia_src_path)/gpu/GrTracing.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000159 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
160 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
161 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
162 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
bsalomonafbf2d62014-09-30 12:18:44 -0700163 '<(skia_src_path)/gpu/GrSurfacePriv.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000164 '<(skia_src_path)/gpu/GrSurface.cpp',
165 '<(skia_src_path)/gpu/GrTemplates.h',
166 '<(skia_src_path)/gpu/GrTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +0000167 '<(skia_src_path)/gpu/GrTextContext.h',
jvanverth787cdf92014-12-04 10:46:50 -0800168 '<(skia_src_path)/gpu/GrFontCache.cpp',
169 '<(skia_src_path)/gpu/GrFontCache.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000170 '<(skia_src_path)/gpu/GrTexture.cpp',
bsalomonafbf2d62014-09-30 12:18:44 -0700171 '<(skia_src_path)/gpu/GrTexturePriv.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +0000172 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
cdalton6819df32014-10-15 13:43:48 -0700173 '<(skia_src_path)/gpu/GrTRecorder.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000174 '<(skia_src_path)/gpu/GrVertexBuffer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000175
176 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
bsalomon@google.coma04e8e82012-08-27 12:53:13 +0000177 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
178 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
egdaniel87509242014-12-17 13:37:13 -0800179 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
180 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.h',
egdaniel0063a9b2015-01-15 10:52:32 -0800181 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
182 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
commit-bot@chromium.org07e1c3f2013-08-22 20:41:15 +0000183 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
184 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000185 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
186 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
commit-bot@chromium.orgc3fe5492014-01-30 18:15:51 +0000187 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
188 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
humper@google.com3aad3b02013-09-04 19:23:53 +0000189 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
190 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
egdaniel309e3462014-12-09 10:35:58 -0800191 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
192 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
commit-bot@chromium.org628ed0b2014-05-19 14:32:49 +0000193 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
194 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
egdaniel080e6732014-12-22 07:35:52 -0800195 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
egdaniel3936ce42014-12-22 11:20:57 -0800196 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
commit-bot@chromium.orgb97c3ff2014-03-11 17:07:15 +0000197 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
198 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
krajcevskif461a8f2014-06-19 14:14:06 -0700199 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
200 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
joshualittac977922014-07-22 09:52:11 -0700201 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
202 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
commit-bot@chromium.org3eedb802014-03-28 15:58:31 +0000203 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
204 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
egdaniel378092f2014-12-03 10:40:13 -0800205 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
commit-bot@chromium.orgc2f78242014-02-19 15:18:05 +0000206 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
207 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
bsalomon@google.com68b58c92013-01-17 16:50:08 +0000208 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
209 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000210 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000211 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
commit-bot@chromium.org907fbd52013-12-09 17:03:02 +0000212 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000213 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000214 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
215 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
sugoi24dcac22014-07-07 15:09:48 -0700216 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
217 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
skia.committer@gmail.com91274b92013-03-13 07:01:04 +0000218
commit-bot@chromium.org9add5dc2014-04-29 20:06:22 +0000219 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
220 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
bsalomon@google.come49ad452013-02-20 19:33:20 +0000221 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
222 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000223 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
224 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
robertphillips@google.com6177e692013-02-28 20:16:25 +0000225 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
226 '<(skia_src_path)/gpu/gl/GrGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000227 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
228 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
229 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
joshualitt249af152014-09-15 11:41:13 -0700230 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
jvanverth39edf762014-12-22 11:44:19 -0800231 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
bsalomon29097f92014-12-16 08:13:53 -0800233 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
bsalomon@google.com1744f972013-02-26 21:46:32 +0000234 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000235 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
237 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
238 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
cdalton51192342014-06-09 11:16:58 -0700239 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
240 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
bsalomon@google.com8f943612013-02-26 14:34:43 +0000241 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
242 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000243 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
244 '<(skia_src_path)/gpu/gl/GrGLPath.h',
cdaltonb85a0aa2014-07-21 15:32:44 -0700245 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
246 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
cdaltonc7103a12014-08-11 14:05:05 -0700247 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
248 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
joshualittb0a8a372014-09-23 09:50:21 -0700249 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000250 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
251 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
bsalomon@google.com798c8c42013-03-27 19:50:27 +0000252 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
bsalomon@google.com31ec7982013-03-27 18:14:57 +0000253 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
kkinnunen7510b222014-07-30 00:04:16 -0700254 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
255 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000256 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
257 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000258 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
259 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
260 '<(skia_src_path)/gpu/gl/GrGLSL.h',
bsalomon@google.com018f1792013-04-18 19:36:09 +0000261 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000262 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
263 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
264 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
265 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
bsalomon37dd3312014-11-03 08:47:23 -0800266 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000267 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
268 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000269 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
bsalomon@google.com6918d482013-03-07 19:09:11 +0000270 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
271 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000272 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
273 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000274
joshualitt30ba4362014-08-21 20:18:45 -0700275 # Files for building GLSL shaders
joshualittdb0d3ca2014-10-07 12:42:26 -0700276 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
277 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700278 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
279 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
joshualitt30ba4362014-08-21 20:18:45 -0700280 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
281 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700282 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
joshualitt30ba4362014-08-21 20:18:45 -0700283 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
284 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
285 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
286 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
287 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
288 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
289
robertphillips@google.come63296e2013-06-18 14:43:53 +0000290 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000291 '<(skia_include_path)/gpu/SkGr.h',
292 '<(skia_include_path)/gpu/SkGrPixelRef.h',
293 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
294
kkinnunen9e61bb72014-10-09 05:24:15 -0700295 '<(skia_include_path)/gpu/gl/SkGLContext.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000296
297 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
bsalomon38509712014-09-17 07:44:25 -0700298 '<(skia_src_path)/gpu/SkGpuDevice.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000299 '<(skia_src_path)/gpu/SkGr.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000300 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
301 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
302
bsalomoneaaaf0b2015-01-23 08:08:04 -0800303 '<(skia_src_path)/image/SkImage_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000304 '<(skia_src_path)/image/SkImage_Gpu.cpp',
robertphillips7b9e8a42014-12-11 08:20:31 -0800305 '<(skia_src_path)/image/SkSurface_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000306 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
307
kkinnunen9e61bb72014-10-09 05:24:15 -0700308 '<(skia_src_path)/gpu/gl/SkGLContext.cpp'
bsalomon@google.com20806352012-08-23 12:55:01 +0000309 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000310 'skgpu_native_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000311 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
312 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
313 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
derekf29dda802014-10-01 10:52:52 -0700314 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
315 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000316 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
bsalomon@google.comc58b1262012-10-01 19:06:57 +0000317 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000318
319 # Sk files
kkinnunen9e61bb72014-10-09 05:24:15 -0700320 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp',
321 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
322 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp',
323 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
324 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
325 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
bsalomon@google.com20806352012-08-23 12:55:01 +0000326 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000327 'skgpu_mesa_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000328 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000329
330 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000331 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800332 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000333 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000334 'skgpu_angle_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000335 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000336
337 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000338 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800339 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000340 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000341 'skgpu_debug_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000342 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
343 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
344 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
345 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
346 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
347 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
348 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
349 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
350 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
351 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
352 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
353 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
354 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
355 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
356 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
357 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
358 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
359 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
bsalomon@google.comecd84842013-03-01 15:36:02 +0000360 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000361
robertphillips@google.come63296e2013-06-18 14:43:53 +0000362 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000363 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800364 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000365 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000366 'skgpu_null_gl_sources': [
367 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
368
369 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000370 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800371 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000372 ],
373 },
374}