Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 1 | # Copyright 2016 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. |
| 5 | |
| 6 | # Things are easiest for everyone if these source paths are absolute. |
| 7 | _src = get_path_info("../src", "abspath") |
| 8 | _include = get_path_info("../include", "abspath") |
| 9 | |
| 10 | skia_gpu_sources = [ |
Greg Daniel | 9ed1a2c | 2018-10-18 12:43:25 -0400 | [diff] [blame] | 11 | "$_include/gpu/GrBackendDrawableInfo.h", |
Greg Daniel | a5cb781 | 2017-06-16 09:45:32 -0400 | [diff] [blame] | 12 | "$_include/gpu/GrBackendSemaphore.h", |
Greg Daniel | 9440345 | 2017-04-18 15:52:36 -0400 | [diff] [blame] | 13 | "$_include/gpu/GrBackendSurface.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 14 | "$_include/gpu/GrBlend.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 15 | "$_include/gpu/GrConfig.h", |
| 16 | "$_include/gpu/GrContextOptions.h", |
| 17 | "$_include/gpu/GrContext.h", |
Adrienne Walker | ab7181d | 2018-05-14 14:02:03 -0700 | [diff] [blame] | 18 | "$_include/gpu/GrDriverBugWorkarounds.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 19 | "$_include/gpu/GrGpuResource.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 20 | "$_include/gpu/GrRenderTarget.h", |
| 21 | "$_include/gpu/GrResourceKey.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 22 | "$_include/gpu/GrSurface.h", |
| 23 | "$_include/gpu/GrTexture.h", |
Brian Salomon | 2bbdcc4 | 2017-09-07 12:36:34 -0400 | [diff] [blame] | 24 | "$_include/gpu/GrSamplerState.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 25 | "$_include/gpu/GrTypes.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 26 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 27 | "$_include/gpu/gl/GrGLAssembleInterface.h", |
| 28 | "$_include/gpu/gl/GrGLConfig.h", |
| 29 | "$_include/gpu/gl/GrGLExtensions.h", |
| 30 | "$_include/gpu/gl/GrGLFunctions.h", |
| 31 | "$_include/gpu/gl/GrGLInterface.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 32 | "$_include/gpu/gl/GrGLTypes.h", |
| 33 | |
| 34 | # Private includes |
| 35 | "$_include/private/GrAuditTrail.h", |
Mike Reed | 5dd202d | 2018-02-06 23:05:36 +0000 | [diff] [blame] | 36 | "$_include/private/GrColor.h", |
Robert Phillips | 774168e | 2018-05-31 12:43:27 -0400 | [diff] [blame] | 37 | "$_include/private/GrCCClipPath.h", |
| 38 | "$_include/private/GrCCPerOpListPaths.h", |
Robert Phillips | 6200036 | 2018-02-01 09:10:04 -0500 | [diff] [blame] | 39 | "$_include/private/GrOpList.h", |
Brian Salomon | ee78396 | 2018-08-01 09:55:10 -0400 | [diff] [blame] | 40 | "$_include/private/GrProxyRef.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 41 | "$_include/private/GrSingleOwner.h", |
| 42 | "$_include/private/GrRenderTargetProxy.h", |
| 43 | "$_include/private/GrSurfaceProxy.h", |
| 44 | "$_include/private/GrTextureProxy.h", |
Brian Salomon | c588603 | 2017-07-19 11:48:05 -0400 | [diff] [blame] | 45 | "$_include/private/GrTypesPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 46 | |
| 47 | "$_src/gpu/GrAppliedClip.h", |
| 48 | "$_src/gpu/GrAuditTrail.cpp", |
| 49 | "$_src/gpu/GrAutoLocaleSetter.h", |
| 50 | "$_src/gpu/GrAllocator.h", |
Greg Daniel | 9440345 | 2017-04-18 15:52:36 -0400 | [diff] [blame] | 51 | "$_src/gpu/GrBackendSurface.cpp", |
Brian Osman | 13dddce | 2017-05-09 13:19:50 -0400 | [diff] [blame] | 52 | "$_src/gpu/GrBackendTextureImageGenerator.cpp", |
| 53 | "$_src/gpu/GrBackendTextureImageGenerator.h", |
Stan Iliev | 7e910df | 2017-06-02 10:29:21 -0400 | [diff] [blame] | 54 | "$_src/gpu/GrAHardwareBufferImageGenerator.cpp", |
| 55 | "$_src/gpu/GrAHardwareBufferImageGenerator.h", |
Brian Osman | 3b66ab6 | 2016-11-28 09:26:31 -0500 | [diff] [blame] | 56 | "$_src/gpu/GrBitmapTextureMaker.cpp", |
| 57 | "$_src/gpu/GrBitmapTextureMaker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 58 | "$_src/gpu/GrBlurUtils.cpp", |
| 59 | "$_src/gpu/GrBlurUtils.h", |
| 60 | "$_src/gpu/GrBuffer.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 61 | "$_src/gpu/GrBuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 62 | "$_src/gpu/GrBufferAllocPool.cpp", |
| 63 | "$_src/gpu/GrBufferAllocPool.h", |
Brian Salomon | c7fe0f7 | 2018-05-11 10:14:21 -0400 | [diff] [blame] | 64 | "$_src/gpu/GrCaps.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 65 | "$_src/gpu/GrCaps.cpp", |
Brian Salomon | c65aec9 | 2017-03-09 09:03:58 -0500 | [diff] [blame] | 66 | "$_src/gpu/GrClip.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 67 | "$_src/gpu/GrClipStackClip.h", |
| 68 | "$_src/gpu/GrClipStackClip.cpp", |
Brian Salomon | f3569f0 | 2017-10-24 12:52:33 -0400 | [diff] [blame] | 69 | "$_src/gpu/GrColorSpaceInfo.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 70 | "$_src/gpu/GrColorSpaceXform.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 71 | "$_src/gpu/GrColorSpaceXform.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 72 | "$_src/gpu/GrContext.cpp", |
| 73 | "$_src/gpu/GrContextPriv.h", |
Brian Salomon | 52aacd6 | 2018-05-10 12:57:17 -0400 | [diff] [blame] | 74 | "$_src/gpu/GrContextThreadSafeProxyPriv.h", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 75 | "$_src/gpu/GrCoordTransform.h", |
Robert Phillips | a3457b8 | 2018-03-08 11:30:12 -0500 | [diff] [blame] | 76 | "$_src/gpu/GrDDLContext.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 77 | "$_src/gpu/GrDefaultGeoProcFactory.cpp", |
| 78 | "$_src/gpu/GrDefaultGeoProcFactory.h", |
Brian Osman | 099fa0f | 2017-10-02 16:38:32 -0400 | [diff] [blame] | 79 | "$_src/gpu/GrDeferredProxyUploader.h", |
Brian Salomon | 943ed79 | 2017-10-30 09:37:55 -0400 | [diff] [blame] | 80 | "$_src/gpu/GrDeferredUpload.h", |
Robert Phillips | a3457b8 | 2018-03-08 11:30:12 -0500 | [diff] [blame] | 81 | "$_src/gpu/GrDirectContext.cpp", |
joel.liang | 8cbb424 | 2017-01-09 18:39:43 -0800 | [diff] [blame] | 82 | "$_src/gpu/GrDistanceFieldGenFromVector.cpp", |
| 83 | "$_src/gpu/GrDistanceFieldGenFromVector.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 84 | "$_src/gpu/GrDrawingManager.cpp", |
| 85 | "$_src/gpu/GrDrawingManager.h", |
Brian Salomon | 2ee084e | 2016-12-16 18:59:19 -0500 | [diff] [blame] | 86 | "$_src/gpu/GrDrawOpAtlas.cpp", |
| 87 | "$_src/gpu/GrDrawOpAtlas.h", |
Brian Salomon | 5ec9def | 2016-12-20 15:34:05 -0500 | [diff] [blame] | 88 | "$_src/gpu/GrDrawOpTest.cpp", |
| 89 | "$_src/gpu/GrDrawOpTest.h", |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 90 | "$_src/gpu/GrDriverBugWorkarounds.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 91 | "$_src/gpu/GrFixedClip.cpp", |
| 92 | "$_src/gpu/GrFixedClip.h", |
| 93 | "$_src/gpu/GrFragmentProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 94 | "$_src/gpu/GrFragmentProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 95 | "$_src/gpu/GrGeometryProcessor.h", |
| 96 | "$_src/gpu/GrGlyph.h", |
| 97 | "$_src/gpu/GrGpu.cpp", |
| 98 | "$_src/gpu/GrGpu.h", |
| 99 | "$_src/gpu/GrGpuResourceCacheAccess.h", |
| 100 | "$_src/gpu/GrGpuCommandBuffer.cpp", |
| 101 | "$_src/gpu/GrGpuCommandBuffer.h", |
| 102 | "$_src/gpu/GrGpuResourcePriv.h", |
| 103 | "$_src/gpu/GrGpuResource.cpp", |
Brian Osman | 3b66ab6 | 2016-11-28 09:26:31 -0500 | [diff] [blame] | 104 | "$_src/gpu/GrImageTextureMaker.cpp", |
| 105 | "$_src/gpu/GrImageTextureMaker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 106 | "$_src/gpu/GrMemoryPool.cpp", |
| 107 | "$_src/gpu/GrMemoryPool.h", |
| 108 | "$_src/gpu/GrMesh.h", |
| 109 | "$_src/gpu/GrNonAtomicRef.h", |
Brian Salomon | 742e31d | 2016-12-07 17:06:19 -0500 | [diff] [blame] | 110 | "$_src/gpu/GrOpFlushState.cpp", |
| 111 | "$_src/gpu/GrOpFlushState.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 112 | "$_src/gpu/GrOpList.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 113 | "$_src/gpu/GrPaint.cpp", |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 114 | "$_src/gpu/GrPaint.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 115 | "$_src/gpu/GrPathRendererChain.cpp", |
| 116 | "$_src/gpu/GrPathRendererChain.h", |
| 117 | "$_src/gpu/GrPathRenderer.cpp", |
| 118 | "$_src/gpu/GrPathRenderer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 119 | "$_src/gpu/GrPathUtils.cpp", |
| 120 | "$_src/gpu/GrPathUtils.h", |
Brian Salomon | ae5f953 | 2018-07-31 11:03:40 -0400 | [diff] [blame] | 121 | "$_src/gpu/GrPendingIOResource.h", |
Chris Dalton | fe199b7 | 2017-05-05 11:26:15 -0400 | [diff] [blame] | 122 | "$_src/gpu/GrOnFlushResourceProvider.cpp", |
| 123 | "$_src/gpu/GrOnFlushResourceProvider.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 124 | "$_src/gpu/GrPipeline.cpp", |
| 125 | "$_src/gpu/GrPipeline.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 126 | "$_src/gpu/GrPrimitiveProcessor.cpp", |
| 127 | "$_src/gpu/GrPrimitiveProcessor.h", |
Brian Salomon | 92ce594 | 2017-01-18 11:01:10 -0500 | [diff] [blame] | 128 | "$_src/gpu/GrProcessorSet.cpp", |
| 129 | "$_src/gpu/GrProcessorSet.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 130 | "$_src/gpu/GrProgramDesc.cpp", |
| 131 | "$_src/gpu/GrProgramDesc.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 132 | "$_src/gpu/GrProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 133 | "$_src/gpu/GrProcessor.h", |
Brian Salomon | a811b12 | 2017-03-30 08:21:32 -0400 | [diff] [blame] | 134 | "$_src/gpu/GrProcessorAnalysis.cpp", |
| 135 | "$_src/gpu/GrProcessorAnalysis.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 136 | "$_src/gpu/GrProcessorUnitTest.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 137 | "$_src/gpu/GrProcessorUnitTest.h", |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 138 | "$_src/gpu/GrProxyProvider.cpp", |
| 139 | "$_src/gpu/GrProxyProvider.h", |
Brian Salomon | a33b67c | 2018-05-17 10:42:14 -0400 | [diff] [blame] | 140 | "$_src/gpu/GrQuad.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 141 | "$_src/gpu/GrQuad.h", |
| 142 | "$_src/gpu/GrRect.h", |
| 143 | "$_src/gpu/GrRectanizer.h", |
| 144 | "$_src/gpu/GrRectanizer_pow2.cpp", |
| 145 | "$_src/gpu/GrRectanizer_pow2.h", |
| 146 | "$_src/gpu/GrRectanizer_skyline.cpp", |
| 147 | "$_src/gpu/GrRectanizer_skyline.h", |
| 148 | "$_src/gpu/GrRenderTarget.cpp", |
| 149 | "$_src/gpu/GrRenderTargetPriv.h", |
| 150 | "$_src/gpu/GrRenderTargetProxy.cpp", |
Greg Daniel | a070ed7 | 2018-04-26 16:31:38 -0400 | [diff] [blame] | 151 | "$_src/gpu/GrRenderTargetProxyPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 152 | "$_src/gpu/GrReducedClip.cpp", |
| 153 | "$_src/gpu/GrReducedClip.h", |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 154 | "$_src/gpu/GrRenderTargetContext.cpp", |
Brian Salomon | 467921e | 2017-03-06 16:17:12 -0500 | [diff] [blame] | 155 | "$_src/gpu/GrRenderTargetContext.h", |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 156 | "$_src/gpu/GrRenderTargetContextPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 157 | "$_src/gpu/GrRenderTargetOpList.cpp", |
| 158 | "$_src/gpu/GrRenderTargetOpList.h", |
Robert Phillips | 5af44de | 2017-07-18 14:49:38 -0400 | [diff] [blame] | 159 | "$_src/gpu/GrResourceAllocator.cpp", |
| 160 | "$_src/gpu/GrResourceAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 161 | "$_src/gpu/GrResourceCache.cpp", |
| 162 | "$_src/gpu/GrResourceCache.h", |
| 163 | "$_src/gpu/GrResourceHandle.h", |
| 164 | "$_src/gpu/GrResourceProvider.cpp", |
| 165 | "$_src/gpu/GrResourceProvider.h", |
Greg Daniel | 8982dc1 | 2018-01-05 12:56:15 -0500 | [diff] [blame] | 166 | "$_src/gpu/GrResourceProviderPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 167 | "$_src/gpu/GrScissorState.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 168 | "$_src/gpu/GrSemaphore.h", |
Brian Salomon | c7fe0f7 | 2018-05-11 10:14:21 -0400 | [diff] [blame] | 169 | "$_src/gpu/GrShaderCaps.h", |
Brian Salomon | 94efbf5 | 2016-11-29 13:43:05 -0500 | [diff] [blame] | 170 | "$_src/gpu/GrShaderCaps.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 171 | "$_src/gpu/GrShape.cpp", |
| 172 | "$_src/gpu/GrShape.h", |
| 173 | "$_src/gpu/GrStencilAttachment.cpp", |
| 174 | "$_src/gpu/GrStencilAttachment.h", |
Chris Dalton | bbfd516 | 2017-11-07 13:35:22 -0700 | [diff] [blame] | 175 | "$_src/gpu/GrStencilClip.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 176 | "$_src/gpu/GrStencilSettings.cpp", |
| 177 | "$_src/gpu/GrStencilSettings.h", |
| 178 | "$_src/gpu/GrStyle.cpp", |
| 179 | "$_src/gpu/GrStyle.h", |
Robert Phillips | e305cc1f | 2016-12-14 12:19:05 -0500 | [diff] [blame] | 180 | "$_src/gpu/GrSurfaceContextPriv.h", |
Robert Phillips | 757914d | 2017-01-25 15:48:30 -0500 | [diff] [blame] | 181 | "$_src/gpu/GrSurfaceProxyPriv.h", |
Brian Salomon | 0560bd6 | 2018-06-19 14:19:13 -0400 | [diff] [blame] | 182 | "$_src/gpu/GrSwizzle.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 183 | "$_src/gpu/GrTessellator.cpp", |
| 184 | "$_src/gpu/GrTessellator.h", |
| 185 | "$_src/gpu/GrTextureOpList.cpp", |
| 186 | "$_src/gpu/GrTextureOpList.h", |
Robert Phillips | ae7d3f3 | 2017-09-21 08:26:08 -0400 | [diff] [blame] | 187 | "$_src/gpu/GrTextureProxyCacheAccess.h", |
Robert Phillips | 420c4cf | 2017-09-28 09:00:45 -0400 | [diff] [blame] | 188 | "$_src/gpu/GrTextureProxyPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 189 | "$_src/gpu/GrTracing.h", |
| 190 | "$_src/gpu/GrTestUtils.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 191 | "$_src/gpu/GrTestUtils.h", |
Brian Salomon | 99938a8 | 2016-11-21 13:41:08 -0500 | [diff] [blame] | 192 | "$_src/gpu/GrShaderVar.cpp", |
Robert Phillips | 7fbb7d3 | 2017-04-24 08:13:59 -0400 | [diff] [blame] | 193 | "$_src/gpu/GrShaderVar.h", |
Brian Salomon | e334c59 | 2017-05-15 11:00:58 -0400 | [diff] [blame] | 194 | "$_src/gpu/GrSKSLPrettyPrint.cpp", |
| 195 | "$_src/gpu/GrSKSLPrettyPrint.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 196 | "$_src/gpu/GrSoftwarePathRenderer.cpp", |
| 197 | "$_src/gpu/GrSoftwarePathRenderer.h", |
| 198 | "$_src/gpu/GrSurfacePriv.h", |
| 199 | "$_src/gpu/GrSurface.cpp", |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 200 | "$_src/gpu/GrSurfaceContext.cpp", |
Brian Salomon | 0727f67 | 2017-03-14 09:05:05 -0400 | [diff] [blame] | 201 | "$_src/gpu/GrSurfaceContext.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 202 | "$_src/gpu/GrSurfaceProxy.cpp", |
Brian Salomon | e334c59 | 2017-05-15 11:00:58 -0400 | [diff] [blame] | 203 | "$_src/gpu/GrSWMaskHelper.cpp", |
| 204 | "$_src/gpu/GrSWMaskHelper.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 205 | "$_src/gpu/GrTexture.cpp", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 206 | "$_src/gpu/GrTextureAdjuster.cpp", |
| 207 | "$_src/gpu/GrTextureAdjuster.h", |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 208 | "$_src/gpu/GrTextureContext.cpp", |
Brian Salomon | 0727f67 | 2017-03-14 09:05:05 -0400 | [diff] [blame] | 209 | "$_src/gpu/GrTextureContext.h", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 210 | "$_src/gpu/GrTextureMaker.cpp", |
| 211 | "$_src/gpu/GrTextureMaker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 212 | "$_src/gpu/GrTexturePriv.h", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 213 | "$_src/gpu/GrTextureProducer.cpp", |
| 214 | "$_src/gpu/GrTextureProducer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 215 | "$_src/gpu/GrTextureProxy.cpp", |
Robert Phillips | 84a8120 | 2016-11-04 11:59:10 -0400 | [diff] [blame] | 216 | "$_src/gpu/GrTextureRenderTargetProxy.cpp", |
Robert Phillips | 7fbb7d3 | 2017-04-24 08:13:59 -0400 | [diff] [blame] | 217 | "$_src/gpu/GrTextureRenderTargetProxy.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 218 | "$_src/gpu/GrTRecorder.h", |
Greg Daniel | 4684f82 | 2018-03-08 15:27:36 -0500 | [diff] [blame] | 219 | "$_src/gpu/GrUninstantiateProxyTracker.cpp", |
| 220 | "$_src/gpu/GrUninstantiateProxyTracker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 221 | "$_src/gpu/GrUserStencilSettings.h", |
| 222 | "$_src/gpu/GrWindowRectangles.h", |
| 223 | "$_src/gpu/GrWindowRectsState.h", |
| 224 | "$_src/gpu/GrXferProcessor.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 225 | "$_src/gpu/GrXferProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 226 | "$_src/gpu/GrYUVProvider.cpp", |
| 227 | "$_src/gpu/GrYUVProvider.h", |
| 228 | |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 229 | # Ops |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 230 | "$_src/gpu/ops/GrAAConvexTessellator.cpp", |
| 231 | "$_src/gpu/ops/GrAAConvexTessellator.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 232 | "$_src/gpu/ops/GrAAConvexPathRenderer.cpp", |
| 233 | "$_src/gpu/ops/GrAAConvexPathRenderer.h", |
| 234 | "$_src/gpu/ops/GrAAFillRectOp.cpp", |
Chris Dalton | 133944a | 2018-11-16 23:30:29 -0500 | [diff] [blame] | 235 | "$_src/gpu/ops/GrAAFillRRectOp.cpp", |
| 236 | "$_src/gpu/ops/GrAAFillRRectOp.h", |
Jim Van Verth | 8301046 | 2017-03-16 08:45:39 -0400 | [diff] [blame] | 237 | "$_src/gpu/ops/GrAAHairLinePathRenderer.cpp", |
| 238 | "$_src/gpu/ops/GrAAHairLinePathRenderer.h", |
| 239 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp", |
| 240 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 241 | "$_src/gpu/ops/GrAAStrokeRectOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 242 | "$_src/gpu/ops/GrAtlasTextOp.cpp", |
| 243 | "$_src/gpu/ops/GrAtlasTextOp.h", |
Robert Phillips | fbcef6e | 2017-06-15 12:07:18 -0400 | [diff] [blame] | 244 | "$_src/gpu/ops/GrClearOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 245 | "$_src/gpu/ops/GrClearOp.h", |
Robert Phillips | 7c525e6 | 2018-06-12 10:11:12 -0400 | [diff] [blame] | 246 | "$_src/gpu/ops/GrClearStencilClipOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 247 | "$_src/gpu/ops/GrClearStencilClipOp.h", |
| 248 | "$_src/gpu/ops/GrCopySurfaceOp.cpp", |
| 249 | "$_src/gpu/ops/GrCopySurfaceOp.h", |
| 250 | "$_src/gpu/ops/GrDashLinePathRenderer.cpp", |
| 251 | "$_src/gpu/ops/GrDashLinePathRenderer.h", |
| 252 | "$_src/gpu/ops/GrDashOp.cpp", |
| 253 | "$_src/gpu/ops/GrDashOp.h", |
| 254 | "$_src/gpu/ops/GrDefaultPathRenderer.cpp", |
| 255 | "$_src/gpu/ops/GrDefaultPathRenderer.h", |
Robert Phillips | 88a32ef | 2018-06-07 11:05:56 -0400 | [diff] [blame] | 256 | "$_src/gpu/ops/GrDebugMarkerOp.cpp", |
Robert Phillips | 65a88fa | 2017-08-08 08:36:22 -0400 | [diff] [blame] | 257 | "$_src/gpu/ops/GrDebugMarkerOp.h", |
Greg Daniel | 64cc9aa | 2018-10-19 13:54:56 -0400 | [diff] [blame] | 258 | "$_src/gpu/ops/GrDrawableOp.cpp", |
| 259 | "$_src/gpu/ops/GrDrawableOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 260 | "$_src/gpu/ops/GrDrawAtlasOp.cpp", |
| 261 | "$_src/gpu/ops/GrDrawAtlasOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 262 | "$_src/gpu/ops/GrDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 263 | "$_src/gpu/ops/GrDrawVerticesOp.cpp", |
| 264 | "$_src/gpu/ops/GrDrawVerticesOp.h", |
| 265 | "$_src/gpu/ops/GrMeshDrawOp.cpp", |
| 266 | "$_src/gpu/ops/GrMeshDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 267 | "$_src/gpu/ops/GrNonAAFillRectOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 268 | "$_src/gpu/ops/GrNonAAStrokeRectOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 269 | "$_src/gpu/ops/GrLatticeOp.cpp", |
| 270 | "$_src/gpu/ops/GrLatticeOp.h", |
| 271 | "$_src/gpu/ops/GrOp.cpp", |
| 272 | "$_src/gpu/ops/GrOp.h", |
| 273 | "$_src/gpu/ops/GrOvalOpFactory.cpp", |
| 274 | "$_src/gpu/ops/GrOvalOpFactory.h", |
Michael Ludwig | 460eb5e | 2018-10-29 11:09:29 -0400 | [diff] [blame] | 275 | "$_src/gpu/ops/GrQuadPerEdgeAA.cpp", |
| 276 | "$_src/gpu/ops/GrQuadPerEdgeAA.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 277 | "$_src/gpu/ops/GrRectOpFactory.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 278 | "$_src/gpu/ops/GrRegionOp.cpp", |
| 279 | "$_src/gpu/ops/GrRegionOp.h", |
Greg Daniel | fe71b9d | 2017-03-09 10:41:31 -0500 | [diff] [blame] | 280 | "$_src/gpu/ops/GrSemaphoreOp.cpp", |
| 281 | "$_src/gpu/ops/GrSemaphoreOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 282 | "$_src/gpu/ops/GrShadowRRectOp.cpp", |
| 283 | "$_src/gpu/ops/GrShadowRRectOp.h", |
Brian Salomon | b4d6106 | 2017-07-12 11:24:41 -0400 | [diff] [blame] | 284 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp", |
Brian Salomon | 6d4b65e | 2017-05-03 17:06:09 -0400 | [diff] [blame] | 285 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.h", |
Jim Van Verth | 8301046 | 2017-03-16 08:45:39 -0400 | [diff] [blame] | 286 | "$_src/gpu/ops/GrSmallPathRenderer.cpp", |
| 287 | "$_src/gpu/ops/GrSmallPathRenderer.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 288 | "$_src/gpu/ops/GrTessellatingPathRenderer.cpp", |
| 289 | "$_src/gpu/ops/GrTessellatingPathRenderer.h", |
Brian Salomon | 3416969 | 2017-08-28 15:32:01 -0400 | [diff] [blame] | 290 | "$_src/gpu/ops/GrTextureOp.cpp", |
| 291 | "$_src/gpu/ops/GrTextureOp.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 292 | |
Ethan Nicholas | eace935 | 2018-10-15 20:09:54 +0000 | [diff] [blame] | 293 | "$_src/gpu/effects/GrAARectEffect.cpp", |
| 294 | "$_src/gpu/effects/GrAARectEffect.h", |
Greg Daniel | 3e8c345 | 2018-04-06 10:37:55 -0400 | [diff] [blame] | 295 | "$_src/gpu/effects/GrAlphaThresholdFragmentProcessor.cpp", |
| 296 | "$_src/gpu/effects/GrAlphaThresholdFragmentProcessor.h", |
Jim Van Verth | 91af727 | 2017-01-27 14:15:54 -0500 | [diff] [blame] | 297 | "$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp", |
Robert Phillips | 54cbcd7 | 2017-04-20 17:20:24 -0400 | [diff] [blame] | 298 | "$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.h", |
Mike Reed | 18e7556 | 2018-03-12 14:03:47 -0400 | [diff] [blame] | 299 | "$_src/gpu/effects/GrCircleBlurFragmentProcessor.cpp", |
| 300 | "$_src/gpu/effects/GrCircleBlurFragmentProcessor.h", |
Ethan Nicholas | 83d1185 | 2017-07-13 16:00:16 -0400 | [diff] [blame] | 301 | "$_src/gpu/effects/GrCircleEffect.cpp", |
| 302 | "$_src/gpu/effects/GrCircleEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 303 | "$_src/gpu/effects/GrConfigConversionEffect.cpp", |
| 304 | "$_src/gpu/effects/GrConfigConversionEffect.h", |
| 305 | "$_src/gpu/effects/GrConstColorProcessor.cpp", |
Robert Phillips | 54cbcd7 | 2017-04-20 17:20:24 -0400 | [diff] [blame] | 306 | "$_src/gpu/effects/GrConstColorProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 307 | "$_src/gpu/effects/GrCoverageSetOpXP.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 308 | "$_src/gpu/effects/GrCoverageSetOpXP.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 309 | "$_src/gpu/effects/GrCustomXfermode.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 310 | "$_src/gpu/effects/GrCustomXfermode.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 311 | "$_src/gpu/effects/GrBezierEffect.cpp", |
| 312 | "$_src/gpu/effects/GrBezierEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 313 | "$_src/gpu/effects/GrConvexPolyEffect.cpp", |
| 314 | "$_src/gpu/effects/GrConvexPolyEffect.h", |
| 315 | "$_src/gpu/effects/GrBicubicEffect.cpp", |
| 316 | "$_src/gpu/effects/GrBicubicEffect.h", |
| 317 | "$_src/gpu/effects/GrBitmapTextGeoProc.cpp", |
| 318 | "$_src/gpu/effects/GrBitmapTextGeoProc.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 319 | "$_src/gpu/effects/GrDisableColorXP.cpp", |
| 320 | "$_src/gpu/effects/GrDisableColorXP.h", |
| 321 | "$_src/gpu/effects/GrDistanceFieldGeoProc.cpp", |
| 322 | "$_src/gpu/effects/GrDistanceFieldGeoProc.h", |
Ethan Nicholas | 420f156 | 2017-07-14 13:11:38 -0400 | [diff] [blame] | 323 | "$_src/gpu/effects/GrEllipseEffect.cpp", |
| 324 | "$_src/gpu/effects/GrEllipseEffect.h", |
Brian Salomon | aee504b | 2017-01-24 12:29:36 -0500 | [diff] [blame] | 325 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp", |
| 326 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h", |
Ethan Nicholas | 14efcbf | 2017-11-07 09:23:38 -0500 | [diff] [blame] | 327 | "$_src/gpu/effects/GrLumaColorFilterEffect.cpp", |
| 328 | "$_src/gpu/effects/GrLumaColorFilterEffect.h", |
Ethan Nicholas | 2d5f9b3 | 2017-12-13 14:36:14 -0500 | [diff] [blame] | 329 | "$_src/gpu/effects/GrMagnifierEffect.cpp", |
| 330 | "$_src/gpu/effects/GrMagnifierEffect.h", |
| 331 | "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp", |
| 332 | "$_src/gpu/effects/GrMatrixConvolutionEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 333 | "$_src/gpu/effects/GrOvalEffect.cpp", |
| 334 | "$_src/gpu/effects/GrOvalEffect.h", |
| 335 | "$_src/gpu/effects/GrPorterDuffXferProcessor.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 336 | "$_src/gpu/effects/GrPorterDuffXferProcessor.h", |
Ethan Nicholas | be0a042 | 2017-11-17 13:44:05 -0500 | [diff] [blame] | 337 | "$_src/gpu/effects/GrPremulInputFragmentProcessor.cpp", |
| 338 | "$_src/gpu/effects/GrPremulInputFragmentProcessor.h", |
Ethan Nicholas | 8239946 | 2017-10-16 12:35:44 -0400 | [diff] [blame] | 339 | "$_src/gpu/effects/GrRectBlurEffect.cpp", |
| 340 | "$_src/gpu/effects/GrRectBlurEffect.h", |
Ethan Nicholas | 297d6ef | 2017-12-20 12:00:11 -0500 | [diff] [blame] | 341 | "$_src/gpu/effects/GrRRectBlurEffect.cpp", |
| 342 | "$_src/gpu/effects/GrRRectBlurEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 343 | "$_src/gpu/effects/GrRRectEffect.cpp", |
| 344 | "$_src/gpu/effects/GrRRectEffect.h", |
Jim Van Verth | c590341 | 2016-11-17 15:27:09 -0500 | [diff] [blame] | 345 | "$_src/gpu/effects/GrShadowGeoProc.cpp", |
| 346 | "$_src/gpu/effects/GrShadowGeoProc.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 347 | "$_src/gpu/effects/GrSimpleTextureEffect.cpp", |
| 348 | "$_src/gpu/effects/GrSimpleTextureEffect.h", |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 349 | "$_src/gpu/effects/GrSkSLFP.cpp", |
| 350 | "$_src/gpu/effects/GrSkSLFP.h", |
Brian Osman | 964dec3 | 2017-01-26 09:32:33 -0500 | [diff] [blame] | 351 | "$_src/gpu/effects/GrSRGBEffect.cpp", |
| 352 | "$_src/gpu/effects/GrSRGBEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 353 | "$_src/gpu/effects/GrTextureDomain.cpp", |
| 354 | "$_src/gpu/effects/GrTextureDomain.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 355 | "$_src/gpu/effects/GrXfermodeFragmentProcessor.cpp", |
Robert Phillips | 54cbcd7 | 2017-04-20 17:20:24 -0400 | [diff] [blame] | 356 | "$_src/gpu/effects/GrXfermodeFragmentProcessor.h", |
Ethan Nicholas | 7461a4a | 2017-12-21 14:18:01 -0500 | [diff] [blame] | 357 | "$_src/gpu/effects/GrYUVtoRGBEffect.cpp", |
| 358 | "$_src/gpu/effects/GrYUVtoRGBEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 359 | |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 360 | # gradients |
Michael Ludwig | 0495f7a | 2018-09-12 15:23:33 -0400 | [diff] [blame] | 361 | "$_src/gpu/gradients/GrDualIntervalGradientColorizer.cpp", |
| 362 | "$_src/gpu/gradients/GrDualIntervalGradientColorizer.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 363 | "$_src/gpu/gradients/GrSingleIntervalGradientColorizer.cpp", |
| 364 | "$_src/gpu/gradients/GrSingleIntervalGradientColorizer.h", |
Michael Ludwig | a7914d3 | 2018-09-14 09:47:21 -0400 | [diff] [blame] | 365 | "$_src/gpu/gradients/GrTextureGradientColorizer.cpp", |
| 366 | "$_src/gpu/gradients/GrTextureGradientColorizer.h", |
Michael Ludwig | 72535fb | 2018-09-28 11:53:32 -0400 | [diff] [blame] | 367 | "$_src/gpu/gradients/GrUnrolledBinaryGradientColorizer.cpp", |
| 368 | "$_src/gpu/gradients/GrUnrolledBinaryGradientColorizer.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 369 | "$_src/gpu/gradients/GrLinearGradientLayout.cpp", |
| 370 | "$_src/gpu/gradients/GrLinearGradientLayout.h", |
Michael Ludwig | 4089df8 | 2018-09-12 15:22:37 -0400 | [diff] [blame] | 371 | "$_src/gpu/gradients/GrRadialGradientLayout.cpp", |
| 372 | "$_src/gpu/gradients/GrRadialGradientLayout.h", |
Michael Ludwig | 24d438b | 2018-09-12 15:22:50 -0400 | [diff] [blame] | 373 | "$_src/gpu/gradients/GrSweepGradientLayout.cpp", |
| 374 | "$_src/gpu/gradients/GrSweepGradientLayout.h", |
Michael Ludwig | 8f68508 | 2018-09-12 15:23:01 -0400 | [diff] [blame] | 375 | "$_src/gpu/gradients/GrTwoPointConicalGradientLayout.cpp", |
| 376 | "$_src/gpu/gradients/GrTwoPointConicalGradientLayout.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 377 | "$_src/gpu/gradients/GrClampedGradientEffect.cpp", |
| 378 | "$_src/gpu/gradients/GrClampedGradientEffect.h", |
| 379 | "$_src/gpu/gradients/GrTiledGradientEffect.cpp", |
| 380 | "$_src/gpu/gradients/GrTiledGradientEffect.h", |
Michael Ludwig | a7914d3 | 2018-09-14 09:47:21 -0400 | [diff] [blame] | 381 | "$_src/gpu/gradients/GrGradientBitmapCache.cpp", |
| 382 | "$_src/gpu/gradients/GrGradientBitmapCache.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 383 | "$_src/gpu/gradients/GrGradientShader.cpp", |
| 384 | "$_src/gpu/gradients/GrGradientShader.h", |
| 385 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 386 | # text |
Robert Phillips | c4039ea | 2018-03-01 11:36:45 -0500 | [diff] [blame] | 387 | "$_src/gpu/text/GrAtlasManager.cpp", |
| 388 | "$_src/gpu/text/GrAtlasManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 389 | "$_src/gpu/text/GrDistanceFieldAdjustTable.cpp", |
| 390 | "$_src/gpu/text/GrDistanceFieldAdjustTable.h", |
Robert Phillips | c4039ea | 2018-03-01 11:36:45 -0500 | [diff] [blame] | 391 | "$_src/gpu/text/GrGlyphCache.cpp", |
| 392 | "$_src/gpu/text/GrGlyphCache.h", |
Jim Van Verth | d401da6 | 2018-05-03 10:40:30 -0400 | [diff] [blame] | 393 | "$_src/gpu/text/GrSDFMaskFilter.cpp", |
| 394 | "$_src/gpu/text/GrSDFMaskFilter.h", |
Herb Derby | 8624059 | 2018-05-24 16:12:31 -0400 | [diff] [blame] | 395 | "$_src/gpu/text/GrTextBlob.cpp", |
| 396 | "$_src/gpu/text/GrTextBlob.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 397 | "$_src/gpu/text/GrTextBlobCache.cpp", |
| 398 | "$_src/gpu/text/GrTextBlobCache.h", |
Herb Derby | 8624059 | 2018-05-24 16:12:31 -0400 | [diff] [blame] | 399 | "$_src/gpu/text/GrTextContext.cpp", |
| 400 | "$_src/gpu/text/GrTextContext.h", |
| 401 | "$_src/gpu/text/GrTextBlobVertexRegenerator.cpp", |
Herb Derby | c1b482c | 2018-08-09 15:02:27 -0400 | [diff] [blame] | 402 | "$_src/gpu/text/GrTextTarget.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 403 | |
| 404 | "$_src/gpu/gl/GrGLAssembleInterface.cpp", |
| 405 | "$_src/gpu/gl/GrGLBuffer.cpp", |
| 406 | "$_src/gpu/gl/GrGLBuffer.h", |
| 407 | "$_src/gpu/gl/GrGLCaps.cpp", |
| 408 | "$_src/gpu/gl/GrGLCaps.h", |
| 409 | "$_src/gpu/gl/GrGLContext.cpp", |
| 410 | "$_src/gpu/gl/GrGLContext.h", |
Brian Salomon | 3d6801e | 2017-12-11 10:06:31 -0500 | [diff] [blame] | 411 | "$_src/gpu/gl/GrGLMakeNativeInterface_none.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 412 | "$_src/gpu/gl/GrGLCreateNullInterface.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 413 | "$_src/gpu/gl/GrGLDefines.h", |
| 414 | "$_src/gpu/gl/GrGLGLSL.cpp", |
| 415 | "$_src/gpu/gl/GrGLGLSL.h", |
| 416 | "$_src/gpu/gl/GrGLGpu.cpp", |
| 417 | "$_src/gpu/gl/GrGLGpu.h", |
Robert Phillips | cb2e235 | 2017-08-30 16:44:40 -0400 | [diff] [blame] | 418 | "$_src/gpu/gl/GrGLGpuCommandBuffer.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 419 | "$_src/gpu/gl/GrGLGpuCommandBuffer.h", |
| 420 | "$_src/gpu/gl/GrGLGpuProgramCache.cpp", |
| 421 | "$_src/gpu/gl/GrGLExtensions.cpp", |
| 422 | "$_src/gpu/gl/GrGLInterface.cpp", |
| 423 | "$_src/gpu/gl/GrGLIRect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 424 | "$_src/gpu/gl/GrGLProgram.cpp", |
| 425 | "$_src/gpu/gl/GrGLProgram.h", |
| 426 | "$_src/gpu/gl/GrGLProgramDataManager.cpp", |
| 427 | "$_src/gpu/gl/GrGLProgramDataManager.h", |
| 428 | "$_src/gpu/gl/GrGLRenderTarget.cpp", |
| 429 | "$_src/gpu/gl/GrGLRenderTarget.h", |
Greg Daniel | 6ecc911 | 2017-06-16 16:17:03 +0000 | [diff] [blame] | 430 | "$_src/gpu/gl/GrGLSemaphore.cpp", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 431 | "$_src/gpu/gl/GrGLSemaphore.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 432 | "$_src/gpu/gl/GrGLStencilAttachment.cpp", |
| 433 | "$_src/gpu/gl/GrGLStencilAttachment.h", |
| 434 | "$_src/gpu/gl/GrGLTestInterface.cpp", |
| 435 | "$_src/gpu/gl/GrGLTestInterface.h", |
| 436 | "$_src/gpu/gl/GrGLTexture.cpp", |
| 437 | "$_src/gpu/gl/GrGLTexture.h", |
| 438 | "$_src/gpu/gl/GrGLTextureRenderTarget.cpp", |
| 439 | "$_src/gpu/gl/GrGLTextureRenderTarget.h", |
| 440 | "$_src/gpu/gl/GrGLUtil.cpp", |
| 441 | "$_src/gpu/gl/GrGLUtil.h", |
| 442 | "$_src/gpu/gl/GrGLUniformHandler.cpp", |
| 443 | "$_src/gpu/gl/GrGLUniformHandler.h", |
| 444 | "$_src/gpu/gl/GrGLVaryingHandler.cpp", |
| 445 | "$_src/gpu/gl/GrGLVaryingHandler.h", |
| 446 | "$_src/gpu/gl/GrGLVertexArray.cpp", |
| 447 | "$_src/gpu/gl/GrGLVertexArray.h", |
| 448 | |
| 449 | # Files for building GLSL shaders |
| 450 | "$_src/gpu/gl/builders/GrGLProgramBuilder.cpp", |
| 451 | "$_src/gpu/gl/builders/GrGLProgramBuilder.h", |
| 452 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.cpp", |
| 453 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 454 | |
| 455 | # GLSL |
| 456 | "$_src/gpu/glsl/GrGLSL.cpp", |
Brian Salomon | 23c55b6 | 2018-06-19 16:28:41 -0400 | [diff] [blame] | 457 | "$_src/gpu/glsl/GrGLSL.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 458 | "$_src/gpu/glsl/GrGLSLBlend.cpp", |
| 459 | "$_src/gpu/glsl/GrGLSLBlend.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 460 | "$_src/gpu/glsl/GrGLSLColorSpaceXformHelper.h", |
| 461 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.cpp", |
| 462 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.h", |
| 463 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp", |
| 464 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.h", |
| 465 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.cpp", |
| 466 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 467 | "$_src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp", |
| 468 | "$_src/gpu/glsl/GrGLSLPrimitiveProcessor.h", |
| 469 | "$_src/gpu/glsl/GrGLSLProgramBuilder.cpp", |
| 470 | "$_src/gpu/glsl/GrGLSLProgramBuilder.h", |
| 471 | "$_src/gpu/glsl/GrGLSLProgramDataManager.cpp", |
| 472 | "$_src/gpu/glsl/GrGLSLProgramDataManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 473 | "$_src/gpu/glsl/GrGLSLShaderBuilder.cpp", |
| 474 | "$_src/gpu/glsl/GrGLSLShaderBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 475 | "$_src/gpu/glsl/GrGLSLUniformHandler.h", |
| 476 | "$_src/gpu/glsl/GrGLSLUtil.cpp", |
| 477 | "$_src/gpu/glsl/GrGLSLUtil.h", |
| 478 | "$_src/gpu/glsl/GrGLSLVarying.cpp", |
| 479 | "$_src/gpu/glsl/GrGLSLVarying.h", |
Chris Dalton | c17bf32 | 2017-10-24 10:59:03 -0600 | [diff] [blame] | 480 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp", |
| 481 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 482 | "$_src/gpu/glsl/GrGLSLXferProcessor.cpp", |
| 483 | "$_src/gpu/glsl/GrGLSLXferProcessor.h", |
| 484 | |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 485 | # Mock |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 486 | "$_src/gpu/mock/GrMockBuffer.h", |
| 487 | "$_src/gpu/mock/GrMockCaps.h", |
| 488 | "$_src/gpu/mock/GrMockGpu.cpp", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 489 | "$_src/gpu/mock/GrMockGpu.h", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 490 | "$_src/gpu/mock/GrMockGpuCommandBuffer.h", |
| 491 | "$_src/gpu/mock/GrMockStencilAttachment.h", |
| 492 | "$_src/gpu/mock/GrMockTexture.h", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 493 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 494 | # Sk files |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 495 | "$_src/gpu/SkGpuDevice.cpp", |
| 496 | "$_src/gpu/SkGpuDevice.h", |
| 497 | "$_src/gpu/SkGpuDevice_drawTexture.cpp", |
Brian Osman | 3b65598 | 2017-03-07 16:58:08 -0500 | [diff] [blame] | 498 | "$_src/gpu/SkGr.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 499 | "$_src/gpu/SkGr.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 500 | |
| 501 | "$_src/image/SkImage_Gpu.h", |
| 502 | "$_src/image/SkImage_Gpu.cpp", |
Jim Van Verth | 8026ccc | 2018-10-04 13:10:39 -0400 | [diff] [blame] | 503 | "$_src/image/SkImage_GpuBase.h", |
| 504 | "$_src/image/SkImage_GpuBase.cpp", |
Jim Van Verth | f49262d | 2018-10-02 12:07:20 -0400 | [diff] [blame] | 505 | "$_src/image/SkImage_GpuYUVA.h", |
| 506 | "$_src/image/SkImage_GpuYUVA.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 507 | "$_src/image/SkSurface_Gpu.h", |
| 508 | "$_src/image/SkSurface_Gpu.cpp", |
| 509 | ] |
| 510 | |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 511 | skia_ccpr_sources = [ |
| 512 | # coverage counting path renderer |
| 513 | "$_src/gpu/ccpr/GrCCAtlas.cpp", |
| 514 | "$_src/gpu/ccpr/GrCCAtlas.h", |
| 515 | "$_src/gpu/ccpr/GrCCClipPath.cpp", |
| 516 | "$_src/gpu/ccpr/GrCCClipProcessor.cpp", |
| 517 | "$_src/gpu/ccpr/GrCCClipProcessor.h", |
| 518 | "$_src/gpu/ccpr/GrCCConicShader.cpp", |
| 519 | "$_src/gpu/ccpr/GrCCConicShader.h", |
| 520 | "$_src/gpu/ccpr/GrCCCoverageProcessor.cpp", |
| 521 | "$_src/gpu/ccpr/GrCCCoverageProcessor_GSImpl.cpp", |
| 522 | "$_src/gpu/ccpr/GrCCCoverageProcessor_VSImpl.cpp", |
| 523 | "$_src/gpu/ccpr/GrCCCoverageProcessor.h", |
| 524 | "$_src/gpu/ccpr/GrCCCubicShader.cpp", |
| 525 | "$_src/gpu/ccpr/GrCCCubicShader.h", |
| 526 | "$_src/gpu/ccpr/GrCCDrawPathsOp.cpp", |
| 527 | "$_src/gpu/ccpr/GrCCDrawPathsOp.h", |
| 528 | "$_src/gpu/ccpr/GrCCFiller.cpp", |
| 529 | "$_src/gpu/ccpr/GrCCFiller.h", |
| 530 | "$_src/gpu/ccpr/GrCCFillGeometry.cpp", |
| 531 | "$_src/gpu/ccpr/GrCCFillGeometry.h", |
| 532 | "$_src/gpu/ccpr/GrCCPathCache.cpp", |
| 533 | "$_src/gpu/ccpr/GrCCPathCache.h", |
| 534 | "$_src/gpu/ccpr/GrCCPathProcessor.cpp", |
| 535 | "$_src/gpu/ccpr/GrCCPathProcessor.h", |
| 536 | "$_src/gpu/ccpr/GrCCPerFlushResources.cpp", |
| 537 | "$_src/gpu/ccpr/GrCCPerFlushResources.h", |
| 538 | "$_src/gpu/ccpr/GrCCQuadraticShader.cpp", |
| 539 | "$_src/gpu/ccpr/GrCCQuadraticShader.h", |
| 540 | "$_src/gpu/ccpr/GrCCStrokeGeometry.cpp", |
| 541 | "$_src/gpu/ccpr/GrCCStrokeGeometry.h", |
| 542 | "$_src/gpu/ccpr/GrCCStroker.cpp", |
| 543 | "$_src/gpu/ccpr/GrCCStroker.h", |
| 544 | "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp", |
| 545 | "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h", |
| 546 | ] |
| 547 | |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 548 | skia_nvpr_sources = [ |
| 549 | "$_src/gpu/GrPath.cpp", |
| 550 | "$_src/gpu/GrPath.h", |
| 551 | "$_src/gpu/GrPathProcessor.cpp", |
| 552 | "$_src/gpu/GrPathProcessor.h", |
| 553 | "$_src/gpu/GrPathRendering.cpp", |
| 554 | "$_src/gpu/GrPathRendering.h", |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 555 | "$_src/gpu/gl/GrGLPath.cpp", |
| 556 | "$_src/gpu/gl/GrGLPath.h", |
| 557 | "$_src/gpu/gl/GrGLPathRendering.cpp", |
| 558 | "$_src/gpu/gl/GrGLPathRendering.h", |
Mike Klein | 921ec97 | 2018-10-15 14:21:40 -0400 | [diff] [blame] | 559 | "$_src/gpu/ops/GrDrawPathOp.cpp", |
| 560 | "$_src/gpu/ops/GrDrawPathOp.h", |
Mike Klein | 26a6049 | 2018-10-15 10:38:25 -0400 | [diff] [blame] | 561 | "$_src/gpu/ops/GrStencilAndCoverPathRenderer.cpp", |
| 562 | "$_src/gpu/ops/GrStencilAndCoverPathRenderer.h", |
| 563 | "$_src/gpu/ops/GrStencilPathOp.cpp", |
| 564 | "$_src/gpu/ops/GrStencilPathOp.h", |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 565 | ] |
| 566 | |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 567 | skia_gpu_sources += skia_ccpr_sources |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 568 | skia_gpu_sources += skia_nvpr_sources |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 569 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 570 | skia_null_gpu_sources = [] |
| 571 | |
| 572 | skia_vk_sources = [ |
| 573 | "$_include/gpu/vk/GrVkBackendContext.h", |
Greg Daniel | 98bffae | 2018-08-01 13:25:41 -0400 | [diff] [blame] | 574 | "$_include/gpu/vk/GrVkExtensions.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 575 | "$_include/gpu/vk/GrVkMemoryAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 576 | "$_include/gpu/vk/GrVkTypes.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 577 | "$_include/private/GrVkTypesPriv.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 578 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.cpp", |
| 579 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 580 | "$_src/gpu/vk/GrVkBuffer.cpp", |
| 581 | "$_src/gpu/vk/GrVkBuffer.h", |
Greg Daniel | c2dd5ed | 2017-05-05 13:49:11 -0400 | [diff] [blame] | 582 | "$_src/gpu/vk/GrVkBufferView.cpp", |
| 583 | "$_src/gpu/vk/GrVkBufferView.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 584 | "$_src/gpu/vk/GrVkCaps.cpp", |
| 585 | "$_src/gpu/vk/GrVkCaps.h", |
| 586 | "$_src/gpu/vk/GrVkCommandBuffer.cpp", |
| 587 | "$_src/gpu/vk/GrVkCommandBuffer.h", |
| 588 | "$_src/gpu/vk/GrVkCopyManager.cpp", |
| 589 | "$_src/gpu/vk/GrVkCopyManager.h", |
| 590 | "$_src/gpu/vk/GrVkCopyPipeline.cpp", |
| 591 | "$_src/gpu/vk/GrVkCopyPipeline.h", |
| 592 | "$_src/gpu/vk/GrVkDescriptorPool.cpp", |
| 593 | "$_src/gpu/vk/GrVkDescriptorPool.h", |
| 594 | "$_src/gpu/vk/GrVkDescriptorSet.cpp", |
| 595 | "$_src/gpu/vk/GrVkDescriptorSet.h", |
| 596 | "$_src/gpu/vk/GrVkDescriptorSetManager.cpp", |
| 597 | "$_src/gpu/vk/GrVkDescriptorSetManager.h", |
| 598 | "$_src/gpu/vk/GrVkExtensions.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 599 | "$_src/gpu/vk/GrVkFramebuffer.cpp", |
| 600 | "$_src/gpu/vk/GrVkFramebuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 601 | "$_src/gpu/vk/GrVkGpu.cpp", |
| 602 | "$_src/gpu/vk/GrVkGpu.h", |
| 603 | "$_src/gpu/vk/GrVkGpuCommandBuffer.cpp", |
| 604 | "$_src/gpu/vk/GrVkGpuCommandBuffer.h", |
| 605 | "$_src/gpu/vk/GrVkImage.cpp", |
| 606 | "$_src/gpu/vk/GrVkImage.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 607 | "$_src/gpu/vk/GrVkImageLayout.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 608 | "$_src/gpu/vk/GrVkImageView.cpp", |
| 609 | "$_src/gpu/vk/GrVkImageView.h", |
| 610 | "$_src/gpu/vk/GrVkIndexBuffer.cpp", |
| 611 | "$_src/gpu/vk/GrVkIndexBuffer.h", |
| 612 | "$_src/gpu/vk/GrVkInterface.cpp", |
Greg Daniel | d3e65aa | 2018-08-01 09:19:45 -0400 | [diff] [blame] | 613 | "$_src/gpu/vk/GrVkInterface.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 614 | "$_src/gpu/vk/GrVkMemory.cpp", |
| 615 | "$_src/gpu/vk/GrVkMemory.h", |
| 616 | "$_src/gpu/vk/GrVkPipeline.cpp", |
| 617 | "$_src/gpu/vk/GrVkPipeline.h", |
Greg Daniel | 7d918fd | 2018-06-19 15:22:01 -0400 | [diff] [blame] | 618 | "$_src/gpu/vk/GrVkPipelineLayout.cpp", |
| 619 | "$_src/gpu/vk/GrVkPipelineLayout.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 620 | "$_src/gpu/vk/GrVkPipelineState.cpp", |
| 621 | "$_src/gpu/vk/GrVkPipelineState.h", |
| 622 | "$_src/gpu/vk/GrVkPipelineStateBuilder.cpp", |
| 623 | "$_src/gpu/vk/GrVkPipelineStateBuilder.h", |
| 624 | "$_src/gpu/vk/GrVkPipelineStateCache.cpp", |
| 625 | "$_src/gpu/vk/GrVkPipelineStateDataManager.cpp", |
| 626 | "$_src/gpu/vk/GrVkPipelineStateDataManager.h", |
| 627 | "$_src/gpu/vk/GrVkRenderPass.cpp", |
| 628 | "$_src/gpu/vk/GrVkRenderPass.h", |
| 629 | "$_src/gpu/vk/GrVkRenderTarget.cpp", |
| 630 | "$_src/gpu/vk/GrVkRenderTarget.h", |
| 631 | "$_src/gpu/vk/GrVkResource.h", |
| 632 | "$_src/gpu/vk/GrVkResourceProvider.cpp", |
| 633 | "$_src/gpu/vk/GrVkResourceProvider.h", |
| 634 | "$_src/gpu/vk/GrVkSampler.cpp", |
| 635 | "$_src/gpu/vk/GrVkSampler.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 636 | "$_src/gpu/vk/GrVkSemaphore.cpp", |
| 637 | "$_src/gpu/vk/GrVkSemaphore.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 638 | "$_src/gpu/vk/GrVkStencilAttachment.cpp", |
| 639 | "$_src/gpu/vk/GrVkStencilAttachment.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 640 | "$_src/gpu/vk/GrVkTexture.cpp", |
| 641 | "$_src/gpu/vk/GrVkTexture.h", |
| 642 | "$_src/gpu/vk/GrVkTextureRenderTarget.cpp", |
| 643 | "$_src/gpu/vk/GrVkTextureRenderTarget.h", |
| 644 | "$_src/gpu/vk/GrVkTransferBuffer.cpp", |
| 645 | "$_src/gpu/vk/GrVkTransferBuffer.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 646 | "$_src/gpu/vk/GrVkTypesPriv.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 647 | "$_src/gpu/vk/GrVkUniformBuffer.cpp", |
| 648 | "$_src/gpu/vk/GrVkUniformBuffer.h", |
| 649 | "$_src/gpu/vk/GrVkUniformHandler.cpp", |
| 650 | "$_src/gpu/vk/GrVkUniformHandler.h", |
| 651 | "$_src/gpu/vk/GrVkUtil.cpp", |
| 652 | "$_src/gpu/vk/GrVkUtil.h", |
| 653 | "$_src/gpu/vk/GrVkVaryingHandler.cpp", |
| 654 | "$_src/gpu/vk/GrVkVaryingHandler.h", |
| 655 | "$_src/gpu/vk/GrVkVertexBuffer.cpp", |
| 656 | "$_src/gpu/vk/GrVkVertexBuffer.h", |
Greg Daniel | 54bfb18 | 2018-11-20 17:12:36 -0500 | [diff] [blame] | 657 | "$_src/gpu/vk/GrVkVulkan.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 658 | ] |
| 659 | |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 660 | skia_metal_sources = [ |
Greg Daniel | eee5183 | 2017-07-28 11:31:19 -0400 | [diff] [blame] | 661 | "$_include/gpu/mtl/GrMtlTypes.h", |
Timothy Liang | 49528b6 | 2018-08-02 14:18:37 -0400 | [diff] [blame] | 662 | "$_src/gpu/mtl/GrMtlBuffer.h", |
| 663 | "$_src/gpu/mtl/GrMtlBuffer.mm", |
Greg Daniel | cebcb84 | 2017-07-31 10:45:52 -0400 | [diff] [blame] | 664 | "$_src/gpu/mtl/GrMtlCaps.h", |
| 665 | "$_src/gpu/mtl/GrMtlCaps.mm", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 666 | "$_src/gpu/mtl/GrMtlCopyManager.h", |
| 667 | "$_src/gpu/mtl/GrMtlCopyManager.mm", |
| 668 | "$_src/gpu/mtl/GrMtlCopyPipelineState.h", |
| 669 | "$_src/gpu/mtl/GrMtlCopyPipelineState.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 670 | "$_src/gpu/mtl/GrMtlGpu.h", |
| 671 | "$_src/gpu/mtl/GrMtlGpu.mm", |
Timothy Liang | e70604e | 2018-07-19 09:49:46 -0400 | [diff] [blame] | 672 | "$_src/gpu/mtl/GrMtlGpuCommandBuffer.h", |
Timothy Liang | 5422f9a | 2018-08-10 10:57:55 -0400 | [diff] [blame] | 673 | "$_src/gpu/mtl/GrMtlGpuCommandBuffer.mm", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 674 | "$_src/gpu/mtl/GrMtlPipelineState.h", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 675 | "$_src/gpu/mtl/GrMtlPipelineState.mm", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 676 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.h", |
| 677 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.mm", |
Timothy Liang | 44636e9 | 2018-08-08 10:50:21 -0400 | [diff] [blame] | 678 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.h", |
| 679 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.mm", |
Greg Daniel | 51fd6d8 | 2017-08-18 09:34:40 -0400 | [diff] [blame] | 680 | "$_src/gpu/mtl/GrMtlRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 681 | "$_src/gpu/mtl/GrMtlRenderTarget.mm", |
| 682 | "$_src/gpu/mtl/GrMtlResourceProvider.h", |
| 683 | "$_src/gpu/mtl/GrMtlResourceProvider.mm", |
Timothy Liang | 2eb8e02 | 2018-08-09 12:55:28 -0400 | [diff] [blame] | 684 | "$_src/gpu/mtl/GrMtlSampler.h", |
| 685 | "$_src/gpu/mtl/GrMtlSampler.mm", |
Ethan Nicholas | 0106351 | 2018-10-08 16:58:25 -0400 | [diff] [blame] | 686 | "$_src/gpu/mtl/GrMtlStencilAttachment.h", |
| 687 | "$_src/gpu/mtl/GrMtlStencilAttachment.mm", |
Greg Daniel | 4a081e2 | 2017-08-04 09:34:44 -0400 | [diff] [blame] | 688 | "$_src/gpu/mtl/GrMtlTexture.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 689 | "$_src/gpu/mtl/GrMtlTexture.mm", |
Timothy Liang | 2df9b45 | 2018-06-27 14:58:12 -0400 | [diff] [blame] | 690 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 691 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 692 | "$_src/gpu/mtl/GrMtlTrampoline.h", |
| 693 | "$_src/gpu/mtl/GrMtlTrampoline.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 694 | "$_src/gpu/mtl/GrMtlUniformHandler.h", |
| 695 | "$_src/gpu/mtl/GrMtlUniformHandler.mm", |
Greg Daniel | 0576a45 | 2017-07-31 16:32:36 -0400 | [diff] [blame] | 696 | "$_src/gpu/mtl/GrMtlUtil.h", |
| 697 | "$_src/gpu/mtl/GrMtlUtil.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 698 | "$_src/gpu/mtl/GrMtlVaryingHandler.h", |
| 699 | "$_src/gpu/mtl/GrMtlVaryingHandler.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 700 | ] |
| 701 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 702 | skia_native_gpu_sources = [ |
Brian Salomon | 3d6801e | 2017-12-11 10:06:31 -0500 | [diff] [blame] | 703 | "$_src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp", |
| 704 | "$_src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp", |
| 705 | "$_src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp", |
| 706 | "$_src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp", |
| 707 | "$_src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp", |
| 708 | "$_src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 709 | ] |
Brian Salomon | cbcb0a1 | 2017-11-19 13:20:13 -0500 | [diff] [blame] | 710 | |
| 711 | skia_atlas_text_sources = [ |
| 712 | "$_include/atlastext/SkAtlasTextContext.h", |
| 713 | "$_include/atlastext/SkAtlasTextFont.h", |
| 714 | "$_include/atlastext/SkAtlasTextRenderer.h", |
| 715 | "$_include/atlastext/SkAtlasTextTarget.h", |
| 716 | |
| 717 | "$_src/atlastext/SkAtlasTextContext.cpp", |
| 718 | "$_src/atlastext/SkAtlasTextTarget.cpp", |
| 719 | "$_src/atlastext/SkInternalAtlasTextContext.cpp", |
| 720 | ] |