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