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/GrConfig.h", |
| 15 | "$_include/gpu/GrContextOptions.h", |
| 16 | "$_include/gpu/GrContext.h", |
Robert Phillips | a0bc39d | 2019-01-29 13:14:47 -0500 | [diff] [blame] | 17 | "$_include/gpu/GrContextThreadSafeProxy.h", |
Adrienne Walker | ab7181d | 2018-05-14 14:02:03 -0700 | [diff] [blame] | 18 | "$_include/gpu/GrDriverBugWorkarounds.h", |
Brian Salomon | 9f7d9a2 | 2018-12-11 19:01:32 +0000 | [diff] [blame] | 19 | "$_include/gpu/GrGpuResource.h", |
Brian Salomon | 9f7d9a2 | 2018-12-11 19:01:32 +0000 | [diff] [blame] | 20 | "$_include/gpu/GrSurface.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 21 | "$_include/gpu/GrTexture.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 22 | "$_include/gpu/GrTypes.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 23 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 24 | # Private includes |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 25 | "$_include/private/GrContext_Base.h", |
Brian Salomon | e2826ab | 2019-06-04 15:58:31 -0400 | [diff] [blame] | 26 | "$_include/private/GrGLTypesPriv.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 27 | "$_include/private/GrImageContext.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 28 | "$_include/private/GrRecordingContext.h", |
Brian Salomon | b4ba826 | 2018-12-20 20:37:55 -0500 | [diff] [blame] | 29 | "$_include/private/GrResourceKey.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 30 | "$_include/private/GrSingleOwner.h", |
Brian Salomon | c588603 | 2017-07-19 11:48:05 -0400 | [diff] [blame] | 31 | "$_include/private/GrTypesPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 32 | |
| 33 | "$_src/gpu/GrAppliedClip.h", |
| 34 | "$_src/gpu/GrAuditTrail.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 35 | "$_src/gpu/GrAuditTrail.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 36 | "$_src/gpu/GrAutoLocaleSetter.h", |
| 37 | "$_src/gpu/GrAllocator.h", |
Greg Daniel | 9440345 | 2017-04-18 15:52:36 -0400 | [diff] [blame] | 38 | "$_src/gpu/GrBackendSurface.cpp", |
Brian Osman | 13dddce | 2017-05-09 13:19:50 -0400 | [diff] [blame] | 39 | "$_src/gpu/GrBackendTextureImageGenerator.cpp", |
| 40 | "$_src/gpu/GrBackendTextureImageGenerator.h", |
Brian Salomon | 096b091 | 2019-08-14 16:56:13 -0400 | [diff] [blame] | 41 | "$_src/gpu/GrBlend.h", |
Stan Iliev | 7e910df | 2017-06-02 10:29:21 -0400 | [diff] [blame] | 42 | "$_src/gpu/GrAHardwareBufferImageGenerator.cpp", |
| 43 | "$_src/gpu/GrAHardwareBufferImageGenerator.h", |
Greg Daniel | 173464d | 2019-02-06 15:30:34 -0500 | [diff] [blame] | 44 | "$_src/gpu/GrAHardwareBufferUtils.cpp", |
| 45 | "$_src/gpu/GrAHardwareBufferUtils.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 46 | "$_src/gpu/GrBaseContextPriv.h", |
Brian Osman | 3b66ab6 | 2016-11-28 09:26:31 -0500 | [diff] [blame] | 47 | "$_src/gpu/GrBitmapTextureMaker.cpp", |
| 48 | "$_src/gpu/GrBitmapTextureMaker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 49 | "$_src/gpu/GrBlurUtils.cpp", |
| 50 | "$_src/gpu/GrBlurUtils.h", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 51 | "$_src/gpu/GrBuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 52 | "$_src/gpu/GrBufferAllocPool.cpp", |
| 53 | "$_src/gpu/GrBufferAllocPool.h", |
Brian Salomon | c7fe0f7 | 2018-05-11 10:14:21 -0400 | [diff] [blame] | 54 | "$_src/gpu/GrCaps.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 55 | "$_src/gpu/GrCaps.cpp", |
Brian Salomon | 9241a6d | 2019-10-03 13:26:54 -0400 | [diff] [blame] | 56 | "$_src/gpu/GrClientMappedBufferManager.cpp", |
| 57 | "$_src/gpu/GrClientMappedBufferManager.h", |
Brian Salomon | c65aec9 | 2017-03-09 09:03:58 -0500 | [diff] [blame] | 58 | "$_src/gpu/GrClip.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 59 | "$_src/gpu/GrClipStackClip.h", |
| 60 | "$_src/gpu/GrClipStackClip.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 61 | "$_src/gpu/GrColor.h", |
Brian Salomon | 4bc0c1f | 2019-09-30 15:12:27 -0400 | [diff] [blame] | 62 | "$_src/gpu/GrColorInfo.cpp", |
| 63 | "$_src/gpu/GrColorInfo.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 64 | "$_src/gpu/GrColorSpaceXform.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 65 | "$_src/gpu/GrColorSpaceXform.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 66 | "$_src/gpu/GrContext.cpp", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 67 | "$_src/gpu/GrContext_Base.cpp", |
Robert Phillips | dbaf317 | 2019-02-06 15:12:53 -0500 | [diff] [blame] | 68 | "$_src/gpu/GrContextPriv.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 69 | "$_src/gpu/GrContextPriv.h", |
Robert Phillips | a0bc39d | 2019-01-29 13:14:47 -0500 | [diff] [blame] | 70 | "$_src/gpu/GrContextThreadSafeProxy.cpp", |
Brian Salomon | 52aacd6 | 2018-05-10 12:57:17 -0400 | [diff] [blame] | 71 | "$_src/gpu/GrContextThreadSafeProxyPriv.h", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 72 | "$_src/gpu/GrCoordTransform.h", |
Greg Daniel | e227fe4 | 2019-08-21 13:52:24 -0400 | [diff] [blame] | 73 | "$_src/gpu/GrCopyRenderTask.cpp", |
| 74 | "$_src/gpu/GrCopyRenderTask.h", |
Brian Salomon | dbf7072 | 2019-02-07 11:31:24 -0500 | [diff] [blame] | 75 | "$_src/gpu/GrCpuBuffer.h", |
Robert Phillips | 459b295 | 2019-05-23 09:38:27 -0400 | [diff] [blame] | 76 | "$_src/gpu/GrDataUtils.h", |
| 77 | "$_src/gpu/GrDataUtils.cpp", |
Robert Phillips | a3457b8 | 2018-03-08 11:30:12 -0500 | [diff] [blame] | 78 | "$_src/gpu/GrDDLContext.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 79 | "$_src/gpu/GrDefaultGeoProcFactory.cpp", |
| 80 | "$_src/gpu/GrDefaultGeoProcFactory.h", |
Brian Osman | 099fa0f | 2017-10-02 16:38:32 -0400 | [diff] [blame] | 81 | "$_src/gpu/GrDeferredProxyUploader.h", |
Brian Salomon | 943ed79 | 2017-10-30 09:37:55 -0400 | [diff] [blame] | 82 | "$_src/gpu/GrDeferredUpload.h", |
joel.liang | 8cbb424 | 2017-01-09 18:39:43 -0800 | [diff] [blame] | 83 | "$_src/gpu/GrDistanceFieldGenFromVector.cpp", |
| 84 | "$_src/gpu/GrDistanceFieldGenFromVector.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 85 | "$_src/gpu/GrDrawingManager.cpp", |
| 86 | "$_src/gpu/GrDrawingManager.h", |
Brian Salomon | 2ee084e | 2016-12-16 18:59:19 -0500 | [diff] [blame] | 87 | "$_src/gpu/GrDrawOpAtlas.cpp", |
| 88 | "$_src/gpu/GrDrawOpAtlas.h", |
Brian Salomon | 5ec9def | 2016-12-20 15:34:05 -0500 | [diff] [blame] | 89 | "$_src/gpu/GrDrawOpTest.cpp", |
| 90 | "$_src/gpu/GrDrawOpTest.h", |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 91 | "$_src/gpu/GrDriverBugWorkarounds.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 92 | "$_src/gpu/GrFixedClip.cpp", |
| 93 | "$_src/gpu/GrFixedClip.h", |
| 94 | "$_src/gpu/GrFragmentProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 95 | "$_src/gpu/GrFragmentProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 96 | "$_src/gpu/GrGeometryProcessor.h", |
| 97 | "$_src/gpu/GrGlyph.h", |
| 98 | "$_src/gpu/GrGpu.cpp", |
| 99 | "$_src/gpu/GrGpu.h", |
Brian Salomon | dbf7072 | 2019-02-07 11:31:24 -0500 | [diff] [blame] | 100 | "$_src/gpu/GrGpuBuffer.cpp", |
| 101 | "$_src/gpu/GrGpuBuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 102 | "$_src/gpu/GrGpuResourceCacheAccess.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 103 | "$_src/gpu/GrGpuResourcePriv.h", |
| 104 | "$_src/gpu/GrGpuResource.cpp", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 105 | "$_src/gpu/GrImageContext.cpp", |
| 106 | "$_src/gpu/GrImageContextPriv.h", |
Brian Salomon | f2ebdd9 | 2019-09-30 12:15:30 -0400 | [diff] [blame] | 107 | "$_src/gpu/GrImageInfo.h", |
Brian Osman | 3b66ab6 | 2016-11-28 09:26:31 -0500 | [diff] [blame] | 108 | "$_src/gpu/GrImageTextureMaker.cpp", |
| 109 | "$_src/gpu/GrImageTextureMaker.h", |
Robert Phillips | e834579 | 2019-02-07 10:48:24 -0500 | [diff] [blame] | 110 | "$_src/gpu/GrLegacyDirectContext.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 111 | "$_src/gpu/GrMemoryPool.cpp", |
| 112 | "$_src/gpu/GrMemoryPool.h", |
| 113 | "$_src/gpu/GrMesh.h", |
Chris Dalton | d6cda8d | 2019-09-05 02:30:04 -0600 | [diff] [blame] | 114 | "$_src/gpu/GrNativeRect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 115 | "$_src/gpu/GrNonAtomicRef.h", |
Robert Phillips | 901aff0 | 2019-10-08 12:32:56 -0400 | [diff] [blame] | 116 | "$_src/gpu/GrOnFlushResourceProvider.cpp", |
| 117 | "$_src/gpu/GrOnFlushResourceProvider.h", |
Brian Salomon | 742e31d | 2016-12-07 17:06:19 -0500 | [diff] [blame] | 118 | "$_src/gpu/GrOpFlushState.cpp", |
| 119 | "$_src/gpu/GrOpFlushState.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 120 | "$_src/gpu/GrOpsRenderPass.cpp", |
| 121 | "$_src/gpu/GrOpsRenderPass.h", |
Greg Daniel | f41b2bd | 2019-08-22 16:19:24 -0400 | [diff] [blame] | 122 | "$_src/gpu/GrOpsTask.cpp", |
| 123 | "$_src/gpu/GrOpsTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 124 | "$_src/gpu/GrPaint.cpp", |
Mike Reed | 84dd857 | 2017-03-08 22:21:00 -0500 | [diff] [blame] | 125 | "$_src/gpu/GrPaint.h", |
Robert Phillips | 0efc01d | 2019-11-06 17:19:30 +0000 | [diff] [blame] | 126 | "$_src/gpu/GrPathRenderer.cpp", |
| 127 | "$_src/gpu/GrPathRenderer.h", |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 128 | "$_src/gpu/GrPathRendererChain.cpp", |
| 129 | "$_src/gpu/GrPathRendererChain.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 130 | "$_src/gpu/GrPipeline.cpp", |
| 131 | "$_src/gpu/GrPipeline.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 132 | "$_src/gpu/GrPrimitiveProcessor.cpp", |
| 133 | "$_src/gpu/GrPrimitiveProcessor.h", |
Brian Salomon | 92ce594 | 2017-01-18 11:01:10 -0500 | [diff] [blame] | 134 | "$_src/gpu/GrProcessorSet.cpp", |
| 135 | "$_src/gpu/GrProcessorSet.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 136 | "$_src/gpu/GrProgramDesc.cpp", |
| 137 | "$_src/gpu/GrProgramDesc.h", |
Robert Phillips | 865d8d6 | 2019-10-09 14:15:55 -0400 | [diff] [blame] | 138 | "$_src/gpu/GrProgramInfo.cpp", |
Robert Phillips | 901aff0 | 2019-10-08 12:32:56 -0400 | [diff] [blame] | 139 | "$_src/gpu/GrProgramInfo.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 140 | "$_src/gpu/GrProcessor.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 141 | "$_src/gpu/GrProcessor.h", |
Brian Salomon | a811b12 | 2017-03-30 08:21:32 -0400 | [diff] [blame] | 142 | "$_src/gpu/GrProcessorAnalysis.cpp", |
| 143 | "$_src/gpu/GrProcessorAnalysis.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 144 | "$_src/gpu/GrProcessorUnitTest.cpp", |
Robert Phillips | 9f5d467 | 2017-04-21 12:24:00 -0400 | [diff] [blame] | 145 | "$_src/gpu/GrProcessorUnitTest.h", |
Robert Phillips | 1afd4cd | 2018-01-08 13:40:32 -0500 | [diff] [blame] | 146 | "$_src/gpu/GrProxyProvider.cpp", |
| 147 | "$_src/gpu/GrProxyProvider.h", |
Robert Phillips | 4217ea7 | 2019-01-30 13:08:28 -0500 | [diff] [blame] | 148 | "$_src/gpu/GrRecordingContext.cpp", |
| 149 | "$_src/gpu/GrRecordingContextPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 150 | "$_src/gpu/GrRectanizer.h", |
| 151 | "$_src/gpu/GrRectanizer_pow2.cpp", |
| 152 | "$_src/gpu/GrRectanizer_pow2.h", |
| 153 | "$_src/gpu/GrRectanizer_skyline.cpp", |
| 154 | "$_src/gpu/GrRectanizer_skyline.h", |
| 155 | "$_src/gpu/GrRenderTarget.cpp", |
Brian Salomon | 201cdbb | 2019-08-14 17:00:30 -0400 | [diff] [blame] | 156 | "$_src/gpu/GrRenderTarget.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 157 | "$_src/gpu/GrRenderTargetPriv.h", |
| 158 | "$_src/gpu/GrRenderTargetProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 159 | "$_src/gpu/GrRenderTargetProxy.h", |
Greg Daniel | a070ed7 | 2018-04-26 16:31:38 -0400 | [diff] [blame] | 160 | "$_src/gpu/GrRenderTargetProxyPriv.h", |
Chris Dalton | 6b49810 | 2019-08-01 14:14:52 -0600 | [diff] [blame] | 161 | "$_src/gpu/GrRenderTask.cpp", |
| 162 | "$_src/gpu/GrRenderTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 163 | "$_src/gpu/GrReducedClip.cpp", |
| 164 | "$_src/gpu/GrReducedClip.h", |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 165 | "$_src/gpu/GrRenderTargetContext.cpp", |
Brian Salomon | 467921e | 2017-03-06 16:17:12 -0500 | [diff] [blame] | 166 | "$_src/gpu/GrRenderTargetContext.h", |
Brian Osman | 1105224 | 2016-10-27 14:47:55 -0400 | [diff] [blame] | 167 | "$_src/gpu/GrRenderTargetContextPriv.h", |
Robert Phillips | 5af44de | 2017-07-18 14:49:38 -0400 | [diff] [blame] | 168 | "$_src/gpu/GrResourceAllocator.cpp", |
| 169 | "$_src/gpu/GrResourceAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 170 | "$_src/gpu/GrResourceCache.cpp", |
| 171 | "$_src/gpu/GrResourceCache.h", |
| 172 | "$_src/gpu/GrResourceHandle.h", |
| 173 | "$_src/gpu/GrResourceProvider.cpp", |
| 174 | "$_src/gpu/GrResourceProvider.h", |
Greg Daniel | 8982dc1 | 2018-01-05 12:56:15 -0500 | [diff] [blame] | 175 | "$_src/gpu/GrResourceProviderPriv.h", |
Chris Dalton | d7291ba | 2019-03-07 14:17:03 -0700 | [diff] [blame] | 176 | "$_src/gpu/GrSamplePatternDictionary.h", |
| 177 | "$_src/gpu/GrSamplePatternDictionary.cpp", |
Brian Salomon | 201cdbb | 2019-08-14 17:00:30 -0400 | [diff] [blame] | 178 | "$_src/gpu/GrSamplerState.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 179 | "$_src/gpu/GrScissorState.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 180 | "$_src/gpu/GrSemaphore.h", |
Brian Salomon | c7fe0f7 | 2018-05-11 10:14:21 -0400 | [diff] [blame] | 181 | "$_src/gpu/GrShaderCaps.h", |
Brian Salomon | 94efbf5 | 2016-11-29 13:43:05 -0500 | [diff] [blame] | 182 | "$_src/gpu/GrShaderCaps.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 183 | "$_src/gpu/GrShaderUtils.cpp", |
| 184 | "$_src/gpu/GrShaderUtils.h", |
| 185 | "$_src/gpu/GrShaderVar.cpp", |
| 186 | "$_src/gpu/GrShaderVar.h", |
| 187 | "$_src/gpu/GrSoftwarePathRenderer.cpp", |
| 188 | "$_src/gpu/GrSoftwarePathRenderer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 189 | "$_src/gpu/GrStencilAttachment.cpp", |
| 190 | "$_src/gpu/GrStencilAttachment.h", |
Chris Dalton | bbfd516 | 2017-11-07 13:35:22 -0700 | [diff] [blame] | 191 | "$_src/gpu/GrStencilClip.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 192 | "$_src/gpu/GrStencilSettings.cpp", |
| 193 | "$_src/gpu/GrStencilSettings.h", |
| 194 | "$_src/gpu/GrStyle.cpp", |
| 195 | "$_src/gpu/GrStyle.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 196 | "$_src/gpu/GrSurface.cpp", |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 197 | "$_src/gpu/GrSurfaceContext.cpp", |
Brian Salomon | 0727f67 | 2017-03-14 09:05:05 -0400 | [diff] [blame] | 198 | "$_src/gpu/GrSurfaceContext.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 199 | "$_src/gpu/GrSurfaceContextPriv.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 200 | "$_src/gpu/GrSurfaceProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 201 | "$_src/gpu/GrSurfaceProxy.h", |
| 202 | "$_src/gpu/GrSurfaceProxyPriv.h", |
Greg Daniel | a83de58 | 2019-10-22 09:33:25 -0400 | [diff] [blame] | 203 | "$_src/gpu/GrSurfaceProxyView.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 204 | "$_src/gpu/GrSurfacePriv.h", |
| 205 | "$_src/gpu/GrSwizzle.cpp", |
| 206 | "$_src/gpu/GrSwizzle.h", |
Brian Salomon | e334c59 | 2017-05-15 11:00:58 -0400 | [diff] [blame] | 207 | "$_src/gpu/GrSWMaskHelper.cpp", |
| 208 | "$_src/gpu/GrSWMaskHelper.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 209 | "$_src/gpu/GrTracing.h", |
Greg Daniel | bbfec9d | 2019-08-20 10:56:51 -0400 | [diff] [blame] | 210 | "$_src/gpu/GrTransferFromRenderTask.cpp", |
| 211 | "$_src/gpu/GrTransferFromRenderTask.h", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 212 | "$_src/gpu/GrTessellator.cpp", |
| 213 | "$_src/gpu/GrTessellator.h", |
| 214 | "$_src/gpu/GrTestUtils.cpp", |
| 215 | "$_src/gpu/GrTestUtils.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 216 | "$_src/gpu/GrTexture.cpp", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 217 | "$_src/gpu/GrTextureAdjuster.cpp", |
| 218 | "$_src/gpu/GrTextureAdjuster.h", |
Brian Osman | 45580d3 | 2016-11-23 09:37:01 -0500 | [diff] [blame] | 219 | "$_src/gpu/GrTextureContext.cpp", |
Brian Salomon | 0727f67 | 2017-03-14 09:05:05 -0400 | [diff] [blame] | 220 | "$_src/gpu/GrTextureContext.h", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 221 | "$_src/gpu/GrTextureMaker.cpp", |
| 222 | "$_src/gpu/GrTextureMaker.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 223 | "$_src/gpu/GrTexturePriv.h", |
Brian Osman | e8e5458 | 2016-11-28 10:06:27 -0500 | [diff] [blame] | 224 | "$_src/gpu/GrTextureProducer.cpp", |
| 225 | "$_src/gpu/GrTextureProducer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 226 | "$_src/gpu/GrTextureProxy.cpp", |
Greg Daniel | f91aeb2 | 2019-06-18 09:58:02 -0400 | [diff] [blame] | 227 | "$_src/gpu/GrTextureProxy.h", |
| 228 | "$_src/gpu/GrTextureProxyCacheAccess.h", |
| 229 | "$_src/gpu/GrTextureProxyPriv.h", |
Robert Phillips | 84a8120 | 2016-11-04 11:59:10 -0400 | [diff] [blame] | 230 | "$_src/gpu/GrTextureRenderTargetProxy.cpp", |
Robert Phillips | 7fbb7d3 | 2017-04-24 08:13:59 -0400 | [diff] [blame] | 231 | "$_src/gpu/GrTextureRenderTargetProxy.h", |
Chris Dalton | 0875512 | 2019-08-05 16:13:47 -0600 | [diff] [blame] | 232 | "$_src/gpu/GrTextureResolveManager.h", |
Chris Dalton | 3d77027 | 2019-08-14 09:24:37 -0600 | [diff] [blame] | 233 | "$_src/gpu/GrTextureResolveRenderTask.cpp", |
| 234 | "$_src/gpu/GrTextureResolveRenderTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 235 | "$_src/gpu/GrTRecorder.h", |
| 236 | "$_src/gpu/GrUserStencilSettings.h", |
Greg Daniel | c30f1a9 | 2019-09-06 15:28:58 -0400 | [diff] [blame] | 237 | "$_src/gpu/GrWaitRenderTask.cpp", |
| 238 | "$_src/gpu/GrWaitRenderTask.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 239 | "$_src/gpu/GrWindowRectangles.h", |
| 240 | "$_src/gpu/GrWindowRectsState.h", |
| 241 | "$_src/gpu/GrXferProcessor.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 242 | "$_src/gpu/GrXferProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 243 | "$_src/gpu/GrYUVProvider.cpp", |
| 244 | "$_src/gpu/GrYUVProvider.h", |
| 245 | |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 246 | # Ops |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 247 | "$_src/gpu/ops/GrAAConvexTessellator.cpp", |
| 248 | "$_src/gpu/ops/GrAAConvexTessellator.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 249 | "$_src/gpu/ops/GrAAConvexPathRenderer.cpp", |
| 250 | "$_src/gpu/ops/GrAAConvexPathRenderer.h", |
Jim Van Verth | 8301046 | 2017-03-16 08:45:39 -0400 | [diff] [blame] | 251 | "$_src/gpu/ops/GrAAHairLinePathRenderer.cpp", |
| 252 | "$_src/gpu/ops/GrAAHairLinePathRenderer.h", |
| 253 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp", |
| 254 | "$_src/gpu/ops/GrAALinearizingConvexPathRenderer.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 255 | "$_src/gpu/ops/GrAtlasTextOp.cpp", |
| 256 | "$_src/gpu/ops/GrAtlasTextOp.h", |
Robert Phillips | fbcef6e | 2017-06-15 12:07:18 -0400 | [diff] [blame] | 257 | "$_src/gpu/ops/GrClearOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 258 | "$_src/gpu/ops/GrClearOp.h", |
Robert Phillips | 7c525e6 | 2018-06-12 10:11:12 -0400 | [diff] [blame] | 259 | "$_src/gpu/ops/GrClearStencilClipOp.cpp", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 260 | "$_src/gpu/ops/GrClearStencilClipOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 261 | "$_src/gpu/ops/GrDashLinePathRenderer.cpp", |
| 262 | "$_src/gpu/ops/GrDashLinePathRenderer.h", |
| 263 | "$_src/gpu/ops/GrDashOp.cpp", |
| 264 | "$_src/gpu/ops/GrDashOp.h", |
| 265 | "$_src/gpu/ops/GrDefaultPathRenderer.cpp", |
| 266 | "$_src/gpu/ops/GrDefaultPathRenderer.h", |
Robert Phillips | 88a32ef | 2018-06-07 11:05:56 -0400 | [diff] [blame] | 267 | "$_src/gpu/ops/GrDebugMarkerOp.cpp", |
Robert Phillips | 65a88fa | 2017-08-08 08:36:22 -0400 | [diff] [blame] | 268 | "$_src/gpu/ops/GrDebugMarkerOp.h", |
Greg Daniel | 64cc9aa | 2018-10-19 13:54:56 -0400 | [diff] [blame] | 269 | "$_src/gpu/ops/GrDrawableOp.cpp", |
| 270 | "$_src/gpu/ops/GrDrawableOp.h", |
Brian Osman | 4d92b89 | 2019-03-24 00:53:23 +0000 | [diff] [blame] | 271 | "$_src/gpu/ops/GrDrawAtlasOp.cpp", |
| 272 | "$_src/gpu/ops/GrDrawAtlasOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 273 | "$_src/gpu/ops/GrDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 274 | "$_src/gpu/ops/GrDrawVerticesOp.cpp", |
| 275 | "$_src/gpu/ops/GrDrawVerticesOp.h", |
Michael Ludwig | 6985853 | 2018-11-28 15:34:34 -0500 | [diff] [blame] | 276 | "$_src/gpu/ops/GrFillRectOp.cpp", |
| 277 | "$_src/gpu/ops/GrFillRectOp.h", |
Chris Dalton | 82eb9e7 | 2019-03-21 14:26:39 -0600 | [diff] [blame] | 278 | "$_src/gpu/ops/GrFillRRectOp.cpp", |
| 279 | "$_src/gpu/ops/GrFillRRectOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 280 | "$_src/gpu/ops/GrMeshDrawOp.cpp", |
| 281 | "$_src/gpu/ops/GrMeshDrawOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 282 | "$_src/gpu/ops/GrLatticeOp.cpp", |
| 283 | "$_src/gpu/ops/GrLatticeOp.h", |
| 284 | "$_src/gpu/ops/GrOp.cpp", |
| 285 | "$_src/gpu/ops/GrOp.h", |
| 286 | "$_src/gpu/ops/GrOvalOpFactory.cpp", |
| 287 | "$_src/gpu/ops/GrOvalOpFactory.h", |
Michael Ludwig | 460eb5e | 2018-10-29 11:09:29 -0400 | [diff] [blame] | 288 | "$_src/gpu/ops/GrQuadPerEdgeAA.cpp", |
| 289 | "$_src/gpu/ops/GrQuadPerEdgeAA.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 290 | "$_src/gpu/ops/GrRegionOp.cpp", |
| 291 | "$_src/gpu/ops/GrRegionOp.h", |
| 292 | "$_src/gpu/ops/GrShadowRRectOp.cpp", |
| 293 | "$_src/gpu/ops/GrShadowRRectOp.h", |
Brian Salomon | b4d6106 | 2017-07-12 11:24:41 -0400 | [diff] [blame] | 294 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp", |
Brian Salomon | 6d4b65e | 2017-05-03 17:06:09 -0400 | [diff] [blame] | 295 | "$_src/gpu/ops/GrSimpleMeshDrawOpHelper.h", |
Jim Van Verth | 8301046 | 2017-03-16 08:45:39 -0400 | [diff] [blame] | 296 | "$_src/gpu/ops/GrSmallPathRenderer.cpp", |
| 297 | "$_src/gpu/ops/GrSmallPathRenderer.h", |
Michael Ludwig | 72ab346 | 2018-12-10 12:43:36 -0500 | [diff] [blame] | 298 | "$_src/gpu/ops/GrStrokeRectOp.cpp", |
| 299 | "$_src/gpu/ops/GrStrokeRectOp.h", |
Brian Salomon | 8952743 | 2016-12-16 09:52:16 -0500 | [diff] [blame] | 300 | "$_src/gpu/ops/GrTessellatingPathRenderer.cpp", |
| 301 | "$_src/gpu/ops/GrTessellatingPathRenderer.h", |
Brian Salomon | 3416969 | 2017-08-28 15:32:01 -0400 | [diff] [blame] | 302 | "$_src/gpu/ops/GrTextureOp.cpp", |
| 303 | "$_src/gpu/ops/GrTextureOp.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 304 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 305 | "$_src/gpu/effects/GrCoverageSetOpXP.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 306 | "$_src/gpu/effects/GrCoverageSetOpXP.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 307 | "$_src/gpu/effects/GrCustomXfermode.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 308 | "$_src/gpu/effects/GrCustomXfermode.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 309 | "$_src/gpu/effects/GrBezierEffect.cpp", |
| 310 | "$_src/gpu/effects/GrBezierEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 311 | "$_src/gpu/effects/GrConvexPolyEffect.cpp", |
| 312 | "$_src/gpu/effects/GrConvexPolyEffect.h", |
| 313 | "$_src/gpu/effects/GrBicubicEffect.cpp", |
| 314 | "$_src/gpu/effects/GrBicubicEffect.h", |
| 315 | "$_src/gpu/effects/GrBitmapTextGeoProc.cpp", |
| 316 | "$_src/gpu/effects/GrBitmapTextGeoProc.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 317 | "$_src/gpu/effects/GrDisableColorXP.cpp", |
| 318 | "$_src/gpu/effects/GrDisableColorXP.h", |
| 319 | "$_src/gpu/effects/GrDistanceFieldGeoProc.cpp", |
| 320 | "$_src/gpu/effects/GrDistanceFieldGeoProc.h", |
Brian Salomon | aee504b | 2017-01-24 12:29:36 -0500 | [diff] [blame] | 321 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp", |
| 322 | "$_src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h", |
Ethan Nicholas | 2d5f9b3 | 2017-12-13 14:36:14 -0500 | [diff] [blame] | 323 | "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp", |
| 324 | "$_src/gpu/effects/GrMatrixConvolutionEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 325 | "$_src/gpu/effects/GrOvalEffect.cpp", |
| 326 | "$_src/gpu/effects/GrOvalEffect.h", |
| 327 | "$_src/gpu/effects/GrPorterDuffXferProcessor.cpp", |
Brian Salomon | 94cce4c | 2017-02-21 16:32:20 -0500 | [diff] [blame] | 328 | "$_src/gpu/effects/GrPorterDuffXferProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 329 | "$_src/gpu/effects/GrRRectEffect.cpp", |
| 330 | "$_src/gpu/effects/GrRRectEffect.h", |
Jim Van Verth | c590341 | 2016-11-17 15:27:09 -0500 | [diff] [blame] | 331 | "$_src/gpu/effects/GrShadowGeoProc.cpp", |
| 332 | "$_src/gpu/effects/GrShadowGeoProc.h", |
Ethan Nicholas | 0054311 | 2018-07-31 09:44:36 -0400 | [diff] [blame] | 333 | "$_src/gpu/effects/GrSkSLFP.cpp", |
| 334 | "$_src/gpu/effects/GrSkSLFP.h", |
Brian Osman | 964dec3 | 2017-01-26 09:32:33 -0500 | [diff] [blame] | 335 | "$_src/gpu/effects/GrSRGBEffect.cpp", |
| 336 | "$_src/gpu/effects/GrSRGBEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 337 | "$_src/gpu/effects/GrTextureDomain.cpp", |
| 338 | "$_src/gpu/effects/GrTextureDomain.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 339 | "$_src/gpu/effects/GrXfermodeFragmentProcessor.cpp", |
Robert Phillips | 54cbcd7 | 2017-04-20 17:20:24 -0400 | [diff] [blame] | 340 | "$_src/gpu/effects/GrXfermodeFragmentProcessor.h", |
Ethan Nicholas | 7461a4a | 2017-12-21 14:18:01 -0500 | [diff] [blame] | 341 | "$_src/gpu/effects/GrYUVtoRGBEffect.cpp", |
| 342 | "$_src/gpu/effects/GrYUVtoRGBEffect.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 343 | |
Michael Ludwig | 663afe5 | 2019-06-03 16:46:19 -0400 | [diff] [blame] | 344 | "$_src/gpu/geometry/GrPathUtils.cpp", |
| 345 | "$_src/gpu/geometry/GrPathUtils.h", |
Michael Ludwig | fd4f4df | 2019-05-29 09:51:09 -0400 | [diff] [blame] | 346 | "$_src/gpu/geometry/GrQuad.cpp", |
| 347 | "$_src/gpu/geometry/GrQuad.h", |
Michael Ludwig | 425eb45 | 2019-06-27 10:13:27 -0400 | [diff] [blame] | 348 | "$_src/gpu/geometry/GrQuadBuffer.h", |
Michael Ludwig | 0f80902 | 2019-06-04 09:14:37 -0400 | [diff] [blame] | 349 | "$_src/gpu/geometry/GrQuadUtils.cpp", |
| 350 | "$_src/gpu/geometry/GrQuadUtils.h", |
Michael Ludwig | 663afe5 | 2019-06-03 16:46:19 -0400 | [diff] [blame] | 351 | "$_src/gpu/geometry/GrRect.h", |
| 352 | "$_src/gpu/geometry/GrShape.cpp", |
| 353 | "$_src/gpu/geometry/GrShape.h", |
Michael Ludwig | fd4f4df | 2019-05-29 09:51:09 -0400 | [diff] [blame] | 354 | |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 355 | "$_src/gpu/effects/generated/GrAARectEffect.cpp", |
| 356 | "$_src/gpu/effects/generated/GrAARectEffect.h", |
| 357 | "$_src/gpu/effects/generated/GrAlphaThresholdFragmentProcessor.cpp", |
| 358 | "$_src/gpu/effects/generated/GrAlphaThresholdFragmentProcessor.h", |
| 359 | "$_src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.cpp", |
| 360 | "$_src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.h", |
| 361 | "$_src/gpu/effects/generated/GrCircleBlurFragmentProcessor.cpp", |
| 362 | "$_src/gpu/effects/generated/GrCircleBlurFragmentProcessor.h", |
| 363 | "$_src/gpu/effects/generated/GrCircleEffect.cpp", |
| 364 | "$_src/gpu/effects/generated/GrCircleEffect.h", |
Brian Salomon | d6f3f18 | 2019-05-31 09:24:40 -0400 | [diff] [blame] | 365 | "$_src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp", |
| 366 | "$_src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h", |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 367 | "$_src/gpu/effects/generated/GrComposeLerpEffect.cpp", |
| 368 | "$_src/gpu/effects/generated/GrComposeLerpEffect.h", |
| 369 | "$_src/gpu/effects/generated/GrComposeLerpRedEffect.cpp", |
| 370 | "$_src/gpu/effects/generated/GrComposeLerpRedEffect.h", |
| 371 | "$_src/gpu/effects/generated/GrConfigConversionEffect.cpp", |
| 372 | "$_src/gpu/effects/generated/GrConfigConversionEffect.h", |
| 373 | "$_src/gpu/effects/generated/GrConstColorProcessor.cpp", |
| 374 | "$_src/gpu/effects/generated/GrConstColorProcessor.h", |
| 375 | "$_src/gpu/effects/generated/GrEllipseEffect.cpp", |
| 376 | "$_src/gpu/effects/generated/GrEllipseEffect.h", |
Florin Malita | 3603120 | 2019-10-23 11:44:22 -0400 | [diff] [blame] | 377 | "$_src/gpu/effects/generated/GrHSLToRGBFilterEffect.cpp", |
| 378 | "$_src/gpu/effects/generated/GrHSLToRGBFilterEffect.h", |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 379 | "$_src/gpu/effects/generated/GrLumaColorFilterEffect.cpp", |
| 380 | "$_src/gpu/effects/generated/GrLumaColorFilterEffect.h", |
| 381 | "$_src/gpu/effects/generated/GrMagnifierEffect.cpp", |
| 382 | "$_src/gpu/effects/generated/GrMagnifierEffect.h", |
| 383 | "$_src/gpu/effects/generated/GrMixerEffect.cpp", |
| 384 | "$_src/gpu/effects/generated/GrMixerEffect.h", |
Brian Salomon | c0d79e5 | 2019-04-10 15:02:11 -0400 | [diff] [blame] | 385 | "$_src/gpu/effects/generated/GrOverrideInputFragmentProcessor.cpp", |
| 386 | "$_src/gpu/effects/generated/GrOverrideInputFragmentProcessor.h", |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 387 | "$_src/gpu/effects/generated/GrPremulInputFragmentProcessor.cpp", |
| 388 | "$_src/gpu/effects/generated/GrPremulInputFragmentProcessor.h", |
| 389 | "$_src/gpu/effects/generated/GrRectBlurEffect.cpp", |
| 390 | "$_src/gpu/effects/generated/GrRectBlurEffect.h", |
Florin Malita | 3603120 | 2019-10-23 11:44:22 -0400 | [diff] [blame] | 391 | "$_src/gpu/effects/generated/GrRGBToHSLFilterEffect.cpp", |
| 392 | "$_src/gpu/effects/generated/GrRGBToHSLFilterEffect.h", |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 393 | "$_src/gpu/effects/generated/GrRRectBlurEffect.cpp", |
| 394 | "$_src/gpu/effects/generated/GrRRectBlurEffect.h", |
Brian Salomon | f19f9ca | 2019-09-18 15:54:26 -0400 | [diff] [blame] | 395 | "$_src/gpu/effects/generated/GrSaturateProcessor.cpp", |
| 396 | "$_src/gpu/effects/generated/GrSaturateProcessor.h", |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 397 | "$_src/gpu/effects/generated/GrSimpleTextureEffect.cpp", |
| 398 | "$_src/gpu/effects/generated/GrSimpleTextureEffect.h", |
| 399 | |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 400 | # gradients |
Michael Ludwig | a7914d3 | 2018-09-14 09:47:21 -0400 | [diff] [blame] | 401 | "$_src/gpu/gradients/GrGradientBitmapCache.cpp", |
| 402 | "$_src/gpu/gradients/GrGradientBitmapCache.h", |
Michael Ludwig | 4f94ef6 | 2018-09-12 15:22:16 -0400 | [diff] [blame] | 403 | "$_src/gpu/gradients/GrGradientShader.cpp", |
| 404 | "$_src/gpu/gradients/GrGradientShader.h", |
| 405 | |
Ethan Nicholas | 21a9b56 | 2019-04-10 12:06:19 -0400 | [diff] [blame] | 406 | "$_src/gpu/gradients/generated/GrDualIntervalGradientColorizer.cpp", |
| 407 | "$_src/gpu/gradients/generated/GrDualIntervalGradientColorizer.h", |
| 408 | "$_src/gpu/gradients/generated/GrSingleIntervalGradientColorizer.cpp", |
| 409 | "$_src/gpu/gradients/generated/GrSingleIntervalGradientColorizer.h", |
| 410 | "$_src/gpu/gradients/generated/GrTextureGradientColorizer.cpp", |
| 411 | "$_src/gpu/gradients/generated/GrTextureGradientColorizer.h", |
| 412 | "$_src/gpu/gradients/generated/GrUnrolledBinaryGradientColorizer.cpp", |
| 413 | "$_src/gpu/gradients/generated/GrUnrolledBinaryGradientColorizer.h", |
| 414 | "$_src/gpu/gradients/generated/GrLinearGradientLayout.cpp", |
| 415 | "$_src/gpu/gradients/generated/GrLinearGradientLayout.h", |
| 416 | "$_src/gpu/gradients/generated/GrRadialGradientLayout.cpp", |
| 417 | "$_src/gpu/gradients/generated/GrRadialGradientLayout.h", |
| 418 | "$_src/gpu/gradients/generated/GrSweepGradientLayout.cpp", |
| 419 | "$_src/gpu/gradients/generated/GrSweepGradientLayout.h", |
| 420 | "$_src/gpu/gradients/generated/GrTwoPointConicalGradientLayout.cpp", |
| 421 | "$_src/gpu/gradients/generated/GrTwoPointConicalGradientLayout.h", |
| 422 | "$_src/gpu/gradients/generated/GrClampedGradientEffect.cpp", |
| 423 | "$_src/gpu/gradients/generated/GrClampedGradientEffect.h", |
| 424 | "$_src/gpu/gradients/generated/GrTiledGradientEffect.cpp", |
| 425 | "$_src/gpu/gradients/generated/GrTiledGradientEffect.h", |
| 426 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 427 | # text |
Robert Phillips | c4039ea | 2018-03-01 11:36:45 -0500 | [diff] [blame] | 428 | "$_src/gpu/text/GrAtlasManager.cpp", |
| 429 | "$_src/gpu/text/GrAtlasManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 430 | "$_src/gpu/text/GrDistanceFieldAdjustTable.cpp", |
| 431 | "$_src/gpu/text/GrDistanceFieldAdjustTable.h", |
Jim Van Verth | d401da6 | 2018-05-03 10:40:30 -0400 | [diff] [blame] | 432 | "$_src/gpu/text/GrSDFMaskFilter.cpp", |
| 433 | "$_src/gpu/text/GrSDFMaskFilter.h", |
Herb Derby | 081e6f3 | 2019-01-16 13:46:02 -0500 | [diff] [blame] | 434 | "$_src/gpu/text/GrStrikeCache.cpp", |
| 435 | "$_src/gpu/text/GrStrikeCache.h", |
Herb Derby | 8624059 | 2018-05-24 16:12:31 -0400 | [diff] [blame] | 436 | "$_src/gpu/text/GrTextBlob.cpp", |
| 437 | "$_src/gpu/text/GrTextBlob.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 438 | "$_src/gpu/text/GrTextBlobCache.cpp", |
| 439 | "$_src/gpu/text/GrTextBlobCache.h", |
Herb Derby | 8624059 | 2018-05-24 16:12:31 -0400 | [diff] [blame] | 440 | "$_src/gpu/text/GrTextContext.cpp", |
| 441 | "$_src/gpu/text/GrTextContext.h", |
Herb Derby | c1b482c | 2018-08-09 15:02:27 -0400 | [diff] [blame] | 442 | "$_src/gpu/text/GrTextTarget.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 443 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 444 | # GLSL |
| 445 | "$_src/gpu/glsl/GrGLSL.cpp", |
Brian Salomon | 23c55b6 | 2018-06-19 16:28:41 -0400 | [diff] [blame] | 446 | "$_src/gpu/glsl/GrGLSL.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 447 | "$_src/gpu/glsl/GrGLSLBlend.cpp", |
| 448 | "$_src/gpu/glsl/GrGLSLBlend.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 449 | "$_src/gpu/glsl/GrGLSLColorSpaceXformHelper.h", |
| 450 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.cpp", |
| 451 | "$_src/gpu/glsl/GrGLSLFragmentProcessor.h", |
| 452 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp", |
| 453 | "$_src/gpu/glsl/GrGLSLFragmentShaderBuilder.h", |
| 454 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.cpp", |
| 455 | "$_src/gpu/glsl/GrGLSLGeometryProcessor.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 456 | "$_src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp", |
| 457 | "$_src/gpu/glsl/GrGLSLPrimitiveProcessor.h", |
| 458 | "$_src/gpu/glsl/GrGLSLProgramBuilder.cpp", |
| 459 | "$_src/gpu/glsl/GrGLSLProgramBuilder.h", |
| 460 | "$_src/gpu/glsl/GrGLSLProgramDataManager.cpp", |
| 461 | "$_src/gpu/glsl/GrGLSLProgramDataManager.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 462 | "$_src/gpu/glsl/GrGLSLShaderBuilder.cpp", |
| 463 | "$_src/gpu/glsl/GrGLSLShaderBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 464 | "$_src/gpu/glsl/GrGLSLUniformHandler.h", |
| 465 | "$_src/gpu/glsl/GrGLSLUtil.cpp", |
| 466 | "$_src/gpu/glsl/GrGLSLUtil.h", |
| 467 | "$_src/gpu/glsl/GrGLSLVarying.cpp", |
| 468 | "$_src/gpu/glsl/GrGLSLVarying.h", |
Chris Dalton | c17bf32 | 2017-10-24 10:59:03 -0600 | [diff] [blame] | 469 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp", |
| 470 | "$_src/gpu/glsl/GrGLSLVertexGeoBuilder.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 471 | "$_src/gpu/glsl/GrGLSLXferProcessor.cpp", |
| 472 | "$_src/gpu/glsl/GrGLSLXferProcessor.h", |
| 473 | |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 474 | # Mock |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 475 | "$_src/gpu/mock/GrMockBuffer.h", |
Robert Phillips | ffe2729 | 2019-08-01 10:08:07 -0400 | [diff] [blame] | 476 | "$_src/gpu/mock/GrMockCaps.cpp", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 477 | "$_src/gpu/mock/GrMockCaps.h", |
| 478 | "$_src/gpu/mock/GrMockGpu.cpp", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 479 | "$_src/gpu/mock/GrMockGpu.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 480 | "$_src/gpu/mock/GrMockOpsRenderPass.h", |
Brian Salomon | cfe910d | 2017-07-06 16:40:18 -0400 | [diff] [blame] | 481 | "$_src/gpu/mock/GrMockStencilAttachment.h", |
| 482 | "$_src/gpu/mock/GrMockTexture.h", |
Robert Phillips | a5e78be | 2019-07-09 12:34:38 -0400 | [diff] [blame] | 483 | "$_src/gpu/mock/GrMockTypes.cpp", |
Brian Salomon | 91a3e52 | 2017-06-23 10:58:19 -0400 | [diff] [blame] | 484 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 485 | # Sk files |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 486 | "$_src/gpu/SkGpuDevice.cpp", |
| 487 | "$_src/gpu/SkGpuDevice.h", |
| 488 | "$_src/gpu/SkGpuDevice_drawTexture.cpp", |
Brian Osman | 3b65598 | 2017-03-07 16:58:08 -0500 | [diff] [blame] | 489 | "$_src/gpu/SkGr.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 490 | "$_src/gpu/SkGr.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 491 | |
| 492 | "$_src/image/SkImage_Gpu.h", |
| 493 | "$_src/image/SkImage_Gpu.cpp", |
Jim Van Verth | 8026ccc | 2018-10-04 13:10:39 -0400 | [diff] [blame] | 494 | "$_src/image/SkImage_GpuBase.h", |
| 495 | "$_src/image/SkImage_GpuBase.cpp", |
Jim Van Verth | f49262d | 2018-10-02 12:07:20 -0400 | [diff] [blame] | 496 | "$_src/image/SkImage_GpuYUVA.h", |
| 497 | "$_src/image/SkImage_GpuYUVA.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 498 | "$_src/image/SkSurface_Gpu.h", |
| 499 | "$_src/image/SkSurface_Gpu.cpp", |
| 500 | ] |
| 501 | |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 502 | skia_gl_gpu_sources = [ |
| 503 | "$_include/gpu/gl/GrGLAssembleInterface.h", |
| 504 | "$_include/gpu/gl/GrGLConfig.h", |
| 505 | "$_include/gpu/gl/GrGLExtensions.h", |
| 506 | "$_include/gpu/gl/GrGLFunctions.h", |
| 507 | "$_include/gpu/gl/GrGLInterface.h", |
| 508 | "$_include/gpu/gl/GrGLTypes.h", |
| 509 | |
| 510 | "$_src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp", |
| 511 | "$_src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp", |
| 512 | "$_src/gpu/gl/GrGLAssembleHelpers.cpp", |
| 513 | "$_src/gpu/gl/GrGLAssembleInterface.cpp", |
| 514 | "$_src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp", |
| 515 | "$_src/gpu/gl/GrGLBuffer.cpp", |
| 516 | "$_src/gpu/gl/GrGLBuffer.h", |
| 517 | "$_src/gpu/gl/GrGLCaps.cpp", |
| 518 | "$_src/gpu/gl/GrGLCaps.h", |
| 519 | "$_src/gpu/gl/GrGLContext.cpp", |
| 520 | "$_src/gpu/gl/GrGLContext.h", |
| 521 | "$_src/gpu/gl/GrGLDefines.h", |
| 522 | "$_src/gpu/gl/GrGLGLSL.cpp", |
| 523 | "$_src/gpu/gl/GrGLGLSL.h", |
| 524 | "$_src/gpu/gl/GrGLGpu.cpp", |
| 525 | "$_src/gpu/gl/GrGLGpu.h", |
| 526 | "$_src/gpu/gl/GrGLGpuProgramCache.cpp", |
| 527 | "$_src/gpu/gl/GrGLExtensions.cpp", |
| 528 | "$_src/gpu/gl/GrGLInterfaceAutogen.cpp", |
| 529 | "$_src/gpu/gl/GrGLOpsRenderPass.cpp", |
| 530 | "$_src/gpu/gl/GrGLOpsRenderPass.h", |
| 531 | "$_src/gpu/gl/GrGLProgram.cpp", |
| 532 | "$_src/gpu/gl/GrGLProgram.h", |
| 533 | "$_src/gpu/gl/GrGLProgramDataManager.cpp", |
| 534 | "$_src/gpu/gl/GrGLProgramDataManager.h", |
| 535 | "$_src/gpu/gl/GrGLRenderTarget.cpp", |
| 536 | "$_src/gpu/gl/GrGLRenderTarget.h", |
| 537 | "$_src/gpu/gl/GrGLSemaphore.cpp", |
| 538 | "$_src/gpu/gl/GrGLSemaphore.h", |
| 539 | "$_src/gpu/gl/GrGLStencilAttachment.cpp", |
| 540 | "$_src/gpu/gl/GrGLStencilAttachment.h", |
| 541 | "$_src/gpu/gl/GrGLTexture.cpp", |
| 542 | "$_src/gpu/gl/GrGLTexture.h", |
| 543 | "$_src/gpu/gl/GrGLTextureRenderTarget.cpp", |
| 544 | "$_src/gpu/gl/GrGLTextureRenderTarget.h", |
| 545 | "$_src/gpu/gl/GrGLTypesPriv.cpp", |
| 546 | "$_src/gpu/gl/GrGLUtil.cpp", |
| 547 | "$_src/gpu/gl/GrGLUtil.h", |
| 548 | "$_src/gpu/gl/GrGLUniformHandler.cpp", |
| 549 | "$_src/gpu/gl/GrGLUniformHandler.h", |
| 550 | "$_src/gpu/gl/GrGLVaryingHandler.cpp", |
| 551 | "$_src/gpu/gl/GrGLVaryingHandler.h", |
| 552 | "$_src/gpu/gl/GrGLVertexArray.cpp", |
| 553 | "$_src/gpu/gl/GrGLVertexArray.h", |
| 554 | |
| 555 | # Files for building GLSL shaders |
| 556 | "$_src/gpu/gl/builders/GrGLProgramBuilder.cpp", |
| 557 | "$_src/gpu/gl/builders/GrGLProgramBuilder.h", |
| 558 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.cpp", |
| 559 | "$_src/gpu/gl/builders/GrGLShaderStringBuilder.h", |
| 560 | ] |
| 561 | |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 562 | skia_ccpr_sources = [ |
| 563 | # coverage counting path renderer |
| 564 | "$_src/gpu/ccpr/GrCCAtlas.cpp", |
| 565 | "$_src/gpu/ccpr/GrCCAtlas.h", |
| 566 | "$_src/gpu/ccpr/GrCCClipPath.cpp", |
Ben Wagner | 729a23f | 2019-05-17 16:29:34 -0400 | [diff] [blame] | 567 | "$_src/gpu/ccpr/GrCCClipPath.h", |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 568 | "$_src/gpu/ccpr/GrCCClipProcessor.cpp", |
| 569 | "$_src/gpu/ccpr/GrCCClipProcessor.h", |
| 570 | "$_src/gpu/ccpr/GrCCConicShader.cpp", |
| 571 | "$_src/gpu/ccpr/GrCCConicShader.h", |
| 572 | "$_src/gpu/ccpr/GrCCCoverageProcessor.cpp", |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 573 | "$_src/gpu/ccpr/GrCCCoverageProcessor.h", |
| 574 | "$_src/gpu/ccpr/GrCCCubicShader.cpp", |
| 575 | "$_src/gpu/ccpr/GrCCCubicShader.h", |
| 576 | "$_src/gpu/ccpr/GrCCDrawPathsOp.cpp", |
| 577 | "$_src/gpu/ccpr/GrCCDrawPathsOp.h", |
| 578 | "$_src/gpu/ccpr/GrCCFiller.cpp", |
| 579 | "$_src/gpu/ccpr/GrCCFiller.h", |
| 580 | "$_src/gpu/ccpr/GrCCFillGeometry.cpp", |
| 581 | "$_src/gpu/ccpr/GrCCFillGeometry.h", |
| 582 | "$_src/gpu/ccpr/GrCCPathCache.cpp", |
| 583 | "$_src/gpu/ccpr/GrCCPathCache.h", |
| 584 | "$_src/gpu/ccpr/GrCCPathProcessor.cpp", |
| 585 | "$_src/gpu/ccpr/GrCCPathProcessor.h", |
| 586 | "$_src/gpu/ccpr/GrCCPerFlushResources.cpp", |
| 587 | "$_src/gpu/ccpr/GrCCPerFlushResources.h", |
Greg Daniel | f41b2bd | 2019-08-22 16:19:24 -0400 | [diff] [blame] | 588 | "$_src/gpu/ccpr/GrCCPerOpsTaskPaths.h", |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 589 | "$_src/gpu/ccpr/GrCCQuadraticShader.cpp", |
| 590 | "$_src/gpu/ccpr/GrCCQuadraticShader.h", |
| 591 | "$_src/gpu/ccpr/GrCCStrokeGeometry.cpp", |
| 592 | "$_src/gpu/ccpr/GrCCStrokeGeometry.h", |
| 593 | "$_src/gpu/ccpr/GrCCStroker.cpp", |
| 594 | "$_src/gpu/ccpr/GrCCStroker.h", |
| 595 | "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp", |
| 596 | "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h", |
Chris Dalton | c3318f0 | 2019-07-19 14:20:53 -0600 | [diff] [blame] | 597 | "$_src/gpu/ccpr/GrGSCoverageProcessor.cpp", |
| 598 | "$_src/gpu/ccpr/GrGSCoverageProcessor.h", |
Chris Dalton | 8610e9c | 2019-05-09 11:07:10 -0600 | [diff] [blame] | 599 | "$_src/gpu/ccpr/GrOctoBounds.cpp", |
| 600 | "$_src/gpu/ccpr/GrOctoBounds.h", |
Chris Dalton | c3318f0 | 2019-07-19 14:20:53 -0600 | [diff] [blame] | 601 | "$_src/gpu/ccpr/GrSampleMaskProcessor.cpp", |
| 602 | "$_src/gpu/ccpr/GrSampleMaskProcessor.h", |
| 603 | "$_src/gpu/ccpr/GrStencilAtlasOp.cpp", |
| 604 | "$_src/gpu/ccpr/GrStencilAtlasOp.h", |
| 605 | "$_src/gpu/ccpr/GrVSCoverageProcessor.cpp", |
| 606 | "$_src/gpu/ccpr/GrVSCoverageProcessor.h", |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 607 | ] |
| 608 | |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 609 | skia_nvpr_sources = [ |
John Rosasco | a9b348f | 2019-11-08 13:18:15 -0800 | [diff] [blame] | 610 | "$_src/gpu/gl/GrGLPath.cpp", |
| 611 | "$_src/gpu/gl/GrGLPath.h", |
| 612 | "$_src/gpu/gl/GrGLPathRendering.cpp", |
| 613 | "$_src/gpu/gl/GrGLPathRendering.h", |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 614 | "$_src/gpu/GrPath.cpp", |
| 615 | "$_src/gpu/GrPath.h", |
| 616 | "$_src/gpu/GrPathProcessor.cpp", |
| 617 | "$_src/gpu/GrPathProcessor.h", |
| 618 | "$_src/gpu/GrPathRendering.cpp", |
| 619 | "$_src/gpu/GrPathRendering.h", |
Mike Klein | 921ec97 | 2018-10-15 14:21:40 -0400 | [diff] [blame] | 620 | "$_src/gpu/ops/GrDrawPathOp.cpp", |
| 621 | "$_src/gpu/ops/GrDrawPathOp.h", |
Mike Klein | 26a6049 | 2018-10-15 10:38:25 -0400 | [diff] [blame] | 622 | "$_src/gpu/ops/GrStencilAndCoverPathRenderer.cpp", |
| 623 | "$_src/gpu/ops/GrStencilAndCoverPathRenderer.h", |
| 624 | "$_src/gpu/ops/GrStencilPathOp.cpp", |
| 625 | "$_src/gpu/ops/GrStencilPathOp.h", |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 626 | ] |
| 627 | |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 628 | skia_gpu_sources += skia_ccpr_sources |
Kevin Lubick | 4bf2c26 | 2018-10-15 09:35:54 -0400 | [diff] [blame] | 629 | skia_gpu_sources += skia_nvpr_sources |
Kevin Lubick | 93faa67 | 2018-10-10 15:54:53 -0400 | [diff] [blame] | 630 | |
Greg Daniel | 9841a61 | 2019-11-19 16:08:21 -0500 | [diff] [blame] | 631 | skia_null_gpu_sources = [ "$_src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ] |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 632 | |
| 633 | skia_vk_sources = [ |
| 634 | "$_include/gpu/vk/GrVkBackendContext.h", |
Greg Daniel | 98bffae | 2018-08-01 13:25:41 -0400 | [diff] [blame] | 635 | "$_include/gpu/vk/GrVkExtensions.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 636 | "$_include/gpu/vk/GrVkMemoryAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 637 | "$_include/gpu/vk/GrVkTypes.h", |
Greg Daniel | acc763e | 2018-12-27 16:17:06 -0500 | [diff] [blame] | 638 | "$_include/gpu/vk/GrVkVulkan.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 639 | "$_include/private/GrVkTypesPriv.h", |
Greg Daniel | 18dbfd0 | 2018-05-29 10:46:51 -0400 | [diff] [blame] | 640 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.cpp", |
| 641 | "$_src/gpu/vk/GrVkAMDMemoryAllocator.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 642 | "$_src/gpu/vk/GrVkBuffer.cpp", |
| 643 | "$_src/gpu/vk/GrVkBuffer.h", |
| 644 | "$_src/gpu/vk/GrVkCaps.cpp", |
| 645 | "$_src/gpu/vk/GrVkCaps.h", |
| 646 | "$_src/gpu/vk/GrVkCommandBuffer.cpp", |
| 647 | "$_src/gpu/vk/GrVkCommandBuffer.h", |
Ethan Nicholas | 8e265a7 | 2018-12-12 16:22:40 -0500 | [diff] [blame] | 648 | "$_src/gpu/vk/GrVkCommandPool.cpp", |
| 649 | "$_src/gpu/vk/GrVkCommandPool.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 650 | "$_src/gpu/vk/GrVkDescriptorPool.cpp", |
| 651 | "$_src/gpu/vk/GrVkDescriptorPool.h", |
| 652 | "$_src/gpu/vk/GrVkDescriptorSet.cpp", |
| 653 | "$_src/gpu/vk/GrVkDescriptorSet.h", |
| 654 | "$_src/gpu/vk/GrVkDescriptorSetManager.cpp", |
| 655 | "$_src/gpu/vk/GrVkDescriptorSetManager.h", |
| 656 | "$_src/gpu/vk/GrVkExtensions.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 657 | "$_src/gpu/vk/GrVkFramebuffer.cpp", |
| 658 | "$_src/gpu/vk/GrVkFramebuffer.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 659 | "$_src/gpu/vk/GrVkGpu.cpp", |
| 660 | "$_src/gpu/vk/GrVkGpu.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 661 | "$_src/gpu/vk/GrVkImage.cpp", |
| 662 | "$_src/gpu/vk/GrVkImage.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 663 | "$_src/gpu/vk/GrVkImageLayout.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 664 | "$_src/gpu/vk/GrVkImageView.cpp", |
| 665 | "$_src/gpu/vk/GrVkImageView.h", |
| 666 | "$_src/gpu/vk/GrVkIndexBuffer.cpp", |
| 667 | "$_src/gpu/vk/GrVkIndexBuffer.h", |
| 668 | "$_src/gpu/vk/GrVkInterface.cpp", |
Greg Daniel | d3e65aa | 2018-08-01 09:19:45 -0400 | [diff] [blame] | 669 | "$_src/gpu/vk/GrVkInterface.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 670 | "$_src/gpu/vk/GrVkMemory.cpp", |
| 671 | "$_src/gpu/vk/GrVkMemory.h", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 672 | "$_src/gpu/vk/GrVkOpsRenderPass.cpp", |
| 673 | "$_src/gpu/vk/GrVkOpsRenderPass.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 674 | "$_src/gpu/vk/GrVkPipeline.cpp", |
| 675 | "$_src/gpu/vk/GrVkPipeline.h", |
| 676 | "$_src/gpu/vk/GrVkPipelineState.cpp", |
| 677 | "$_src/gpu/vk/GrVkPipelineState.h", |
| 678 | "$_src/gpu/vk/GrVkPipelineStateBuilder.cpp", |
| 679 | "$_src/gpu/vk/GrVkPipelineStateBuilder.h", |
| 680 | "$_src/gpu/vk/GrVkPipelineStateCache.cpp", |
| 681 | "$_src/gpu/vk/GrVkPipelineStateDataManager.cpp", |
| 682 | "$_src/gpu/vk/GrVkPipelineStateDataManager.h", |
| 683 | "$_src/gpu/vk/GrVkRenderPass.cpp", |
| 684 | "$_src/gpu/vk/GrVkRenderPass.h", |
| 685 | "$_src/gpu/vk/GrVkRenderTarget.cpp", |
| 686 | "$_src/gpu/vk/GrVkRenderTarget.h", |
| 687 | "$_src/gpu/vk/GrVkResource.h", |
| 688 | "$_src/gpu/vk/GrVkResourceProvider.cpp", |
| 689 | "$_src/gpu/vk/GrVkResourceProvider.h", |
| 690 | "$_src/gpu/vk/GrVkSampler.cpp", |
| 691 | "$_src/gpu/vk/GrVkSampler.h", |
Greg Daniel | 7e00022 | 2018-12-03 10:08:21 -0500 | [diff] [blame] | 692 | "$_src/gpu/vk/GrVkSamplerYcbcrConversion.cpp", |
| 693 | "$_src/gpu/vk/GrVkSamplerYcbcrConversion.h", |
Greg Daniel | b46add8 | 2019-01-02 14:51:29 -0500 | [diff] [blame] | 694 | "$_src/gpu/vk/GrVkSecondaryCBDrawContext.cpp", |
Greg Daniel | bc84adc | 2019-01-02 16:39:20 -0500 | [diff] [blame] | 695 | "$_src/gpu/vk/GrVkSecondaryCBDrawContext.h", |
Greg Daniel | 6be3523 | 2017-03-01 17:01:09 -0500 | [diff] [blame] | 696 | "$_src/gpu/vk/GrVkSemaphore.cpp", |
| 697 | "$_src/gpu/vk/GrVkSemaphore.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 698 | "$_src/gpu/vk/GrVkStencilAttachment.cpp", |
| 699 | "$_src/gpu/vk/GrVkStencilAttachment.h", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 700 | "$_src/gpu/vk/GrVkTexture.cpp", |
| 701 | "$_src/gpu/vk/GrVkTexture.h", |
| 702 | "$_src/gpu/vk/GrVkTextureRenderTarget.cpp", |
| 703 | "$_src/gpu/vk/GrVkTextureRenderTarget.h", |
| 704 | "$_src/gpu/vk/GrVkTransferBuffer.cpp", |
| 705 | "$_src/gpu/vk/GrVkTransferBuffer.h", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 706 | "$_src/gpu/vk/GrVkTypesPriv.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 707 | "$_src/gpu/vk/GrVkUniformBuffer.cpp", |
| 708 | "$_src/gpu/vk/GrVkUniformBuffer.h", |
| 709 | "$_src/gpu/vk/GrVkUniformHandler.cpp", |
| 710 | "$_src/gpu/vk/GrVkUniformHandler.h", |
| 711 | "$_src/gpu/vk/GrVkUtil.cpp", |
| 712 | "$_src/gpu/vk/GrVkUtil.h", |
| 713 | "$_src/gpu/vk/GrVkVaryingHandler.cpp", |
| 714 | "$_src/gpu/vk/GrVkVaryingHandler.h", |
| 715 | "$_src/gpu/vk/GrVkVertexBuffer.cpp", |
| 716 | "$_src/gpu/vk/GrVkVertexBuffer.h", |
| 717 | ] |
| 718 | |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 719 | skia_dawn_sources = [ |
Stephen White | d67c71f | 2019-08-06 11:15:41 -0400 | [diff] [blame] | 720 | "$_include/gpu/dawn/GrDawnTypes.h", |
Stephen White | 5048a6a | 2019-07-29 17:07:44 -0400 | [diff] [blame] | 721 | "$_src/gpu/dawn/GrDawnBuffer.cpp", |
| 722 | "$_src/gpu/dawn/GrDawnBuffer.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 723 | "$_src/gpu/dawn/GrDawnCaps.cpp", |
| 724 | "$_src/gpu/dawn/GrDawnCaps.h", |
| 725 | "$_src/gpu/dawn/GrDawnGpu.cpp", |
| 726 | "$_src/gpu/dawn/GrDawnGpu.h", |
Stephen White | ef2dc90 | 2019-08-26 15:19:42 -0400 | [diff] [blame] | 727 | "$_src/gpu/dawn/GrDawnOpsRenderPass.cpp", |
| 728 | "$_src/gpu/dawn/GrDawnOpsRenderPass.h", |
Stephen White | 79b81c9 | 2019-07-31 15:56:26 -0400 | [diff] [blame] | 729 | "$_src/gpu/dawn/GrDawnProgramDataManager.cpp", |
| 730 | "$_src/gpu/dawn/GrDawnProgramDataManager.h", |
Stephen White | bb6bed1 | 2019-08-02 09:57:55 -0400 | [diff] [blame] | 731 | "$_src/gpu/dawn/GrDawnProgramBuilder.cpp", |
| 732 | "$_src/gpu/dawn/GrDawnProgramBuilder.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 733 | "$_src/gpu/dawn/GrDawnRenderTarget.cpp", |
| 734 | "$_src/gpu/dawn/GrDawnRenderTarget.h", |
Stephen White | b7eaedc | 2019-08-21 09:48:05 -0400 | [diff] [blame] | 735 | "$_src/gpu/dawn/GrDawnRingBuffer.cpp", |
| 736 | "$_src/gpu/dawn/GrDawnRingBuffer.h", |
Stephen White | f813ef7 | 2019-08-09 12:28:37 -0400 | [diff] [blame] | 737 | "$_src/gpu/dawn/GrDawnStencilAttachment.cpp", |
| 738 | "$_src/gpu/dawn/GrDawnStencilAttachment.h", |
Stephen White | 7fba36b | 2019-09-10 13:05:22 -0400 | [diff] [blame] | 739 | "$_src/gpu/dawn/GrDawnStagingManager.cpp", |
| 740 | "$_src/gpu/dawn/GrDawnStagingManager.h", |
Stephen White | 0850dcd | 2019-08-13 15:28:47 -0400 | [diff] [blame] | 741 | "$_src/gpu/dawn/GrDawnTexture.cpp", |
| 742 | "$_src/gpu/dawn/GrDawnTexture.h", |
Stephen White | 9d42192 | 2019-08-14 15:07:42 -0400 | [diff] [blame] | 743 | "$_src/gpu/dawn/GrDawnTextureRenderTarget.cpp", |
| 744 | "$_src/gpu/dawn/GrDawnTextureRenderTarget.h", |
Stephen White | 4da34bf | 2019-07-30 10:37:47 -0400 | [diff] [blame] | 745 | "$_src/gpu/dawn/GrDawnUniformHandler.cpp", |
| 746 | "$_src/gpu/dawn/GrDawnUniformHandler.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 747 | "$_src/gpu/dawn/GrDawnUtil.cpp", |
| 748 | "$_src/gpu/dawn/GrDawnUtil.h", |
Stephen White | 83d8a94 | 2019-07-31 15:03:34 -0400 | [diff] [blame] | 749 | "$_src/gpu/dawn/GrDawnVaryingHandler.cpp", |
| 750 | "$_src/gpu/dawn/GrDawnVaryingHandler.h", |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 751 | ] |
| 752 | |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 753 | skia_metal_sources = [ |
Greg Daniel | eee5183 | 2017-07-28 11:31:19 -0400 | [diff] [blame] | 754 | "$_include/gpu/mtl/GrMtlTypes.h", |
Timothy Liang | 49528b6 | 2018-08-02 14:18:37 -0400 | [diff] [blame] | 755 | "$_src/gpu/mtl/GrMtlBuffer.h", |
| 756 | "$_src/gpu/mtl/GrMtlBuffer.mm", |
Greg Daniel | cebcb84 | 2017-07-31 10:45:52 -0400 | [diff] [blame] | 757 | "$_src/gpu/mtl/GrMtlCaps.h", |
| 758 | "$_src/gpu/mtl/GrMtlCaps.mm", |
Jim Van Verth | 75c3ae4 | 2019-04-22 17:07:53 -0400 | [diff] [blame] | 759 | "$_src/gpu/mtl/GrMtlCommandBuffer.h", |
| 760 | "$_src/gpu/mtl/GrMtlCommandBuffer.mm", |
Brian Salomon | f391d0f | 2018-12-14 09:18:50 -0500 | [diff] [blame] | 761 | "$_src/gpu/mtl/GrMtlCppUtil.h", |
Jim Van Verth | 75c5326 | 2019-04-26 12:23:51 -0400 | [diff] [blame] | 762 | "$_src/gpu/mtl/GrMtlDepthStencil.h", |
| 763 | "$_src/gpu/mtl/GrMtlDepthStencil.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 764 | "$_src/gpu/mtl/GrMtlGpu.h", |
| 765 | "$_src/gpu/mtl/GrMtlGpu.mm", |
Greg Daniel | 2d41d0d | 2019-08-26 11:08:51 -0400 | [diff] [blame] | 766 | "$_src/gpu/mtl/GrMtlOpsRenderPass.h", |
| 767 | "$_src/gpu/mtl/GrMtlOpsRenderPass.mm", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 768 | "$_src/gpu/mtl/GrMtlPipelineState.h", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 769 | "$_src/gpu/mtl/GrMtlPipelineState.mm", |
Timothy Liang | 7ac582e | 2018-08-06 09:47:23 -0400 | [diff] [blame] | 770 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.h", |
| 771 | "$_src/gpu/mtl/GrMtlPipelineStateBuilder.mm", |
Timothy Liang | 44636e9 | 2018-08-08 10:50:21 -0400 | [diff] [blame] | 772 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.h", |
| 773 | "$_src/gpu/mtl/GrMtlPipelineStateDataManager.mm", |
Greg Daniel | 51fd6d8 | 2017-08-18 09:34:40 -0400 | [diff] [blame] | 774 | "$_src/gpu/mtl/GrMtlRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 775 | "$_src/gpu/mtl/GrMtlRenderTarget.mm", |
| 776 | "$_src/gpu/mtl/GrMtlResourceProvider.h", |
| 777 | "$_src/gpu/mtl/GrMtlResourceProvider.mm", |
Timothy Liang | 2eb8e02 | 2018-08-09 12:55:28 -0400 | [diff] [blame] | 778 | "$_src/gpu/mtl/GrMtlSampler.h", |
| 779 | "$_src/gpu/mtl/GrMtlSampler.mm", |
Jim Van Verth | 066ceb1 | 2019-08-28 14:35:55 -0400 | [diff] [blame] | 780 | "$_src/gpu/mtl/GrMtlSemaphore.h", |
| 781 | "$_src/gpu/mtl/GrMtlSemaphore.mm", |
Ethan Nicholas | 0106351 | 2018-10-08 16:58:25 -0400 | [diff] [blame] | 782 | "$_src/gpu/mtl/GrMtlStencilAttachment.h", |
| 783 | "$_src/gpu/mtl/GrMtlStencilAttachment.mm", |
Greg Daniel | 4a081e2 | 2017-08-04 09:34:44 -0400 | [diff] [blame] | 784 | "$_src/gpu/mtl/GrMtlTexture.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 785 | "$_src/gpu/mtl/GrMtlTexture.mm", |
Timothy Liang | 2df9b45 | 2018-06-27 14:58:12 -0400 | [diff] [blame] | 786 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.h", |
Timothy Liang | e30739a | 2018-07-31 10:51:17 -0400 | [diff] [blame] | 787 | "$_src/gpu/mtl/GrMtlTextureRenderTarget.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 788 | "$_src/gpu/mtl/GrMtlTrampoline.h", |
| 789 | "$_src/gpu/mtl/GrMtlTrampoline.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 790 | "$_src/gpu/mtl/GrMtlUniformHandler.h", |
| 791 | "$_src/gpu/mtl/GrMtlUniformHandler.mm", |
Greg Daniel | 0576a45 | 2017-07-31 16:32:36 -0400 | [diff] [blame] | 792 | "$_src/gpu/mtl/GrMtlUtil.h", |
| 793 | "$_src/gpu/mtl/GrMtlUtil.mm", |
Timothy Liang | 057c390 | 2018-08-08 10:48:45 -0400 | [diff] [blame] | 794 | "$_src/gpu/mtl/GrMtlVaryingHandler.h", |
| 795 | "$_src/gpu/mtl/GrMtlVaryingHandler.mm", |
Jim Van Verth | b2f5553 | 2019-09-19 13:03:09 -0400 | [diff] [blame] | 796 | "$_src/image/SkSurface_GpuMtl.mm", |
Greg Daniel | e5ddff5 | 2017-07-05 16:49:36 -0400 | [diff] [blame] | 797 | ] |
| 798 | |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 799 | skia_native_gpu_sources = [ |
Brian Salomon | 3d6801e | 2017-12-11 10:06:31 -0500 | [diff] [blame] | 800 | "$_src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp", |
| 801 | "$_src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp", |
| 802 | "$_src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp", |
| 803 | "$_src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp", |
| 804 | "$_src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp", |
| 805 | "$_src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp", |
Mike Klein | 9034b13 | 2016-10-26 17:54:36 -0400 | [diff] [blame] | 806 | ] |
Brian Salomon | cbcb0a1 | 2017-11-19 13:20:13 -0500 | [diff] [blame] | 807 | |
| 808 | skia_atlas_text_sources = [ |
| 809 | "$_include/atlastext/SkAtlasTextContext.h", |
| 810 | "$_include/atlastext/SkAtlasTextFont.h", |
| 811 | "$_include/atlastext/SkAtlasTextRenderer.h", |
| 812 | "$_include/atlastext/SkAtlasTextTarget.h", |
| 813 | |
| 814 | "$_src/atlastext/SkAtlasTextContext.cpp", |
| 815 | "$_src/atlastext/SkAtlasTextTarget.cpp", |
| 816 | "$_src/atlastext/SkInternalAtlasTextContext.cpp", |
| 817 | ] |