robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 1 | # Include this gypi to include all 'gpu' files |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 2 | # The parent gyp/gypi file must define |
| 3 | # 'skia_src_path' e.g. skia/trunk/src |
| 4 | # 'skia_include_path' e.g. skia/trunk/include |
| 5 | # |
| 6 | # The skia build defines these in common_variables.gypi |
| 7 | # |
| 8 | { |
| 9 | 'variables': { |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 10 | 'skgpu_sources': [ |
bsalomon@google.com | 396e61f | 2012-10-25 19:00:29 +0000 | [diff] [blame] | 11 | '<(skia_include_path)/gpu/GrBackendEffectFactory.h', |
commit-bot@chromium.org | 089a780 | 2014-05-02 21:38:22 +0000 | [diff] [blame] | 12 | '<(skia_include_path)/gpu/GrCacheable.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 13 | '<(skia_include_path)/gpu/GrClipData.h', |
| 14 | '<(skia_include_path)/gpu/GrColor.h', |
| 15 | '<(skia_include_path)/gpu/GrConfig.h', |
| 16 | '<(skia_include_path)/gpu/GrContext.h', |
| 17 | '<(skia_include_path)/gpu/GrContextFactory.h', |
bsalomon@google.com | ea1abfc | 2013-10-02 15:02:55 +0000 | [diff] [blame] | 18 | '<(skia_include_path)/gpu/GrCoordTransform.h', |
bsalomon@google.com | a469c28 | 2012-10-24 18:28:34 +0000 | [diff] [blame] | 19 | '<(skia_include_path)/gpu/GrEffect.h', |
bsalomon@google.com | 08283af | 2012-10-26 13:01:20 +0000 | [diff] [blame] | 20 | '<(skia_include_path)/gpu/GrEffectStage.h', |
bsalomon@google.com | 6f261be | 2012-10-24 19:07:10 +0000 | [diff] [blame] | 21 | '<(skia_include_path)/gpu/GrEffectUnitTest.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 22 | '<(skia_include_path)/gpu/GrFontScaler.h', |
| 23 | '<(skia_include_path)/gpu/GrGlyph.h', |
commit-bot@chromium.org | 089a780 | 2014-05-02 21:38:22 +0000 | [diff] [blame] | 24 | '<(skia_include_path)/gpu/GrGpuObject.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 25 | '<(skia_include_path)/gpu/GrKey.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 26 | '<(skia_include_path)/gpu/GrPaint.h', |
bsalomon@google.com | 45a15f5 | 2012-12-10 19:10:17 +0000 | [diff] [blame] | 27 | '<(skia_include_path)/gpu/GrPathRendererChain.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 28 | '<(skia_include_path)/gpu/GrPoint.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 29 | '<(skia_include_path)/gpu/GrRect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 30 | '<(skia_include_path)/gpu/GrRenderTarget.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 31 | '<(skia_include_path)/gpu/GrSurface.h', |
bsalomon@google.com | 2eaaefd | 2012-10-29 19:51:22 +0000 | [diff] [blame] | 32 | '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 33 | '<(skia_include_path)/gpu/GrTexture.h', |
bsalomon@google.com | 047696c | 2012-09-11 13:29:29 +0000 | [diff] [blame] | 34 | '<(skia_include_path)/gpu/GrTextureAccess.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 35 | '<(skia_include_path)/gpu/GrTypes.h', |
| 36 | '<(skia_include_path)/gpu/GrUserConfig.h', |
| 37 | |
| 38 | '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
bsalomon@google.com | 1744f97 | 2013-02-26 21:46:32 +0000 | [diff] [blame] | 39 | '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 40 | '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 41 | '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 42 | |
| 43 | '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', |
| 44 | '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', |
| 45 | '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', |
| 46 | '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', |
| 47 | '<(skia_src_path)/gpu/GrAARectRenderer.cpp', |
jvanverth@google.com | bfe2b9d | 2013-09-06 16:57:29 +0000 | [diff] [blame] | 48 | '<(skia_src_path)/gpu/GrAARectRenderer.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 49 | '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', |
| 50 | '<(skia_src_path)/gpu/GrAllocator.h', |
| 51 | '<(skia_src_path)/gpu/GrAllocPool.h', |
| 52 | '<(skia_src_path)/gpu/GrAllocPool.cpp', |
| 53 | '<(skia_src_path)/gpu/GrAtlas.cpp', |
| 54 | '<(skia_src_path)/gpu/GrAtlas.h', |
| 55 | '<(skia_src_path)/gpu/GrBinHashKey.h', |
jvanverth@google.com | c7a40fa | 2013-10-16 18:15:34 +0000 | [diff] [blame] | 56 | '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', |
commit-bot@chromium.org | ddf2bfb | 2014-01-30 16:41:23 +0000 | [diff] [blame] | 57 | '<(skia_src_path)/gpu/GrBitmapTextContext.h', |
commit-bot@chromium.org | 24ab3b0 | 2013-08-14 21:56:37 +0000 | [diff] [blame] | 58 | '<(skia_src_path)/gpu/GrBlend.cpp', |
| 59 | '<(skia_src_path)/gpu/GrBlend.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 60 | '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
| 61 | '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
| 62 | '<(skia_src_path)/gpu/GrCacheID.cpp', |
| 63 | '<(skia_src_path)/gpu/GrClipData.cpp', |
| 64 | '<(skia_src_path)/gpu/GrContext.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 65 | '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', |
| 66 | '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', |
commit-bot@chromium.org | b97c3ff | 2014-03-11 17:07:15 +0000 | [diff] [blame] | 67 | '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h', |
| 68 | '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', |
bsalomon@google.com | af84e74 | 2012-10-05 13:23:24 +0000 | [diff] [blame] | 69 | '<(skia_src_path)/gpu/GrDrawState.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 70 | '<(skia_src_path)/gpu/GrDrawState.h', |
| 71 | '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 72 | '<(skia_src_path)/gpu/GrDrawTarget.h', |
bsalomon@google.com | c26d94f | 2013-03-25 18:19:00 +0000 | [diff] [blame] | 73 | '<(skia_src_path)/gpu/GrDrawTargetCaps.h', |
bsalomon@google.com | a469c28 | 2012-10-24 18:28:34 +0000 | [diff] [blame] | 74 | '<(skia_src_path)/gpu/GrEffect.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 75 | '<(skia_src_path)/gpu/GrGeometryBuffer.h', |
robertphillips@google.com | 1fcc1b8 | 2012-08-29 12:52:05 +0000 | [diff] [blame] | 76 | '<(skia_src_path)/gpu/GrClipMaskCache.h', |
| 77 | '<(skia_src_path)/gpu/GrClipMaskCache.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 78 | '<(skia_src_path)/gpu/GrClipMaskManager.h', |
| 79 | '<(skia_src_path)/gpu/GrClipMaskManager.cpp', |
| 80 | '<(skia_src_path)/gpu/GrGpu.cpp', |
| 81 | '<(skia_src_path)/gpu/GrGpu.h', |
commit-bot@chromium.org | 089a780 | 2014-05-02 21:38:22 +0000 | [diff] [blame] | 82 | '<(skia_src_path)/gpu/GrGpuObject.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 83 | '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 84 | '<(skia_src_path)/gpu/GrIndexBuffer.h', |
| 85 | '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
| 86 | '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
robertphillips@google.com | e930a07 | 2014-04-03 00:34:27 +0000 | [diff] [blame] | 87 | '<(skia_src_path)/gpu/GrLayerCache.cpp', |
| 88 | '<(skia_src_path)/gpu/GrLayerCache.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 89 | '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
| 90 | '<(skia_src_path)/gpu/GrMemoryPool.h', |
commit-bot@chromium.org | 4fcc3ca | 2014-02-27 20:23:22 +0000 | [diff] [blame] | 91 | '<(skia_src_path)/gpu/GrOrderedSet.h', |
commit-bot@chromium.org | 8131283 | 2013-03-22 18:34:09 +0000 | [diff] [blame] | 92 | '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
jvanverth@google.com | bfe2b9d | 2013-09-06 16:57:29 +0000 | [diff] [blame] | 93 | '<(skia_src_path)/gpu/GrOvalRenderer.h', |
commit-bot@chromium.org | 42dacab | 2013-07-13 17:24:24 +0000 | [diff] [blame] | 94 | '<(skia_src_path)/gpu/GrPaint.cpp', |
robertphillips@google.com | 7fa1876 | 2012-09-11 13:02:31 +0000 | [diff] [blame] | 95 | '<(skia_src_path)/gpu/GrPath.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 96 | '<(skia_src_path)/gpu/GrPath.h', |
| 97 | '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 98 | '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
| 99 | '<(skia_src_path)/gpu/GrPathRenderer.h', |
| 100 | '<(skia_src_path)/gpu/GrPathUtils.cpp', |
| 101 | '<(skia_src_path)/gpu/GrPathUtils.h', |
commit-bot@chromium.org | 8ddc26b | 2014-03-31 17:55:12 +0000 | [diff] [blame] | 102 | '<(skia_src_path)/gpu/GrPictureUtils.h', |
| 103 | '<(skia_src_path)/gpu/GrPictureUtils.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 104 | '<(skia_src_path)/gpu/GrPlotMgr.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 105 | '<(skia_src_path)/gpu/GrRectanizer.cpp', |
| 106 | '<(skia_src_path)/gpu/GrRectanizer.h', |
commit-bot@chromium.org | 09846a0 | 2013-10-02 17:37:59 +0000 | [diff] [blame] | 107 | '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 108 | '<(skia_src_path)/gpu/GrRedBlackTree.h', |
| 109 | '<(skia_src_path)/gpu/GrRenderTarget.cpp', |
bsalomon@google.com | 170bd79 | 2012-12-05 22:26:11 +0000 | [diff] [blame] | 110 | '<(skia_src_path)/gpu/GrReducedClip.cpp', |
| 111 | '<(skia_src_path)/gpu/GrReducedClip.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 112 | '<(skia_src_path)/gpu/GrResourceCache.cpp', |
| 113 | '<(skia_src_path)/gpu/GrResourceCache.h', |
| 114 | '<(skia_src_path)/gpu/GrStencil.cpp', |
| 115 | '<(skia_src_path)/gpu/GrStencil.h', |
| 116 | '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |
| 117 | '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
| 118 | '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
| 119 | '<(skia_src_path)/gpu/GrStencilBuffer.h', |
| 120 | '<(skia_src_path)/gpu/GrTBSearch.h', |
commit-bot@chromium.org | 2a05de0 | 2014-03-25 15:17:32 +0000 | [diff] [blame] | 121 | '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
| 122 | '<(skia_src_path)/gpu/GrTraceMarker.h', |
| 123 | '<(skia_src_path)/gpu/GrTracing.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 124 | '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
| 125 | '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
| 126 | '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
| 127 | '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| 128 | '<(skia_src_path)/gpu/GrSurface.cpp', |
| 129 | '<(skia_src_path)/gpu/GrTemplates.h', |
| 130 | '<(skia_src_path)/gpu/GrTextContext.cpp', |
commit-bot@chromium.org | ddf2bfb | 2014-01-30 16:41:23 +0000 | [diff] [blame] | 131 | '<(skia_src_path)/gpu/GrTextContext.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 132 | '<(skia_src_path)/gpu/GrTextStrike.cpp', |
| 133 | '<(skia_src_path)/gpu/GrTextStrike.h', |
| 134 | '<(skia_src_path)/gpu/GrTextStrike_impl.h', |
| 135 | '<(skia_src_path)/gpu/GrTexture.cpp', |
bsalomon@google.com | 047696c | 2012-09-11 13:29:29 +0000 | [diff] [blame] | 136 | '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
mtklein@google.com | 4c2af74 | 2013-10-21 21:04:06 +0000 | [diff] [blame] | 137 | '<(skia_src_path)/gpu/GrTHashTable.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 138 | '<(skia_src_path)/gpu/GrVertexBuffer.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 139 | |
| 140 | '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
bsalomon@google.com | a04e8e8 | 2012-08-27 12:53:13 +0000 | [diff] [blame] | 141 | '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 142 | '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
commit-bot@chromium.org | 07e1c3f | 2013-08-22 20:41:15 +0000 | [diff] [blame] | 143 | '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 144 | '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 145 | '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 146 | '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
commit-bot@chromium.org | c3fe549 | 2014-01-30 18:15:51 +0000 | [diff] [blame] | 147 | '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| 148 | '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
humper@google.com | 3aad3b0 | 2013-09-04 19:23:53 +0000 | [diff] [blame] | 149 | '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 150 | '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
commit-bot@chromium.org | 76eaf74 | 2013-09-30 18:41:38 +0000 | [diff] [blame] | 151 | '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
| 152 | '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
commit-bot@chromium.org | 628ed0b | 2014-05-19 14:32:49 +0000 | [diff] [blame] | 153 | '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', |
| 154 | '<(skia_src_path)/gpu/effects/GrDashingEffect.h', |
commit-bot@chromium.org | b97c3ff | 2014-03-11 17:07:15 +0000 | [diff] [blame] | 155 | '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 156 | '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
commit-bot@chromium.org | 3eedb80 | 2014-03-28 15:58:31 +0000 | [diff] [blame] | 157 | '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', |
| 158 | '<(skia_src_path)/gpu/effects/GrOvalEffect.h', |
commit-bot@chromium.org | c2f7824 | 2014-02-19 15:18:05 +0000 | [diff] [blame] | 159 | '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 160 | '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
bsalomon@google.com | 68b58c9 | 2013-01-17 16:50:08 +0000 | [diff] [blame] | 161 | '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 162 | '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 163 | '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
bsalomon@google.com | ee9fb43 | 2013-12-09 18:48:51 +0000 | [diff] [blame] | 164 | '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
commit-bot@chromium.org | 907fbd5 | 2013-12-09 17:03:02 +0000 | [diff] [blame] | 165 | '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
bsalomon@google.com | ee9fb43 | 2013-12-09 18:48:51 +0000 | [diff] [blame] | 166 | '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
commit-bot@chromium.org | ff6ea26 | 2013-03-12 12:26:08 +0000 | [diff] [blame] | 167 | '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 168 | '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
skia.committer@gmail.com | 91274b9 | 2013-03-13 07:01:04 +0000 | [diff] [blame] | 169 | |
commit-bot@chromium.org | 9add5dc | 2014-04-29 20:06:22 +0000 | [diff] [blame] | 170 | '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', |
| 171 | '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', |
bsalomon@google.com | e49ad45 | 2013-02-20 19:33:20 +0000 | [diff] [blame] | 172 | '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
| 173 | '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 174 | '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| 175 | '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
robertphillips@google.com | 6177e69 | 2013-02-28 20:16:25 +0000 | [diff] [blame] | 176 | '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
| 177 | '<(skia_src_path)/gpu/gl/GrGLContext.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 178 | '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
| 179 | '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 180 | '<(skia_src_path)/gpu/gl/GrGLDefines.h', |
bsalomon@google.com | d698f77 | 2012-10-25 13:22:00 +0000 | [diff] [blame] | 181 | '<(skia_src_path)/gpu/gl/GrGLEffect.h', |
commit-bot@chromium.org | 261dc56 | 2013-10-04 15:42:56 +0000 | [diff] [blame] | 182 | '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h', |
bsalomon@google.com | 1744f97 | 2013-02-26 21:46:32 +0000 | [diff] [blame] | 183 | '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 184 | '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', |
| 185 | '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', |
| 186 | '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
| 187 | '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
bsalomon@google.com | 8f94361 | 2013-02-26 14:34:43 +0000 | [diff] [blame] | 188 | '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
| 189 | '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 190 | '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
| 191 | '<(skia_src_path)/gpu/gl/GrGLPath.h', |
| 192 | '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| 193 | '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
bsalomon@google.com | 798c8c4 | 2013-03-27 19:50:27 +0000 | [diff] [blame] | 194 | '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
bsalomon@google.com | 31ec798 | 2013-03-27 18:14:57 +0000 | [diff] [blame] | 195 | '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
commit-bot@chromium.org | 3390b9a | 2013-10-03 15:17:58 +0000 | [diff] [blame] | 196 | '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', |
| 197 | '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 198 | '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
| 199 | '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
| 200 | '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', |
| 201 | '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', |
| 202 | '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', |
| 203 | '<(skia_src_path)/gpu/gl/GrGLSL.cpp', |
| 204 | '<(skia_src_path)/gpu/gl/GrGLSL.h', |
bsalomon@google.com | 018f179 | 2013-04-18 19:36:09 +0000 | [diff] [blame] | 205 | '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 206 | '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', |
| 207 | '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', |
| 208 | '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
| 209 | '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
| 210 | '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
| 211 | '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
| 212 | '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp', |
| 213 | '<(skia_src_path)/gpu/gl/GrGLUniformManager.h', |
| 214 | '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
bsalomon@google.com | 6918d48 | 2013-03-07 19:09:11 +0000 | [diff] [blame] | 215 | '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
| 216 | '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 217 | '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
| 218 | '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
| 219 | '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', |
| 220 | '<(skia_src_path)/gpu/gl/GrGpuGL.h', |
| 221 | '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 222 | |
| 223 | # Sk files |
| 224 | '<(skia_include_path)/gpu/SkGpuDevice.h', |
| 225 | '<(skia_include_path)/gpu/SkGr.h', |
| 226 | '<(skia_include_path)/gpu/SkGrPixelRef.h', |
| 227 | '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
| 228 | |
| 229 | '<(skia_include_path)/gpu/gl/SkGLContextHelper.h', |
| 230 | |
| 231 | '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
| 232 | '<(skia_src_path)/gpu/SkGr.cpp', |
| 233 | '<(skia_src_path)/gpu/SkGrFontScaler.cpp', |
| 234 | '<(skia_src_path)/gpu/SkGrPixelRef.cpp', |
| 235 | '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |
| 236 | |
| 237 | '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 238 | '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 239 | |
| 240 | '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp' |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 241 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 242 | 'skgpu_native_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 243 | '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 244 | '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
| 245 | '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 246 | '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', |
bsalomon@google.com | cca3c8f | 2012-09-28 16:56:28 +0000 | [diff] [blame] | 247 | '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
bsalomon@google.com | c58b126 | 2012-10-01 19:06:57 +0000 | [diff] [blame] | 248 | '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 249 | |
| 250 | # Sk files |
| 251 | '<(skia_include_path)/gpu/gl/SkNativeGLContext.h', |
| 252 | '<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp', |
| 253 | '<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp', |
| 254 | '<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp', |
| 255 | '<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp', |
| 256 | '<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp', |
| 257 | '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 258 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 259 | 'skgpu_mesa_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 260 | '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 261 | |
| 262 | # Sk files |
| 263 | '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', |
| 264 | '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 265 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 266 | 'skgpu_angle_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 267 | '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 268 | |
| 269 | # Sk files |
| 270 | '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h', |
| 271 | '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 272 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 273 | 'skgpu_debug_gl_sources': [ |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 274 | '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 275 | '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
| 276 | '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
| 277 | '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
| 278 | '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
| 279 | '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
| 280 | '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
| 281 | '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
| 282 | '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
| 283 | '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', |
| 284 | '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', |
| 285 | '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', |
| 286 | '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', |
| 287 | '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', |
| 288 | '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', |
| 289 | '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
| 290 | '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', |
| 291 | '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', |
bsalomon@google.com | ecd8484 | 2013-03-01 15:36:02 +0000 | [diff] [blame] | 292 | '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 293 | |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 294 | # Sk files |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 295 | '<(skia_include_path)/gpu/gl/SkDebugGLContext.h', |
| 296 | '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 297 | ], |
robertphillips@google.com | e63296e | 2013-06-18 14:43:53 +0000 | [diff] [blame] | 298 | 'skgpu_null_gl_sources': [ |
| 299 | '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 300 | |
| 301 | # Sk files |
bsalomon@google.com | 2080635 | 2012-08-23 12:55:01 +0000 | [diff] [blame] | 302 | '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 303 | '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 304 | ], |
| 305 | }, |
| 306 | } |