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