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