| OLD | NEW |
| 1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
| 2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
| 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', | 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', |
| 12 '<(skia_include_path)/gpu/GrBitmapTextContext.h', | 12 '<(skia_include_path)/gpu/GrBitmapTextContext.h', |
| 13 '<(skia_include_path)/gpu/GrClipData.h', | 13 '<(skia_include_path)/gpu/GrClipData.h', |
| 14 '<(skia_include_path)/gpu/GrColor.h', | 14 '<(skia_include_path)/gpu/GrColor.h', |
| 15 '<(skia_include_path)/gpu/GrConfig.h', | 15 '<(skia_include_path)/gpu/GrConfig.h', |
| 16 '<(skia_include_path)/gpu/GrContext.h', | 16 '<(skia_include_path)/gpu/GrContext.h', |
| 17 '<(skia_include_path)/gpu/GrContextFactory.h', | 17 '<(skia_include_path)/gpu/GrContextFactory.h', |
| 18 '<(skia_include_path)/gpu/GrCoordTransform.h', | 18 '<(skia_include_path)/gpu/GrCoordTransform.h', |
| 19 '<(skia_include_path)/gpu/GrDistanceFieldTextContext.h', |
| 19 '<(skia_include_path)/gpu/GrEffect.h', | 20 '<(skia_include_path)/gpu/GrEffect.h', |
| 20 '<(skia_include_path)/gpu/GrEffectStage.h', | 21 '<(skia_include_path)/gpu/GrEffectStage.h', |
| 21 '<(skia_include_path)/gpu/GrEffectUnitTest.h', | 22 '<(skia_include_path)/gpu/GrEffectUnitTest.h', |
| 22 '<(skia_include_path)/gpu/GrFontScaler.h', | 23 '<(skia_include_path)/gpu/GrFontScaler.h', |
| 23 '<(skia_include_path)/gpu/GrGlyph.h', | 24 '<(skia_include_path)/gpu/GrGlyph.h', |
| 24 '<(skia_include_path)/gpu/GrKey.h', | 25 '<(skia_include_path)/gpu/GrKey.h', |
| 25 '<(skia_include_path)/gpu/GrPaint.h', | 26 '<(skia_include_path)/gpu/GrPaint.h', |
| 26 '<(skia_include_path)/gpu/GrPathRendererChain.h', | 27 '<(skia_include_path)/gpu/GrPathRendererChain.h', |
| 27 '<(skia_include_path)/gpu/GrPoint.h', | 28 '<(skia_include_path)/gpu/GrPoint.h', |
| 28 '<(skia_include_path)/gpu/GrRect.h', | 29 '<(skia_include_path)/gpu/GrRect.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 57 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', | 58 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', |
| 58 '<(skia_src_path)/gpu/GrBlend.cpp', | 59 '<(skia_src_path)/gpu/GrBlend.cpp', |
| 59 '<(skia_src_path)/gpu/GrBlend.h', | 60 '<(skia_src_path)/gpu/GrBlend.h', |
| 60 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', | 61 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
| 61 '<(skia_src_path)/gpu/GrBufferAllocPool.h', | 62 '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
| 62 '<(skia_src_path)/gpu/GrCacheID.cpp', | 63 '<(skia_src_path)/gpu/GrCacheID.cpp', |
| 63 '<(skia_src_path)/gpu/GrClipData.cpp', | 64 '<(skia_src_path)/gpu/GrClipData.cpp', |
| 64 '<(skia_src_path)/gpu/GrContext.cpp', | 65 '<(skia_src_path)/gpu/GrContext.cpp', |
| 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', | 66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', |
| 66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', | 67 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', |
| 68 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', |
| 67 '<(skia_src_path)/gpu/GrDrawState.cpp', | 69 '<(skia_src_path)/gpu/GrDrawState.cpp', |
| 68 '<(skia_src_path)/gpu/GrDrawState.h', | 70 '<(skia_src_path)/gpu/GrDrawState.h', |
| 69 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 71 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 70 '<(skia_src_path)/gpu/GrDrawTarget.h', | 72 '<(skia_src_path)/gpu/GrDrawTarget.h', |
| 71 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', | 73 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', |
| 72 '<(skia_src_path)/gpu/GrEffect.cpp', | 74 '<(skia_src_path)/gpu/GrEffect.cpp', |
| 73 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp', | 75 '<(skia_src_path)/gpu/GrGeometryBuffer.cpp', |
| 74 '<(skia_src_path)/gpu/GrGeometryBuffer.h', | 76 '<(skia_src_path)/gpu/GrGeometryBuffer.h', |
| 75 '<(skia_src_path)/gpu/GrClipMaskCache.h', | 77 '<(skia_src_path)/gpu/GrClipMaskCache.h', |
| 76 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', | 78 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 134 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 133 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 135 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 134 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 136 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 135 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 137 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
| 136 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 138 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 137 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 139 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 138 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 140 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
| 139 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 141 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
| 140 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 142 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
| 141 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 143 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
| 144 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', |
| 145 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', |
| 142 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 146 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 143 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 147 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| 144 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 148 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
| 145 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 149 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
| 146 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp', | 150 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp', |
| 147 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', | 151 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', |
| 148 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 152 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 149 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 153 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| 150 | 154 |
| 151 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 155 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 286 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 283 ], | 287 ], |
| 284 }, | 288 }, |
| 285 } | 289 } |
| 286 | 290 |
| 287 # Local Variables: | 291 # Local Variables: |
| 288 # tab-width:2 | 292 # tab-width:2 |
| 289 # indent-tabs-mode:nil | 293 # indent-tabs-mode:nil |
| 290 # End: | 294 # End: |
| 291 # vim: set expandtab tabstop=2 shiftwidth=2: | 295 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |