blob: 090478f80639f58466b05c70de02185612fff4dd [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
robertphillips@google.come63296e2013-06-18 14:43:53 +00005# Include this gypi to include all 'gpu' files
bsalomon@google.com20806352012-08-23 12:55:01 +00006# The parent gyp/gypi file must define
7# 'skia_src_path' e.g. skia/trunk/src
8# 'skia_include_path' e.g. skia/trunk/include
9#
10# The skia build defines these in common_variables.gypi
11#
12{
13 'variables': {
robertphillips@google.come63296e2013-06-18 14:43:53 +000014 'skgpu_sources': [
cdaltonee0175f2015-06-12 08:21:26 -070015 '<(skia_include_path)/gpu/GrBlend.h',
bsalomoneb1cb5c2015-05-22 08:01:09 -070016 '<(skia_include_path)/gpu/GrCaps.h',
joshualitt44701df2015-02-23 14:44:57 -080017 '<(skia_include_path)/gpu/GrClip.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000018 '<(skia_include_path)/gpu/GrColor.h',
19 '<(skia_include_path)/gpu/GrConfig.h',
bsalomon682c2692015-05-22 14:01:46 -070020 '<(skia_include_path)/gpu/GrContextOptions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000021 '<(skia_include_path)/gpu/GrContext.h',
bsalomon@google.comea1abfc2013-10-02 15:02:55 +000022 '<(skia_include_path)/gpu/GrCoordTransform.h',
robertphillipsea461502015-05-26 11:38:03 -070023 '<(skia_include_path)/gpu/GrDrawContext.h',
bsalomon6251d172014-10-15 10:50:36 -070024 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
bsalomon6d3fe022014-07-25 08:35:45 -070025 '<(skia_include_path)/gpu/GrGpuResource.h',
egdaniel605dd0f2014-11-12 08:35:25 -080026 '<(skia_include_path)/gpu/GrInvariantOutput.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000027 '<(skia_include_path)/gpu/GrPaint.h',
bsalomon@google.com45a15f52012-12-10 19:10:17 +000028 '<(skia_include_path)/gpu/GrPathRendererChain.h',
joshualittb0a8a372014-09-23 09:50:21 -070029 '<(skia_include_path)/gpu/GrProcessor.h',
joshualittb0a8a372014-09-23 09:50:21 -070030 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
bsalomon95740982014-09-04 13:12:37 -070031 '<(skia_include_path)/gpu/GrProgramElement.h',
bsalomonf96ba022014-09-17 08:05:40 -070032 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000033 '<(skia_include_path)/gpu/GrRect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000034 '<(skia_include_path)/gpu/GrRenderTarget.h',
bsalomon744998e2014-08-28 09:54:34 -070035 '<(skia_include_path)/gpu/GrResourceKey.h',
joshualitt69684282015-07-13 13:29:13 -070036 '<(skia_include_path)/gpu/GrShaderVar.h',
joshualitt3df1e212015-07-14 11:02:45 -070037 '<(skia_include_path)/gpu/GrSurface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000038 '<(skia_include_path)/gpu/GrTexture.h',
bsalomonafa95e22015-10-12 10:39:46 -070039 '<(skia_include_path)/gpu/GrTextureParams.h',
bsalomond309e7a2015-04-30 14:18:54 -070040 '<(skia_include_path)/gpu/GrTextureProvider.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +000041 '<(skia_include_path)/gpu/GrTextureAccess.h',
joshualitt4eaf9ce2015-04-28 13:31:18 -070042 '<(skia_include_path)/gpu/GrTestUtils.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000043 '<(skia_include_path)/gpu/GrTypes.h',
egdaniel378092f2014-12-03 10:40:13 -080044 '<(skia_include_path)/gpu/GrXferProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000045
bsalomonc9c3e622015-04-02 11:12:09 -070046 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
egdanielb197b8f2015-02-17 07:34:43 -080047 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
egdaniel0063a9b2015-01-15 10:52:32 -080048 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
egdaniel8bf2bd32014-12-05 12:14:26 -080049 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
wangyix809e5af2015-09-09 12:58:32 -070050 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
egdaniel8bf2bd32014-12-05 12:14:26 -080051
bsalomon@google.com20806352012-08-23 12:55:01 +000052 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +000053 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000054 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
55 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
joshualittbab82ed2014-08-08 09:41:42 -070056 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
bsalomon2fc11d32015-10-19 09:03:23 -070057 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000058
bsalomon6f7f2012015-03-16 14:00:52 -070059 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000060 '<(skia_src_path)/gpu/GrAllocator.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000061 '<(skia_src_path)/gpu/GrAtlas.cpp',
62 '<(skia_src_path)/gpu/GrAtlas.h',
joshualitt259fbf12015-07-21 11:39:34 -070063 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
joshualitt374b2f72015-07-21 08:05:03 -070064 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
joshualitt1d89e8d2015-04-01 12:40:54 -070065 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
66 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
joshualitt5bf99f12015-03-13 11:47:42 -070067 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
68 '<(skia_src_path)/gpu/GrBatchAtlas.h',
joshualitt7c3a2f82015-03-31 13:32:05 -070069 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
70 '<(skia_src_path)/gpu/GrBatchFontCache.h',
bsalomon75398562015-08-17 12:55:38 -070071 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
72 '<(skia_src_path)/gpu/GrBatchFlushState.h',
joshualitt3f655f32015-04-29 10:01:22 -070073 '<(skia_src_path)/gpu/GrBatchTest.cpp',
74 '<(skia_src_path)/gpu/GrBatchTest.h',
bsalomonae4738f2015-09-15 15:33:27 -070075 '<(skia_src_path)/gpu/GrBlend.cpp',
robertphillipsccb1b572015-05-27 11:02:55 -070076 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
77 '<(skia_src_path)/gpu/GrBlurUtils.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000078 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
79 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
bsalomondc47ff72015-05-26 12:16:59 -070080 '<(skia_src_path)/gpu/GrCaps.cpp',
joshualitt44701df2015-02-23 14:44:57 -080081 '<(skia_src_path)/gpu/GrClip.cpp',
jvanverth733f5f52014-07-11 19:45:16 -070082 '<(skia_src_path)/gpu/GrClipMaskManager.h',
83 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000084 '<(skia_src_path)/gpu/GrContext.cpp',
bsalomon17168df2014-12-09 09:00:49 -080085 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
joshualitt4973d9d2014-11-08 09:24:25 -080086 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
87 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
robertphillipsea461502015-05-26 11:38:03 -070088 '<(skia_src_path)/gpu/GrDrawContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000089 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
90 '<(skia_src_path)/gpu/GrDrawTarget.h',
jvanverth733f5f52014-07-11 19:45:16 -070091 '<(skia_src_path)/gpu/GrFontScaler.cpp',
djsollen0b17d6c2014-11-13 12:52:35 -080092 '<(skia_src_path)/gpu/GrFontScaler.h',
bsalomonbf877302015-09-22 09:06:13 -070093 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000094 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
joshualitt02bcd9d2014-11-19 08:24:09 -080095 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
djsollen0b17d6c2014-11-13 12:52:35 -080096 '<(skia_src_path)/gpu/GrGlyph.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000097 '<(skia_src_path)/gpu/GrGpu.cpp',
98 '<(skia_src_path)/gpu/GrGpu.h',
bsalomon453cf402014-11-11 14:15:57 -080099 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
bsalomon3582d3e2015-02-13 14:20:05 -0800100 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
bsalomon6d3fe022014-07-25 08:35:45 -0700101 '<(skia_src_path)/gpu/GrGpuResource.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000102 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
egdaniel384181c2015-03-26 09:09:41 -0700103 '<(skia_src_path)/gpu/GrGpuFactory.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000104 '<(skia_src_path)/gpu/GrIndexBuffer.h',
egdaniel605dd0f2014-11-12 08:35:25 -0800105 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
robertphillips@google.come930a072014-04-03 00:34:27 +0000106 '<(skia_src_path)/gpu/GrLayerCache.cpp',
107 '<(skia_src_path)/gpu/GrLayerCache.h',
robertphillips98d709b2014-09-02 10:20:50 -0700108 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
109 '<(skia_src_path)/gpu/GrLayerHoister.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000110 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
111 '<(skia_src_path)/gpu/GrMemoryPool.h',
joshualitt2419b362015-07-13 09:29:42 -0700112 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
commit-bot@chromium.org81312832013-03-22 18:34:09 +0000113 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +0000114 '<(skia_src_path)/gpu/GrOvalRenderer.h',
commit-bot@chromium.org42dacab2013-07-13 17:24:24 +0000115 '<(skia_src_path)/gpu/GrPaint.cpp',
robertphillips@google.com7fa18762012-09-11 13:02:31 +0000116 '<(skia_src_path)/gpu/GrPath.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000117 '<(skia_src_path)/gpu/GrPath.h',
joshualitt8072caa2015-02-12 14:20:52 -0800118 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
119 '<(skia_src_path)/gpu/GrPathProcessor.h',
cdalton855d83f2014-09-18 13:51:53 -0700120 '<(skia_src_path)/gpu/GrPathRange.cpp',
cdaltonb85a0aa2014-07-21 15:32:44 -0700121 '<(skia_src_path)/gpu/GrPathRange.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000122 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000123 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
124 '<(skia_src_path)/gpu/GrPathRenderer.h',
cdalton855d83f2014-09-18 13:51:53 -0700125 '<(skia_src_path)/gpu/GrPathRendering.cpp',
kkinnunenccdaa042014-08-20 01:36:23 -0700126 '<(skia_src_path)/gpu/GrPathRendering.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000127 '<(skia_src_path)/gpu/GrPathUtils.cpp',
128 '<(skia_src_path)/gpu/GrPathUtils.h',
bsalomonae59b772014-11-19 08:23:49 -0800129 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
egdaniel8dd688b2015-01-22 10:16:09 -0800130 '<(skia_src_path)/gpu/GrPipeline.cpp',
131 '<(skia_src_path)/gpu/GrPipeline.h',
132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
133 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
joshualitt8072caa2015-02-12 14:20:52 -0800134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
joshualitt79f8fae2014-10-28 17:59:26 -0700136 '<(skia_src_path)/gpu/GrProgramDesc.h',
bsalomon95740982014-09-04 13:12:37 -0700137 '<(skia_src_path)/gpu/GrProgramElement.cpp',
joshualittb0a8a372014-09-23 09:50:21 -0700138 '<(skia_src_path)/gpu/GrProcessor.cpp',
bsalomonae4738f2015-09-15 15:33:27 -0700139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
egdanielb6cbc382014-11-13 11:00:34 -0800140 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
141 '<(skia_src_path)/gpu/GrProcOptInfo.h',
bsalomonf96ba022014-09-17 08:05:40 -0700142 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
joshualittae5b2c62015-08-19 08:48:41 -0700143 '<(skia_src_path)/gpu/GrQuad.h',
robertphillipsd982eb22014-09-03 11:04:30 -0700144 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000146 '<(skia_src_path)/gpu/GrRectanizer.h',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000147 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
148 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
commit-bot@chromium.org09846a02013-10-02 17:37:59 +0000149 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000150 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000151 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
bsalomon6bc1b5f2015-02-23 09:06:38 -0800152 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
bsalomon@google.com170bd792012-12-05 22:26:11 +0000153 '<(skia_src_path)/gpu/GrReducedClip.cpp',
154 '<(skia_src_path)/gpu/GrReducedClip.h',
bsalomon0ea80f42015-02-11 10:49:59 -0800155 '<(skia_src_path)/gpu/GrResourceCache.cpp',
156 '<(skia_src_path)/gpu/GrResourceCache.h',
bsalomoned0bcad2015-05-04 10:36:42 -0700157 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
158 '<(skia_src_path)/gpu/GrResourceProvider.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000159 '<(skia_src_path)/gpu/GrStencil.cpp',
160 '<(skia_src_path)/gpu/GrStencil.h',
kkinnunenc6cb56f2014-06-24 00:12:27 -0700161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
egdaniel8dc7c3a2015-04-16 11:22:42 -0700163 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
164 '<(skia_src_path)/gpu/GrStencilAttachment.h',
kkinnunen18996512015-04-26 23:18:49 -0700165 '<(skia_src_path)/gpu/GrStrokeInfo.cpp',
egdanield58a0ba2014-06-11 10:30:05 -0700166 '<(skia_src_path)/gpu/GrStrokeInfo.h',
commit-bot@chromium.org2a05de02014-03-25 15:17:32 +0000167 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
168 '<(skia_src_path)/gpu/GrTraceMarker.h',
169 '<(skia_src_path)/gpu/GrTracing.h',
joshualitt4eaf9ce2015-04-28 13:31:18 -0700170 '<(skia_src_path)/gpu/GrTestUtils.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000171 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
172 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
173 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
174 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
bsalomonafbf2d62014-09-30 12:18:44 -0700175 '<(skia_src_path)/gpu/GrSurfacePriv.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000176 '<(skia_src_path)/gpu/GrSurface.cpp',
joshualittb7133be2015-04-08 09:08:31 -0700177 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
178 '<(skia_src_path)/gpu/GrTextBlobCache.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000179 '<(skia_src_path)/gpu/GrTextContext.cpp',
commit-bot@chromium.orgddf2bfb2014-01-30 16:41:23 +0000180 '<(skia_src_path)/gpu/GrTextContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000181 '<(skia_src_path)/gpu/GrTexture.cpp',
bsalomon1a197ea2015-10-19 08:24:08 -0700182 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
183 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
bsalomond309e7a2015-04-30 14:18:54 -0700184 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
bsalomonafbf2d62014-09-30 12:18:44 -0700185 '<(skia_src_path)/gpu/GrTexturePriv.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +0000186 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
cdalton6819df32014-10-15 13:43:48 -0700187 '<(skia_src_path)/gpu/GrTRecorder.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000188 '<(skia_src_path)/gpu/GrVertexBuffer.h',
bsalomoncb8979d2015-05-05 09:51:38 -0700189 '<(skia_src_path)/gpu/GrVertices.h',
bsalomon50785a32015-02-06 07:02:37 -0800190 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
reed43fe6182015-09-08 08:37:36 -0700191 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
192 '<(skia_src_path)/gpu/GrYUVProvider.h',
193
joshualitt74417822015-08-07 11:42:16 -0700194 # Batches
joshualitt6335a722015-09-01 06:50:55 -0700195 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
196 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
197 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
198 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
199 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
200 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h',
201 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp',
202 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h',
203 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp',
204 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h',
joshualitt9ff64252015-08-10 09:03:51 -0700205 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
206 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
207 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
208 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
joshualitt74417822015-08-07 11:42:16 -0700209 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
210 '<(skia_src_path)/gpu/batches/GrBatch.h',
bsalomon53469832015-08-18 09:20:09 -0700211 '<(skia_src_path)/gpu/batches/GrClearBatch.h',
bsalomon872062c2015-08-18 12:12:35 -0700212 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
213 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
joshualitt6335a722015-09-01 06:50:55 -0700214 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
215 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
joshualitt0cffb172015-09-02 08:42:16 -0700216 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp',
217 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
bsalomon53469832015-08-18 09:20:09 -0700218 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
bsalomon16b99132015-08-13 14:55:50 -0700219 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
220 '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
jvanverth14b88032015-08-07 12:18:54 -0700221 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
222 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
bsalomon1fcc01c2015-09-09 09:48:06 -0700223 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp',
bsalomonadd79ef2015-08-19 13:26:49 -0700224 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
joshualitt2771b562015-08-07 12:46:26 -0700225 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
226 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
joshualittbcf33d52015-08-26 08:10:35 -0700227 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
228 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
joshualitt3566d442015-09-18 07:12:55 -0700229 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
230 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
joshualittecd1a692015-08-10 10:08:26 -0700231 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
232 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
joshualitt6335a722015-09-01 06:50:55 -0700233 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
234 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
bsalomona44919e2015-08-18 13:28:19 -0700235 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
joshualitt6335a722015-09-01 06:50:55 -0700236 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
237 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
joshualitt2ad37be2015-08-18 10:16:01 -0700238 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h',
bsalomon16b99132015-08-13 14:55:50 -0700239 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
240 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000241
242 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
bsalomon@google.coma04e8e82012-08-27 12:53:13 +0000243 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
244 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
bsalomonc9c3e622015-04-02 11:12:09 -0700245 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
egdaniel87509242014-12-17 13:37:13 -0800246 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
egdaniel0063a9b2015-01-15 10:52:32 -0800247 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
commit-bot@chromium.org07e1c3f2013-08-22 20:41:15 +0000248 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
249 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000250 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
251 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
commit-bot@chromium.orgc3fe5492014-01-30 18:15:51 +0000252 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
253 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
humper@google.com3aad3b02013-09-04 19:23:53 +0000254 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
255 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
egdaniel309e3462014-12-09 10:35:58 -0800256 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
257 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
commit-bot@chromium.org628ed0b2014-05-19 14:32:49 +0000258 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
259 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
egdaniel080e6732014-12-22 07:35:52 -0800260 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
egdaniel3936ce42014-12-22 11:20:57 -0800261 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
jvanverth8ed3b9a2015-04-09 08:00:49 -0700262 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
263 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
krajcevskif461a8f2014-06-19 14:14:06 -0700264 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
265 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
joshualittac977922014-07-22 09:52:11 -0700266 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
267 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
commit-bot@chromium.org3eedb802014-03-28 15:58:31 +0000268 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
269 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
egdaniel378092f2014-12-03 10:40:13 -0800270 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
commit-bot@chromium.orgc2f78242014-02-19 15:18:05 +0000271 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
272 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
bsalomon@google.com68b58c92013-01-17 16:50:08 +0000273 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
274 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000275 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000276 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
commit-bot@chromium.org907fbd52013-12-09 17:03:02 +0000277 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000278 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000279 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
280 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
wangyix809e5af2015-09-09 12:58:32 -0700281 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
sugoi24dcac22014-07-07 15:09:48 -0700282 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
283 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
skia.committer@gmail.com91274b92013-03-13 07:01:04 +0000284
commit-bot@chromium.org9add5dc2014-04-29 20:06:22 +0000285 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
286 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
bsalomonae4738f2015-09-15 15:33:27 -0700287 '<(skia_src_path)/gpu/gl/GrGLSLBlend.cpp',
288 '<(skia_src_path)/gpu/gl/GrGLSLBlend.h',
bsalomon@google.come49ad452013-02-20 19:33:20 +0000289 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
290 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000291 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
292 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
robertphillips@google.com6177e692013-02-28 20:16:25 +0000293 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
294 '<(skia_src_path)/gpu/gl/GrGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000295 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
297 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
joshualitt8072caa2015-02-12 14:20:52 -0800298 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
joshualitt249af152014-09-15 11:41:13 -0700299 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
jvanverthcba99b82015-06-24 06:59:57 -0700300 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
301 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
jvanverth39edf762014-12-22 11:44:19 -0800302 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
303 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
bsalomon29097f92014-12-16 08:13:53 -0800304 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
bsalomon@google.com1744f972013-02-26 21:46:32 +0000305 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
wangyixb1daa862015-08-18 11:29:31 -0700306 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.cpp',
307 '<(skia_src_path)/gpu/gl/GrGLFragmentProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000308 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
309 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
310 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
311 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
cdalton51192342014-06-09 11:16:58 -0700312 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
313 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
bsalomon@google.com8f943612013-02-26 14:34:43 +0000314 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
315 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000316 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLPath.h',
cdaltonb85a0aa2014-07-21 15:32:44 -0700318 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
cdaltonc7103a12014-08-11 14:05:05 -0700320 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
joshualitt8072caa2015-02-12 14:20:52 -0800322 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
joshualittb0a8a372014-09-23 09:50:21 -0700324 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000325 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
326 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
bsalomon@google.com798c8c42013-03-27 19:50:27 +0000327 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
bsalomon@google.com31ec7982013-03-27 18:14:57 +0000328 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
kkinnunen7510b222014-07-30 00:04:16 -0700329 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000331 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000333 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
egdaniel8dc7c3a2015-04-16 11:22:42 -0700334 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000336 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
ericrk0a5fa482015-09-15 14:16:10 -0700338 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
bsalomon37dd3312014-11-03 08:47:23 -0800339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000340 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
bsalomon@google.com6918d482013-03-07 19:09:11 +0000342 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000344 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
bsalomon50785a32015-02-06 07:02:37 -0800346 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp',
347 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000348
joshualitt30ba4362014-08-21 20:18:45 -0700349 # Files for building GLSL shaders
joshualittdb0d3ca2014-10-07 12:42:26 -0700350 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
351 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700352 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
353 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
joshualitt30ba4362014-08-21 20:18:45 -0700354 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
355 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700356 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
joshualitt30ba4362014-08-21 20:18:45 -0700357 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
358 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
359 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
360 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
361 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
363
jvanverthcba99b82015-06-24 06:59:57 -0700364 # GLSL
365 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
366 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
367 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
368 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
370
robertphillips@google.come63296e2013-06-18 14:43:53 +0000371 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000372 '<(skia_include_path)/gpu/SkGr.h',
373 '<(skia_include_path)/gpu/SkGrPixelRef.h',
374 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
375
kkinnunen9e61bb72014-10-09 05:24:15 -0700376 '<(skia_include_path)/gpu/gl/SkGLContext.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000377
378 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
bsalomon38509712014-09-17 07:44:25 -0700379 '<(skia_src_path)/gpu/SkGpuDevice.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000380 '<(skia_src_path)/gpu/SkGr.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000381 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
bsalomonf1b7a1d2015-09-28 06:26:28 -0700382 '<(skia_src_path)/gpu/SkGrPriv.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000383 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
384
bsalomoneaaaf0b2015-01-23 08:08:04 -0800385 '<(skia_src_path)/image/SkImage_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000386 '<(skia_src_path)/image/SkImage_Gpu.cpp',
robertphillips7b9e8a42014-12-11 08:20:31 -0800387 '<(skia_src_path)/image/SkSurface_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000388 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
389
kkinnunen9e61bb72014-10-09 05:24:15 -0700390 '<(skia_src_path)/gpu/gl/SkGLContext.cpp'
bsalomon@google.com20806352012-08-23 12:55:01 +0000391 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000392 'skgpu_native_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000393 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
394 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
395 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
derekf29dda802014-10-01 10:52:52 -0700396 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
397 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000398 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
bsalomon@google.comc58b1262012-10-01 19:06:57 +0000399 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000400
401 # Sk files
kkinnunen9e61bb72014-10-09 05:24:15 -0700402 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp',
kkinnunen9e61bb72014-10-09 05:24:15 -0700403 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp',
404 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
405 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
406 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
bsalomon@google.com20806352012-08-23 12:55:01 +0000407 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000408 'skgpu_mesa_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000409 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000410
411 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000412 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800413 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000414 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000415 'skgpu_angle_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000416 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000417
418 # Sk files
bsalomon42380172015-02-23 08:57:23 -0800419 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000420 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000421 ],
hendrikw885bf092015-08-27 10:38:39 -0700422 'skgpu_command_buffer_gl_sources': [
423 # Sk files
424 '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
425 '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp',
426 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000427 'skgpu_debug_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000428 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
429 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
430 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
431 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
432 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
433 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
434 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
435 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
436 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
437 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp',
438 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h',
439 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp',
440 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h',
441 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
442 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
443 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
444 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
445 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
bsalomon@google.comecd84842013-03-01 15:36:02 +0000446 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000447
robertphillips@google.come63296e2013-06-18 14:43:53 +0000448 # Sk files
bsalomon@google.com20806352012-08-23 12:55:01 +0000449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
djsollene4545212014-11-13 11:12:41 -0800450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000451 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000452 'skgpu_null_gl_sources': [
bsalomon7e340072015-02-11 12:07:31 -0800453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
bsalomonbb0502e2015-02-11 11:11:11 -0800455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000456 ],
457 },
458}