scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # Copyright 2015 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 5 | # Include this gypi to include all 'gpu' files |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 6 | # The parent gyp/gypi file must define |
| 7 | # 'skia_src_path' e.g. skia/trunk/src |
| 8 | # 'skia_include_path' e.g. skia/trunk/include |
| 9 | # |
| 10 | # The skia build defines these in common_variables.gypi |
| 11 | # |
| 12 | { |
| 13 | 'variables': { |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 14 | 'skgpu_sources': [ |
cdalton | ee0175f | 2015-06-12 08:21:26 -0700 | [diff] [blame] | 15 | '<(skia_include_path)/gpu/GrBlend.h', |
cdalton | 74b8d32 | 2016-04-11 14:47:28 -0700 | [diff] [blame] | 16 | '<(skia_include_path)/gpu/GrBuffer.h', |
| 17 | '<(skia_include_path)/gpu/GrBufferAccess.h', |
bsalomon | eb1cb5c | 2015-05-22 08:01:09 -0700 | [diff] [blame] | 18 | '<(skia_include_path)/gpu/GrCaps.h', |
joshualitt | 44701df | 2015-02-23 14:44:57 -0800 | [diff] [blame] | 19 | '<(skia_include_path)/gpu/GrClip.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 20 | '<(skia_include_path)/gpu/GrColor.h', |
brianosman | 54f30c1 | 2016-07-18 10:53:52 -0700 | [diff] [blame] | 21 | '<(skia_include_path)/gpu/GrColorSpaceXform.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 22 | '<(skia_include_path)/gpu/GrConfig.h', |
bsalomon | 682c269 | 2015-05-22 14:01:46 -0700 | [diff] [blame] | 23 | '<(skia_include_path)/gpu/GrContextOptions.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 24 | '<(skia_include_path)/gpu/GrContext.h', |
bsalomon@google.com | ea1abfc | 2013-10-02 15:02:55 +0000 | [diff] [blame] | 25 | '<(skia_include_path)/gpu/GrCoordTransform.h', |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 26 | '<(skia_include_path)/gpu/GrDrawContext.h', |
bsalomon | 6251d17 | 2014-10-15 10:50:36 -0700 | [diff] [blame] | 27 | '<(skia_include_path)/gpu/GrFragmentProcessor.h', |
bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 28 | '<(skia_include_path)/gpu/GrGpuResource.h', |
egdaniel | 605dd0f | 2014-11-12 08:35:25 -0800 | [diff] [blame] | 29 | '<(skia_include_path)/gpu/GrInvariantOutput.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 30 | '<(skia_include_path)/gpu/GrPaint.h', |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 31 | '<(skia_include_path)/gpu/GrProcessor.h', |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 32 | '<(skia_include_path)/gpu/GrProcessorUnitTest.h', |
bsalomon | 9574098 | 2014-09-04 13:12:37 -0700 | [diff] [blame] | 33 | '<(skia_include_path)/gpu/GrProgramElement.h', |
bsalomon | f96ba02 | 2014-09-17 08:05:40 -0700 | [diff] [blame] | 34 | '<(skia_include_path)/gpu/GrGpuResourceRef.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 35 | '<(skia_include_path)/gpu/GrRenderTarget.h', |
bsalomon | 744998e | 2014-08-28 09:54:34 -0700 | [diff] [blame] | 36 | '<(skia_include_path)/gpu/GrResourceKey.h', |
joshualitt | 6968428 | 2015-07-13 13:29:13 -0700 | [diff] [blame] | 37 | '<(skia_include_path)/gpu/GrShaderVar.h', |
joshualitt | 3df1e21 | 2015-07-14 11:02:45 -0700 | [diff] [blame] | 38 | '<(skia_include_path)/gpu/GrSurface.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 39 | '<(skia_include_path)/gpu/GrTexture.h', |
bsalomon | afa95e2 | 2015-10-12 10:39:46 -0700 | [diff] [blame] | 40 | '<(skia_include_path)/gpu/GrTextureParams.h', |
bsalomon | d309e7a | 2015-04-30 14:18:54 -0700 | [diff] [blame] | 41 | '<(skia_include_path)/gpu/GrTextureProvider.h', |
bsalomon@google.com | 047696c | 2012-09-11 13:29:29 +0000 | [diff] [blame] | 42 | '<(skia_include_path)/gpu/GrTextureAccess.h', |
joshualitt | 4eaf9ce | 2015-04-28 13:31:18 -0700 | [diff] [blame] | 43 | '<(skia_include_path)/gpu/GrTestUtils.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 44 | '<(skia_include_path)/gpu/GrTypes.h', |
bsalomon | e5286e0 | 2016-01-14 09:24:09 -0800 | [diff] [blame] | 45 | '<(skia_include_path)/gpu/GrTypesPriv.h', |
egdaniel | 378092f | 2014-12-03 10:40:13 -0800 | [diff] [blame] | 46 | '<(skia_include_path)/gpu/GrXferProcessor.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 47 | |
bsalomon | c9c3e62 | 2015-04-02 11:12:09 -0700 | [diff] [blame] | 48 | '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', |
egdaniel | b197b8f | 2015-02-17 07:34:43 -0800 | [diff] [blame] | 49 | '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
egdaniel | 0063a9b | 2015-01-15 10:52:32 -0800 | [diff] [blame] | 50 | '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
egdaniel | 8bf2bd3 | 2014-12-05 12:14:26 -0800 | [diff] [blame] | 51 | '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
wangyix | 809e5af | 2015-09-09 12:58:32 -0700 | [diff] [blame] | 52 | '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h', |
egdaniel | 8bf2bd3 | 2014-12-05 12:14:26 -0800 | [diff] [blame] | 53 | |
bsalomon | 062bd86 | 2016-03-31 10:22:20 -0700 | [diff] [blame] | 54 | '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 55 | '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
bsalomon@google.com | 1744f97 | 2013-02-26 21:46:32 +0000 | [diff] [blame] | 56 | '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 57 | '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 58 | '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
joshualitt | bab82ed | 2014-08-08 09:41:42 -0700 | [diff] [blame] | 59 | '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
bsalomon | 2fc11d3 | 2015-10-19 09:03:23 -0700 | [diff] [blame] | 60 | '<(skia_include_path)/gpu/gl/GrGLTypes.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 61 | |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 62 | # Private includes |
joshualitt | 27a48dc | 2016-01-08 07:19:47 -0800 | [diff] [blame] | 63 | '<(skia_include_path)/private/GrAuditTrail.h', |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 64 | '<(skia_include_path)/private/GrInstancedPipelineInfo.h', |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 65 | '<(skia_include_path)/private/GrSingleOwner.h', |
robertphillips | 76948d4 | 2016-05-04 12:47:41 -0700 | [diff] [blame] | 66 | '<(skia_include_path)/private/GrRenderTargetProxy.h', |
| 67 | '<(skia_include_path)/private/GrSurfaceProxy.h', |
| 68 | '<(skia_include_path)/private/GrTextureProxy.h', |
ajuma | 95243eb | 2016-08-24 08:19:02 -0700 | [diff] [blame] | 69 | '<(skia_include_path)/private/GrTextureStripAtlas.h', |
joshualitt | 1de610a | 2016-01-06 08:26:09 -0800 | [diff] [blame] | 70 | |
csmartdalton | 28341fa | 2016-08-17 10:00:21 -0700 | [diff] [blame] | 71 | '<(skia_src_path)/gpu/GrAppliedClip.h', |
joshualitt | 27a48dc | 2016-01-08 07:19:47 -0800 | [diff] [blame] | 72 | '<(skia_src_path)/gpu/GrAuditTrail.cpp', |
bsalomon | 6f7f201 | 2015-03-16 14:00:52 -0700 | [diff] [blame] | 73 | '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 74 | '<(skia_src_path)/gpu/GrAllocator.h', |
joshualitt | 5bf99f1 | 2015-03-13 11:47:42 -0700 | [diff] [blame] | 75 | '<(skia_src_path)/gpu/GrBatchAtlas.cpp', |
| 76 | '<(skia_src_path)/gpu/GrBatchAtlas.h', |
bsalomon | 7539856 | 2015-08-17 12:55:38 -0700 | [diff] [blame] | 77 | '<(skia_src_path)/gpu/GrBatchFlushState.cpp', |
| 78 | '<(skia_src_path)/gpu/GrBatchFlushState.h', |
joshualitt | 3f655f3 | 2015-04-29 10:01:22 -0700 | [diff] [blame] | 79 | '<(skia_src_path)/gpu/GrBatchTest.cpp', |
| 80 | '<(skia_src_path)/gpu/GrBatchTest.h', |
bsalomon | ae4738f | 2015-09-15 15:33:27 -0700 | [diff] [blame] | 81 | '<(skia_src_path)/gpu/GrBlend.cpp', |
robertphillips | ccb1b57 | 2015-05-27 11:02:55 -0700 | [diff] [blame] | 82 | '<(skia_src_path)/gpu/GrBlurUtils.cpp', |
| 83 | '<(skia_src_path)/gpu/GrBlurUtils.h', |
csmartdalton | 485a120 | 2016-07-13 10:16:32 -0700 | [diff] [blame] | 84 | '<(skia_src_path)/gpu/GrBuffer.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 85 | '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
| 86 | '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
bsalomon | dc47ff7 | 2015-05-26 12:16:59 -0700 | [diff] [blame] | 87 | '<(skia_src_path)/gpu/GrCaps.cpp', |
csmartdalton | c6f411e | 2016-08-05 22:32:12 -0700 | [diff] [blame] | 88 | '<(skia_src_path)/gpu/GrClipStackClip.h', |
| 89 | '<(skia_src_path)/gpu/GrClipStackClip.cpp', |
brianosman | 54f30c1 | 2016-07-18 10:53:52 -0700 | [diff] [blame] | 90 | '<(skia_src_path)/gpu/GrColorSpaceXform.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 91 | '<(skia_src_path)/gpu/GrContext.cpp', |
robertphillips | 4fd74ae | 2016-08-03 14:26:53 -0700 | [diff] [blame] | 92 | '<(skia_src_path)/gpu/GrContextPriv.h', |
bsalomon | 17168df | 2014-12-09 09:00:49 -0800 | [diff] [blame] | 93 | '<(skia_src_path)/gpu/GrCoordTransform.cpp', |
joshualitt | 4973d9d | 2014-11-08 09:24:25 -0800 | [diff] [blame] | 94 | '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
| 95 | '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
robertphillips | ea46150 | 2015-05-26 11:38:03 -0700 | [diff] [blame] | 96 | '<(skia_src_path)/gpu/GrDrawContext.cpp', |
robertphillips | 391395d | 2016-03-02 09:26:36 -0800 | [diff] [blame] | 97 | '<(skia_src_path)/gpu/GrDrawContextPriv.h', |
joshualitt | 96880d9 | 2016-02-16 10:36:53 -0800 | [diff] [blame] | 98 | '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', |
| 99 | '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', |
robertphillips | 3dc6ae5 | 2015-10-20 09:54:32 -0700 | [diff] [blame] | 100 | '<(skia_src_path)/gpu/GrDrawingManager.cpp', |
| 101 | '<(skia_src_path)/gpu/GrDrawingManager.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 102 | '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 103 | '<(skia_src_path)/gpu/GrDrawTarget.h', |
csmartdalton | 02fa32c | 2016-08-19 13:29:27 -0700 | [diff] [blame] | 104 | '<(skia_src_path)/gpu/GrFixedClip.cpp', |
| 105 | '<(skia_src_path)/gpu/GrFixedClip.h', |
bsalomon | bf87730 | 2015-09-22 09:06:13 -0700 | [diff] [blame] | 106 | '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', |
joshualitt | 02bcd9d | 2014-11-19 08:24:09 -0800 | [diff] [blame] | 107 | '<(skia_src_path)/gpu/GrGeometryProcessor.h', |
djsollen | 0b17d6c | 2014-11-13 12:52:35 -0800 | [diff] [blame] | 108 | '<(skia_src_path)/gpu/GrGlyph.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 109 | '<(skia_src_path)/gpu/GrGpu.cpp', |
| 110 | '<(skia_src_path)/gpu/GrGpu.h', |
bsalomon | 453cf40 | 2014-11-11 14:15:57 -0800 | [diff] [blame] | 111 | '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', |
egdaniel | 9cb6340 | 2016-06-23 08:37:05 -0700 | [diff] [blame] | 112 | '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp', |
egdaniel | 066df7c | 2016-06-08 14:02:27 -0700 | [diff] [blame] | 113 | '<(skia_src_path)/gpu/GrGpuCommandBuffer.h', |
bsalomon | 3582d3e | 2015-02-13 14:20:05 -0800 | [diff] [blame] | 114 | '<(skia_src_path)/gpu/GrGpuResourcePriv.h', |
bsalomon | 6d3fe02 | 2014-07-25 08:35:45 -0700 | [diff] [blame] | 115 | '<(skia_src_path)/gpu/GrGpuResource.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 116 | '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
egdaniel | 384181c | 2015-03-26 09:09:41 -0700 | [diff] [blame] | 117 | '<(skia_src_path)/gpu/GrGpuFactory.h', |
bsalomon | c55271f | 2015-11-09 11:55:57 -0800 | [diff] [blame] | 118 | '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', |
| 119 | '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', |
egdaniel | 605dd0f | 2014-11-12 08:35:25 -0800 | [diff] [blame] | 120 | '<(skia_src_path)/gpu/GrInvariantOutput.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 121 | '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
| 122 | '<(skia_src_path)/gpu/GrMemoryPool.h', |
egdaniel | 0e1853c | 2016-03-17 11:35:45 -0700 | [diff] [blame] | 123 | '<(skia_src_path)/gpu/GrMesh.h', |
joshualitt | 2419b36 | 2015-07-13 09:29:42 -0700 | [diff] [blame] | 124 | '<(skia_src_path)/gpu/GrNonAtomicRef.h', |
commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 125 | '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
jvanverth@google.com | bfe2b9d | 2013-09-06 16:57:29 +0000 | [diff] [blame] | 126 | '<(skia_src_path)/gpu/GrOvalRenderer.h', |
commit-bot@chromium.org | 42dacab | 2013-07-13 17:24:24 +0000 | [diff] [blame] | 127 | '<(skia_src_path)/gpu/GrPaint.cpp', |
robertphillips@google.com | 7fa1876 | 2012-09-11 13:02:31 +0000 | [diff] [blame] | 128 | '<(skia_src_path)/gpu/GrPath.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 129 | '<(skia_src_path)/gpu/GrPath.h', |
joshualitt | 8072caa | 2015-02-12 14:20:52 -0800 | [diff] [blame] | 130 | '<(skia_src_path)/gpu/GrPathProcessor.cpp', |
| 131 | '<(skia_src_path)/gpu/GrPathProcessor.h', |
cdalton | 855d83f | 2014-09-18 13:51:53 -0700 | [diff] [blame] | 132 | '<(skia_src_path)/gpu/GrPathRange.cpp', |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 133 | '<(skia_src_path)/gpu/GrPathRange.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 134 | '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
robertphillips | 6873782 | 2015-10-29 12:12:21 -0700 | [diff] [blame] | 135 | '<(skia_src_path)/gpu/GrPathRendererChain.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 136 | '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
| 137 | '<(skia_src_path)/gpu/GrPathRenderer.h', |
cdalton | 855d83f | 2014-09-18 13:51:53 -0700 | [diff] [blame] | 138 | '<(skia_src_path)/gpu/GrPathRendering.cpp', |
kkinnunen | ccdaa04 | 2014-08-20 01:36:23 -0700 | [diff] [blame] | 139 | '<(skia_src_path)/gpu/GrPathRendering.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 140 | '<(skia_src_path)/gpu/GrPathUtils.cpp', |
| 141 | '<(skia_src_path)/gpu/GrPathUtils.h', |
bsalomon | ae59b77 | 2014-11-19 08:23:49 -0800 | [diff] [blame] | 142 | '<(skia_src_path)/gpu/GrPendingProgramElement.h', |
egdaniel | 8dd688b | 2015-01-22 10:16:09 -0800 | [diff] [blame] | 143 | '<(skia_src_path)/gpu/GrPipeline.cpp', |
| 144 | '<(skia_src_path)/gpu/GrPipeline.h', |
| 145 | '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', |
| 146 | '<(skia_src_path)/gpu/GrPipelineBuilder.h', |
joshualitt | 8072caa | 2015-02-12 14:20:52 -0800 | [diff] [blame] | 147 | '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', |
| 148 | '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', |
egdaniel | 5d8f69f | 2016-09-07 07:24:12 -0700 | [diff] [blame] | 149 | '<(skia_src_path)/gpu/GrProgramDesc.cpp', |
joshualitt | 79f8fae | 2014-10-28 17:59:26 -0700 | [diff] [blame] | 150 | '<(skia_src_path)/gpu/GrProgramDesc.h', |
bsalomon | 9574098 | 2014-09-04 13:12:37 -0700 | [diff] [blame] | 151 | '<(skia_src_path)/gpu/GrProgramElement.cpp', |
joshualitt | b0a8a37 | 2014-09-23 09:50:21 -0700 | [diff] [blame] | 152 | '<(skia_src_path)/gpu/GrProcessor.cpp', |
bsalomon | ae4738f | 2015-09-15 15:33:27 -0700 | [diff] [blame] | 153 | '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', |
egdaniel | b6cbc38 | 2014-11-13 11:00:34 -0800 | [diff] [blame] | 154 | '<(skia_src_path)/gpu/GrProcOptInfo.cpp', |
| 155 | '<(skia_src_path)/gpu/GrProcOptInfo.h', |
bsalomon | f96ba02 | 2014-09-17 08:05:40 -0700 | [diff] [blame] | 156 | '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', |
joshualitt | ae5b2c6 | 2015-08-19 08:48:41 -0700 | [diff] [blame] | 157 | '<(skia_src_path)/gpu/GrQuad.h', |
reed | 98e7538 | 2015-12-26 18:20:00 -0800 | [diff] [blame] | 158 | '<(skia_src_path)/gpu/GrRect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 159 | '<(skia_src_path)/gpu/GrRectanizer.h', |
commit-bot@chromium.org | ad854bf | 2014-05-29 18:46:38 +0000 | [diff] [blame] | 160 | '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', |
| 161 | '<(skia_src_path)/gpu/GrRectanizer_pow2.h', |
commit-bot@chromium.org | 09846a0 | 2013-10-02 17:37:59 +0000 | [diff] [blame] | 162 | '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', |
commit-bot@chromium.org | ad854bf | 2014-05-29 18:46:38 +0000 | [diff] [blame] | 163 | '<(skia_src_path)/gpu/GrRectanizer_skyline.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 164 | '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
bsalomon | 6bc1b5f | 2015-02-23 09:06:38 -0800 | [diff] [blame] | 165 | '<(skia_src_path)/gpu/GrRenderTargetPriv.h', |
robertphillips | 76948d4 | 2016-05-04 12:47:41 -0700 | [diff] [blame] | 166 | '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp', |
bsalomon@google.com | 170bd79 | 2012-12-05 22:26:11 +0000 | [diff] [blame] | 167 | '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 168 | '<(skia_src_path)/gpu/GrReducedClip.h', |
bsalomon | 0ea80f4 | 2015-02-11 10:49:59 -0800 | [diff] [blame] | 169 | '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 170 | '<(skia_src_path)/gpu/GrResourceCache.h', |
egdaniel | 167ab91 | 2016-05-09 11:03:48 -0700 | [diff] [blame] | 171 | '<(skia_src_path)/gpu/GrResourceHandle.h', |
bsalomon | ed0bcad | 2015-05-04 10:36:42 -0700 | [diff] [blame] | 172 | '<(skia_src_path)/gpu/GrResourceProvider.cpp', |
| 173 | '<(skia_src_path)/gpu/GrResourceProvider.h', |
csmartdalton | bf4a8f9 | 2016-09-06 10:01:06 -0700 | [diff] [blame] | 174 | '<(skia_src_path)/gpu/GrScissorState.h', |
bsalomon | 47cc769 | 2016-04-26 12:56:00 -0700 | [diff] [blame] | 175 | '<(skia_src_path)/gpu/GrShape.cpp', |
| 176 | '<(skia_src_path)/gpu/GrShape.h', |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 177 | '<(skia_src_path)/gpu/GrStencilAttachment.cpp', |
| 178 | '<(skia_src_path)/gpu/GrStencilAttachment.h', |
cdalton | 93a379b | 2016-05-11 13:58:08 -0700 | [diff] [blame] | 179 | '<(skia_src_path)/gpu/GrStencilSettings.cpp', |
| 180 | '<(skia_src_path)/gpu/GrStencilSettings.h', |
bsalomon | 47cc769 | 2016-04-26 12:56:00 -0700 | [diff] [blame] | 181 | '<(skia_src_path)/gpu/GrStyle.cpp', |
| 182 | '<(skia_src_path)/gpu/GrStyle.h', |
ethannicholas | e9709e8 | 2016-01-07 13:34:16 -0800 | [diff] [blame] | 183 | '<(skia_src_path)/gpu/GrTessellator.cpp', |
| 184 | '<(skia_src_path)/gpu/GrTessellator.h', |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 185 | '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 186 | '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 187 | '<(skia_src_path)/gpu/GrTracing.h', |
joshualitt | 4eaf9ce | 2015-04-28 13:31:18 -0700 | [diff] [blame] | 188 | '<(skia_src_path)/gpu/GrTestUtils.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 189 | '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 190 | '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 191 | '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 192 | '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
bsalomon | afbf2d6 | 2014-09-30 12:18:44 -0700 | [diff] [blame] | 193 | '<(skia_src_path)/gpu/GrSurfacePriv.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 194 | '<(skia_src_path)/gpu/GrSurface.cpp', |
robertphillips | 76948d4 | 2016-05-04 12:47:41 -0700 | [diff] [blame] | 195 | '<(skia_src_path)/gpu/GrSurfaceProxy.cpp', |
bsalomon | 7f9b2e4 | 2016-01-12 13:29:26 -0800 | [diff] [blame] | 196 | '<(skia_src_path)/gpu/GrSwizzle.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 197 | '<(skia_src_path)/gpu/GrTexture.cpp', |
bsalomon | 045802d | 2015-10-20 07:58:01 -0700 | [diff] [blame] | 198 | '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', |
| 199 | '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', |
robertphillips | 4f16e63 | 2016-05-03 12:56:04 -0700 | [diff] [blame] | 200 | '<(skia_src_path)/gpu/GrTexturePriv.h', |
robertphillips | 76948d4 | 2016-05-04 12:47:41 -0700 | [diff] [blame] | 201 | '<(skia_src_path)/gpu/GrTextureProvider.cpp', |
| 202 | '<(skia_src_path)/gpu/GrTextureProxy.cpp', |
bsalomon | f267c1e | 2016-02-01 13:16:14 -0800 | [diff] [blame] | 203 | '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', |
| 204 | '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', |
bsalomon@google.com | 047696c | 2012-09-11 13:29:29 +0000 | [diff] [blame] | 205 | '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
cdalton | 6819df3 | 2014-10-15 13:43:48 -0700 | [diff] [blame] | 206 | '<(skia_src_path)/gpu/GrTRecorder.h', |
cdalton | 93a379b | 2016-05-11 13:58:08 -0700 | [diff] [blame] | 207 | '<(skia_src_path)/gpu/GrUserStencilSettings.h', |
csmartdalton | 28341fa | 2016-08-17 10:00:21 -0700 | [diff] [blame] | 208 | '<(skia_src_path)/gpu/GrWindowRectangles.h', |
csmartdalton | bf4a8f9 | 2016-09-06 10:01:06 -0700 | [diff] [blame] | 209 | '<(skia_src_path)/gpu/GrWindowRectsState.h', |
bsalomon | 50785a3 | 2015-02-06 07:02:37 -0800 | [diff] [blame] | 210 | '<(skia_src_path)/gpu/GrXferProcessor.cpp', |
reed | 43fe618 | 2015-09-08 08:37:36 -0700 | [diff] [blame] | 211 | '<(skia_src_path)/gpu/GrYUVProvider.cpp', |
| 212 | '<(skia_src_path)/gpu/GrYUVProvider.h', |
| 213 | |
joshualitt | 7441782 | 2015-08-07 11:42:16 -0700 | [diff] [blame] | 214 | # Batches |
joshualitt | 6335a72 | 2015-09-01 06:50:55 -0700 | [diff] [blame] | 215 | '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', |
| 216 | '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h', |
| 217 | '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp', |
| 218 | '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h', |
| 219 | '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp', |
| 220 | '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h', |
| 221 | '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp', |
| 222 | '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h', |
| 223 | '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp', |
| 224 | '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h', |
joshualitt | 9ff6425 | 2015-08-10 09:03:51 -0700 | [diff] [blame] | 225 | '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', |
| 226 | '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', |
| 227 | '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', |
| 228 | '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', |
dvonbeck | 09e12a6 | 2016-08-12 12:50:36 -0700 | [diff] [blame] | 229 | '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.cpp', |
| 230 | '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.h', |
joshualitt | a751c97 | 2015-11-20 13:37:32 -0800 | [diff] [blame] | 231 | '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.cpp', |
| 232 | '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.h', |
joshualitt | 7441782 | 2015-08-07 11:42:16 -0700 | [diff] [blame] | 233 | '<(skia_src_path)/gpu/batches/GrBatch.cpp', |
| 234 | '<(skia_src_path)/gpu/batches/GrBatch.h', |
bsalomon | 5346983 | 2015-08-18 09:20:09 -0700 | [diff] [blame] | 235 | '<(skia_src_path)/gpu/batches/GrClearBatch.h', |
robertphillips | 9199a9f | 2016-07-13 07:48:43 -0700 | [diff] [blame] | 236 | '<(skia_src_path)/gpu/batches/GrClearStencilClipBatch.h', |
bsalomon | 872062c | 2015-08-18 12:12:35 -0700 | [diff] [blame] | 237 | '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', |
| 238 | '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', |
joshualitt | 6335a72 | 2015-09-01 06:50:55 -0700 | [diff] [blame] | 239 | '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp', |
| 240 | '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h', |
joshualitt | 0cffb17 | 2015-09-02 08:42:16 -0700 | [diff] [blame] | 241 | '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp', |
| 242 | '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h', |
bsalomon | 5346983 | 2015-08-18 09:20:09 -0700 | [diff] [blame] | 243 | '<(skia_src_path)/gpu/batches/GrDiscardBatch.h', |
bsalomon | 16b9913 | 2015-08-13 14:55:50 -0700 | [diff] [blame] | 244 | '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp', |
| 245 | '<(skia_src_path)/gpu/batches/GrDrawBatch.h', |
jvanverth | 14b8803 | 2015-08-07 12:18:54 -0700 | [diff] [blame] | 246 | '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', |
| 247 | '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', |
bsalomon | 1fcc01c | 2015-09-09 09:48:06 -0700 | [diff] [blame] | 248 | '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', |
bsalomon | add79ef | 2015-08-19 13:26:49 -0700 | [diff] [blame] | 249 | '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', |
joshualitt | 2771b56 | 2015-08-07 12:46:26 -0700 | [diff] [blame] | 250 | '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', |
| 251 | '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', |
ethannicholas | 6536ae5 | 2016-05-02 12:16:49 -0700 | [diff] [blame] | 252 | '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp', |
| 253 | '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h', |
joshualitt | bcf33d5 | 2015-08-26 08:10:35 -0700 | [diff] [blame] | 254 | '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', |
| 255 | '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', |
robertphillips | 01a1950 | 2016-07-06 09:58:57 -0700 | [diff] [blame] | 256 | '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp', |
joshualitt | 3566d44 | 2015-09-18 07:12:55 -0700 | [diff] [blame] | 257 | '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', |
| 258 | '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', |
joshualitt | 33a5fce | 2015-11-18 13:28:51 -0800 | [diff] [blame] | 259 | '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', |
| 260 | '<(skia_src_path)/gpu/batches/GrNinePatch.h', |
ethannicholas | 2279325 | 2016-01-30 09:59:10 -0800 | [diff] [blame] | 261 | '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', |
| 262 | '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', |
joshualitt | ecd1a69 | 2015-08-10 10:08:26 -0700 | [diff] [blame] | 263 | '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', |
| 264 | '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', |
msarett | cc319b9 | 2016-08-25 18:07:18 -0700 | [diff] [blame] | 265 | '<(skia_src_path)/gpu/batches/GrRegionBatch.cpp', |
| 266 | '<(skia_src_path)/gpu/batches/GrRegionBatch.h', |
joshualitt | 6335a72 | 2015-09-01 06:50:55 -0700 | [diff] [blame] | 267 | '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', |
| 268 | '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', |
bsalomon | a44919e | 2015-08-18 13:28:19 -0700 | [diff] [blame] | 269 | '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', |
joshualitt | 6335a72 | 2015-09-01 06:50:55 -0700 | [diff] [blame] | 270 | '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', |
| 271 | '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', |
bsalomon | 16b9913 | 2015-08-13 14:55:50 -0700 | [diff] [blame] | 272 | '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', |
| 273 | '<(skia_src_path)/gpu/batches/GrVertexBatch.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 274 | |
| 275 | '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 276 | '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 277 | '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
bsalomon | c9c3e62 | 2015-04-02 11:12:09 -0700 | [diff] [blame] | 278 | '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', |
egdaniel | 8750924 | 2014-12-17 13:37:13 -0800 | [diff] [blame] | 279 | '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', |
egdaniel | 0063a9b | 2015-01-15 10:52:32 -0800 | [diff] [blame] | 280 | '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', |
commit-bot@chromium.org | 07e1c3f | 2013-08-22 20:41:15 +0000 | [diff] [blame] | 281 | '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 282 | '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 283 | '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 284 | '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
commit-bot@chromium.org | c3fe549 | 2014-01-30 18:15:51 +0000 | [diff] [blame] | 285 | '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| 286 | '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
humper@google.com | 3aad3b0 | 2013-09-04 19:23:53 +0000 | [diff] [blame] | 287 | '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 288 | '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
egdaniel | 309e346 | 2014-12-09 10:35:58 -0800 | [diff] [blame] | 289 | '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', |
| 290 | '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', |
commit-bot@chromium.org | 628ed0b | 2014-05-19 14:32:49 +0000 | [diff] [blame] | 291 | '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 292 | '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
egdaniel | 080e673 | 2014-12-22 07:35:52 -0800 | [diff] [blame] | 293 | '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', |
egdaniel | 3936ce4 | 2014-12-22 11:20:57 -0800 | [diff] [blame] | 294 | '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', |
jvanverth | 8ed3b9a | 2015-04-09 08:00:49 -0700 | [diff] [blame] | 295 | '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', |
| 296 | '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', |
krajcevski | f461a8f | 2014-06-19 14:14:06 -0700 | [diff] [blame] | 297 | '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', |
| 298 | '<(skia_src_path)/gpu/effects/GrDitherEffect.h', |
brianosman | 2d1ee79 | 2016-05-05 12:24:31 -0700 | [diff] [blame] | 299 | '<(skia_src_path)/gpu/effects/GrGammaEffect.cpp', |
| 300 | '<(skia_src_path)/gpu/effects/GrGammaEffect.h', |
joshualitt | ac97792 | 2014-07-22 09:52:11 -0700 | [diff] [blame] | 301 | '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', |
| 302 | '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', |
commit-bot@chromium.org | 3eedb80 | 2014-03-28 15:58:31 +0000 | [diff] [blame] | 303 | '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 304 | '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
egdaniel | 378092f | 2014-12-03 10:40:13 -0800 | [diff] [blame] | 305 | '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', |
commit-bot@chromium.org | c2f7824 | 2014-02-19 15:18:05 +0000 | [diff] [blame] | 306 | '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 307 | '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
bsalomon@google.com | 68b58c9 | 2013-01-17 16:50:08 +0000 | [diff] [blame] | 308 | '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 309 | '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 310 | '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
bsalomon@google.com | ee9fb43 | 2013-12-09 18:48:51 +0000 | [diff] [blame] | 311 | '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
commit-bot@chromium.org | 907fbd5 | 2013-12-09 17:03:02 +0000 | [diff] [blame] | 312 | '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
bsalomon@google.com | ee9fb43 | 2013-12-09 18:48:51 +0000 | [diff] [blame] | 313 | '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
commit-bot@chromium.org | ff6ea26 | 2013-03-12 12:26:08 +0000 | [diff] [blame] | 314 | '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
wangyix | 809e5af | 2015-09-09 12:58:32 -0700 | [diff] [blame] | 315 | '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', |
bsalomon | f267c1e | 2016-02-01 13:16:14 -0800 | [diff] [blame] | 316 | '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp', |
| 317 | '<(skia_src_path)/gpu/effects/GrYUVEffect.h', |
skia.committer@gmail.com | 91274b9 | 2013-03-13 07:01:04 +0000 | [diff] [blame] | 318 | |
csmartdalton | a7f2964 | 2016-07-07 08:49:11 -0700 | [diff] [blame] | 319 | '<(skia_src_path)/gpu/instanced/InstancedRendering.cpp', |
| 320 | '<(skia_src_path)/gpu/instanced/InstancedRendering.h', |
| 321 | '<(skia_src_path)/gpu/instanced/InstancedRenderingTypes.h', |
| 322 | '<(skia_src_path)/gpu/instanced/InstanceProcessor.cpp', |
| 323 | '<(skia_src_path)/gpu/instanced/InstanceProcessor.h', |
| 324 | '<(skia_src_path)/gpu/instanced/GLInstancedRendering.cpp', |
| 325 | '<(skia_src_path)/gpu/instanced/GLInstancedRendering.h', |
| 326 | |
joshualitt | e804292 | 2015-12-11 06:11:21 -0800 | [diff] [blame] | 327 | # text |
| 328 | '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp', |
joshualitt | ddd22d8 | 2016-02-16 06:47:52 -0800 | [diff] [blame] | 329 | '<(skia_src_path)/gpu/text/GrAtlasTextBlob_regenInBatch.cpp', |
joshualitt | e804292 | 2015-12-11 06:11:21 -0800 | [diff] [blame] | 330 | '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h', |
| 331 | '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp', |
| 332 | '<(skia_src_path)/gpu/text/GrAtlasTextContext.h', |
| 333 | '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', |
| 334 | '<(skia_src_path)/gpu/text/GrBatchFontCache.h', |
| 335 | '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', |
| 336 | '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', |
joshualitt | e804292 | 2015-12-11 06:11:21 -0800 | [diff] [blame] | 337 | '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', |
| 338 | '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', |
| 339 | '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', |
| 340 | '<(skia_src_path)/gpu/text/GrTextBlobCache.h', |
joshualitt | e804292 | 2015-12-11 06:11:21 -0800 | [diff] [blame] | 341 | '<(skia_src_path)/gpu/text/GrTextUtils.cpp', |
| 342 | '<(skia_src_path)/gpu/text/GrTextUtils.h', |
| 343 | |
commit-bot@chromium.org | 9add5dc | 2014-04-29 20:06:22 +0000 | [diff] [blame] | 344 | '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', |
cdalton | 397536c | 2016-03-25 12:15:03 -0700 | [diff] [blame] | 345 | '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp', |
| 346 | '<(skia_src_path)/gpu/gl/GrGLBuffer.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 347 | '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| 348 | '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
robertphillips@google.com | 6177e69 | 2013-02-28 20:16:25 +0000 | [diff] [blame] | 349 | '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
| 350 | '<(skia_src_path)/gpu/gl/GrGLContext.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 351 | '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
bsalomon | 3724e57 | 2016-03-30 18:56:19 -0700 | [diff] [blame] | 352 | '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 353 | '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 354 | '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
jvanverth | cba99b8 | 2015-06-24 06:59:57 -0700 | [diff] [blame] | 355 | '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', |
| 356 | '<(skia_src_path)/gpu/gl/GrGLGLSL.h', |
jvanverth | 39edf76 | 2014-12-22 11:44:19 -0800 | [diff] [blame] | 357 | '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', |
| 358 | '<(skia_src_path)/gpu/gl/GrGLGpu.h', |
egdaniel | 066df7c | 2016-06-08 14:02:27 -0700 | [diff] [blame] | 359 | '<(skia_src_path)/gpu/gl/GrGLGpuCommandBuffer.h', |
bsalomon | 29097f9 | 2014-12-16 08:13:53 -0800 | [diff] [blame] | 360 | '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', |
bsalomon@google.com | 1744f97 | 2013-02-26 21:46:32 +0000 | [diff] [blame] | 361 | '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 362 | '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 363 | '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
| 364 | '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
| 365 | '<(skia_src_path)/gpu/gl/GrGLPath.h', |
cdalton | b85a0aa | 2014-07-21 15:32:44 -0700 | [diff] [blame] | 366 | '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
| 367 | '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
cdalton | c7103a1 | 2014-08-11 14:05:05 -0700 | [diff] [blame] | 368 | '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |
| 369 | '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 370 | '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| 371 | '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
kkinnunen | 7510b22 | 2014-07-30 00:04:16 -0700 | [diff] [blame] | 372 | '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
| 373 | '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 374 | '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
| 375 | '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
egdaniel | 09aa1fc | 2016-04-20 07:09:46 -0700 | [diff] [blame] | 376 | '<(skia_src_path)/gpu/gl/GrGLSampler.h', |
egdaniel | 8dc7c3a | 2015-04-16 11:22:42 -0700 | [diff] [blame] | 377 | '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', |
| 378 | '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', |
bsalomon | b5a94e3 | 2016-03-18 12:07:24 -0700 | [diff] [blame] | 379 | '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', |
| 380 | '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 381 | '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
| 382 | '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
ericrk | 0a5fa48 | 2015-09-15 14:16:10 -0700 | [diff] [blame] | 383 | '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', |
bsalomon | 37dd331 | 2014-11-03 08:47:23 -0800 | [diff] [blame] | 384 | '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 385 | '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
| 386 | '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
egdaniel | 7ea439b | 2015-12-03 09:20:44 -0800 | [diff] [blame] | 387 | '<(skia_src_path)/gpu/gl/GrGLUniformHandler.cpp', |
| 388 | '<(skia_src_path)/gpu/gl/GrGLUniformHandler.h', |
egdaniel | 0eafe79 | 2015-11-20 14:01:22 -0800 | [diff] [blame] | 389 | '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp', |
| 390 | '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h', |
bsalomon@google.com | 6918d48 | 2013-03-07 19:09:11 +0000 | [diff] [blame] | 391 | '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
| 392 | '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 393 | |
joshualitt | 30ba436 | 2014-08-21 20:18:45 -0700 | [diff] [blame] | 394 | # Files for building GLSL shaders |
joshualitt | db0d3ca | 2014-10-07 12:42:26 -0700 | [diff] [blame] | 395 | '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', |
| 396 | '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', |
joshualitt | 30ba436 | 2014-08-21 20:18:45 -0700 | [diff] [blame] | 397 | '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', |
| 398 | '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', |
joshualitt | 47bb382 | 2014-10-07 16:43:25 -0700 | [diff] [blame] | 399 | '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
joshualitt | 30ba436 | 2014-08-21 20:18:45 -0700 | [diff] [blame] | 400 | |
jvanverth | cba99b8 | 2015-06-24 06:59:57 -0700 | [diff] [blame] | 401 | # GLSL |
jvanverth | cba99b8 | 2015-06-24 06:59:57 -0700 | [diff] [blame] | 402 | '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', |
| 403 | '<(skia_src_path)/gpu/glsl/GrGLSL.h', |
| 404 | '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', |
egdaniel | 64c4728 | 2015-11-13 06:54:19 -0800 | [diff] [blame] | 405 | '<(skia_src_path)/gpu/glsl/GrGLSLBlend.cpp', |
| 406 | '<(skia_src_path)/gpu/glsl/GrGLSLBlend.h', |
egdaniel | 0d3f061 | 2015-10-21 10:45:48 -0700 | [diff] [blame] | 407 | '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', |
| 408 | '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', |
brianosman | 54f30c1 | 2016-07-18 10:53:52 -0700 | [diff] [blame] | 409 | '<(skia_src_path)/gpu/glsl/GrGLSLColorSpaceXformHelper.h', |
egdaniel | 64c4728 | 2015-11-13 06:54:19 -0800 | [diff] [blame] | 410 | '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.cpp', |
| 411 | '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.h', |
egdaniel | 2d721d3 | 2015-11-11 13:06:05 -0800 | [diff] [blame] | 412 | '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp', |
| 413 | '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h', |
egdaniel | e659a58 | 2015-11-13 09:55:43 -0800 | [diff] [blame] | 414 | '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.cpp', |
| 415 | '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h', |
egdaniel | 2d721d3 | 2015-11-11 13:06:05 -0800 | [diff] [blame] | 416 | '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', |
| 417 | '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h', |
egdaniel | e659a58 | 2015-11-13 09:55:43 -0800 | [diff] [blame] | 418 | '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp', |
| 419 | '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h', |
egdaniel | 8dcdedc | 2015-11-11 06:27:20 -0800 | [diff] [blame] | 420 | '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', |
| 421 | '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', |
egdaniel | 2829bb7 | 2016-02-03 09:52:51 -0800 | [diff] [blame] | 422 | '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp', |
egdaniel | 018fb62 | 2015-10-28 07:26:40 -0700 | [diff] [blame] | 423 | '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', |
cdalton | 3f6f76f | 2016-04-11 12:18:09 -0700 | [diff] [blame] | 424 | '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h', |
egdaniel | 2d721d3 | 2015-11-11 13:06:05 -0800 | [diff] [blame] | 425 | '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp', |
| 426 | '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h', |
egdaniel | 0d3f061 | 2015-10-21 10:45:48 -0700 | [diff] [blame] | 427 | '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', |
egdaniel | 7ea439b | 2015-12-03 09:20:44 -0800 | [diff] [blame] | 428 | '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h', |
egdaniel | 64c4728 | 2015-11-13 06:54:19 -0800 | [diff] [blame] | 429 | '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp', |
| 430 | '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h', |
egdaniel | 0eafe79 | 2015-11-20 14:01:22 -0800 | [diff] [blame] | 431 | '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp', |
| 432 | '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h', |
egdaniel | 2d721d3 | 2015-11-11 13:06:05 -0800 | [diff] [blame] | 433 | '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', |
| 434 | '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h', |
egdaniel | fa4cc8b | 2015-11-13 08:34:52 -0800 | [diff] [blame] | 435 | '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp', |
| 436 | '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h', |
jvanverth | cba99b8 | 2015-06-24 06:59:57 -0700 | [diff] [blame] | 437 | |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 438 | # Sk files |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 439 | '<(skia_include_path)/gpu/SkGr.h', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 440 | |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 441 | '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
bsalomon | 3850971 | 2014-09-17 07:44:25 -0700 | [diff] [blame] | 442 | '<(skia_src_path)/gpu/SkGpuDevice.h', |
bsalomon | c55271f | 2015-11-09 11:55:57 -0800 | [diff] [blame] | 443 | '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 444 | '<(skia_src_path)/gpu/SkGr.cpp', |
bsalomon | f1b7a1d | 2015-09-28 06:26:28 -0700 | [diff] [blame] | 445 | '<(skia_src_path)/gpu/SkGrPriv.h', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 446 | |
bsalomon | eaaaf0b | 2015-01-23 08:08:04 -0800 | [diff] [blame] | 447 | '<(skia_src_path)/image/SkImage_Gpu.h', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 448 | '<(skia_src_path)/image/SkImage_Gpu.cpp', |
robertphillips | 7b9e8a4 | 2014-12-11 08:20:31 -0800 | [diff] [blame] | 449 | '<(skia_src_path)/image/SkSurface_Gpu.h', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 450 | '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 451 | ], |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 452 | 'skgpu_vk_sources': [ |
jvanverth | 633b356 | 2016-03-23 11:01:22 -0700 | [diff] [blame] | 453 | '<(skia_include_path)/gpu/vk/GrVkBackendContext.h', |
jvanverth | e50f3e7 | 2016-03-28 07:03:06 -0700 | [diff] [blame] | 454 | '<(skia_include_path)/gpu/vk/GrVkDefines.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 455 | '<(skia_include_path)/gpu/vk/GrVkInterface.h', |
jvanverth | 633b356 | 2016-03-23 11:01:22 -0700 | [diff] [blame] | 456 | '<(skia_include_path)/gpu/vk/GrVkTypes.h', |
| 457 | '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 458 | '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp', |
| 459 | '<(skia_src_path)/gpu/vk/GrVkBuffer.h', |
| 460 | '<(skia_src_path)/gpu/vk/GrVkCaps.cpp', |
| 461 | '<(skia_src_path)/gpu/vk/GrVkCaps.h', |
| 462 | '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp', |
| 463 | '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h', |
egdaniel | bc9b296 | 2016-09-27 08:00:53 -0700 | [diff] [blame] | 464 | '<(skia_src_path)/gpu/vk/GrVkCopyManager.cpp', |
| 465 | '<(skia_src_path)/gpu/vk/GrVkCopyManager.h', |
egdaniel | 12c7563 | 2016-09-19 13:39:34 -0700 | [diff] [blame] | 466 | '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.cpp', |
| 467 | '<(skia_src_path)/gpu/vk/GrVkCopyPipeline.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 468 | '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp', |
| 469 | '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h', |
egdaniel | a95220d | 2016-07-21 11:50:37 -0700 | [diff] [blame] | 470 | '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', |
| 471 | '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.h', |
| 472 | '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.cpp', |
| 473 | '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.h', |
jvanverth | d2497f3 | 2016-03-18 12:39:05 -0700 | [diff] [blame] | 474 | '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp', |
| 475 | '<(skia_src_path)/gpu/vk/GrVkExtensions.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 476 | '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp', |
| 477 | '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h', |
egdaniel | 09aa1fc | 2016-04-20 07:09:46 -0700 | [diff] [blame] | 478 | '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 479 | '<(skia_src_path)/gpu/vk/GrVkGpu.cpp', |
| 480 | '<(skia_src_path)/gpu/vk/GrVkGpu.h', |
egdaniel | 066df7c | 2016-06-08 14:02:27 -0700 | [diff] [blame] | 481 | '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.cpp', |
| 482 | '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 483 | '<(skia_src_path)/gpu/vk/GrVkImage.cpp', |
| 484 | '<(skia_src_path)/gpu/vk/GrVkImage.h', |
| 485 | '<(skia_src_path)/gpu/vk/GrVkImageView.cpp', |
| 486 | '<(skia_src_path)/gpu/vk/GrVkImageView.h', |
| 487 | '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp', |
| 488 | '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h', |
| 489 | '<(skia_src_path)/gpu/vk/GrVkInterface.cpp', |
| 490 | '<(skia_src_path)/gpu/vk/GrVkMemory.cpp', |
| 491 | '<(skia_src_path)/gpu/vk/GrVkMemory.h', |
| 492 | '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp', |
| 493 | '<(skia_src_path)/gpu/vk/GrVkPipeline.h', |
egdaniel | 22281c1 | 2016-03-23 13:49:40 -0700 | [diff] [blame] | 494 | '<(skia_src_path)/gpu/vk/GrVkPipelineState.cpp', |
| 495 | '<(skia_src_path)/gpu/vk/GrVkPipelineState.h', |
| 496 | '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.cpp', |
| 497 | '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.h', |
| 498 | '<(skia_src_path)/gpu/vk/GrVkPipelineStateCache.cpp', |
| 499 | '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.cpp', |
| 500 | '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.h', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 501 | '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp', |
| 502 | '<(skia_src_path)/gpu/vk/GrVkRenderPass.h', |
| 503 | '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp', |
| 504 | '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h', |
| 505 | '<(skia_src_path)/gpu/vk/GrVkResource.h', |
| 506 | '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp', |
| 507 | '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h', |
jvanverth | 992ad36 | 2016-02-26 09:21:02 -0800 | [diff] [blame] | 508 | '<(skia_src_path)/gpu/vk/GrVkSampler.cpp', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 509 | '<(skia_src_path)/gpu/vk/GrVkSampler.h', |
| 510 | '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.cpp', |
| 511 | '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.h', |
| 512 | '<(skia_src_path)/gpu/vk/GrVkTexture.cpp', |
| 513 | '<(skia_src_path)/gpu/vk/GrVkTexture.h', |
| 514 | '<(skia_src_path)/gpu/vk/GrVkTextureRenderTarget.cpp', |
| 515 | '<(skia_src_path)/gpu/vk/GrVkTextureRenderTarget.h', |
| 516 | '<(skia_src_path)/gpu/vk/GrVkTransferBuffer.cpp', |
| 517 | '<(skia_src_path)/gpu/vk/GrVkTransferBuffer.h', |
| 518 | '<(skia_src_path)/gpu/vk/GrVkUniformBuffer.cpp', |
| 519 | '<(skia_src_path)/gpu/vk/GrVkUniformBuffer.h', |
| 520 | '<(skia_src_path)/gpu/vk/GrVkUniformHandler.cpp', |
| 521 | '<(skia_src_path)/gpu/vk/GrVkUniformHandler.h', |
| 522 | '<(skia_src_path)/gpu/vk/GrVkUtil.cpp', |
| 523 | '<(skia_src_path)/gpu/vk/GrVkUtil.h', |
jvanverth | 992ad36 | 2016-02-26 09:21:02 -0800 | [diff] [blame] | 524 | '<(skia_src_path)/gpu/vk/GrVkVaryingHandler.cpp', |
bsalomon | 7499e69 | 2016-02-22 12:13:19 -0800 | [diff] [blame] | 525 | '<(skia_src_path)/gpu/vk/GrVkVaryingHandler.h', |
| 526 | '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.cpp', |
| 527 | '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h', |
| 528 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 529 | 'skgpu_native_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 530 | '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 531 | '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
| 532 | '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
derekf | 29dda80 | 2014-10-01 10:52:52 -0700 | [diff] [blame] | 533 | '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 534 | '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
bsalomon@google.com | cca3c8f | 2012-09-28 16:56:28 +0000 | [diff] [blame] | 535 | '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
bsalomon@google.com | c58b126 | 2012-10-01 19:06:57 +0000 | [diff] [blame] | 536 | '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
robertphillips | 6f70d43 | 2016-03-30 09:26:24 -0700 | [diff] [blame] | 537 | ], |
| 538 | 'skgpu_null_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 539 | ], |
| 540 | }, |
| 541 | } |