2012-08-20 20:56:26 +00:00
|
|
|
# Include this gypi to include all 'effects' files
|
|
|
|
# The parent gyp/gypi file must define:
|
|
|
|
# 'skia_src_path' e.g. skia/trunk/src
|
|
|
|
# 'skia_include_path' e.g. skia/trunk/include
|
|
|
|
#
|
|
|
|
# The skia build defines these in common_variables.gypi.
|
|
|
|
#
|
|
|
|
{
|
|
|
|
'sources': [
|
|
|
|
'<(skia_src_path)/effects/Sk1DPathEffect.cpp',
|
|
|
|
'<(skia_src_path)/effects/Sk2DPathEffect.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkAvoidXfermode.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkArithmeticMode.cpp',
|
2013-01-18 20:48:20 +00:00
|
|
|
'<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkBitmapSource.cpp',
|
2012-08-22 16:24:44 +00:00
|
|
|
'<(skia_src_path)/effects/SkBlendImageFilter.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkBlurMask.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkBlurMask.h',
|
|
|
|
'<(skia_src_path)/effects/SkBlurImageFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkBlurMaskFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkColorFilters.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkColorFilterImageFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkColorMatrix.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkColorMatrixFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkCornerPathEffect.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkDashPathEffect.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
|
2013-01-15 15:40:19 +00:00
|
|
|
'<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkEmbossMask.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkEmbossMask.h',
|
|
|
|
'<(skia_src_path)/effects/SkEmbossMask_Table.h',
|
|
|
|
'<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkLayerRasterizer.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkLightingImageFilter.cpp',
|
2012-09-18 20:32:34 +00:00
|
|
|
'<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
|
2012-12-04 14:18:50 +00:00
|
|
|
'<(skia_src_path)/effects/SkMergeImageFilter.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
|
2012-12-04 14:18:50 +00:00
|
|
|
'<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
|
2013-04-05 13:47:09 +00:00
|
|
|
'<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkPorterDuff.cpp',
|
2013-02-21 15:02:28 +00:00
|
|
|
'<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
|
2012-08-20 20:56:26 +00:00
|
|
|
'<(skia_src_path)/effects/SkStippleMaskFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkTableColorFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkTableMaskFilter.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkTestImageFilters.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkTransparentShader.cpp',
|
|
|
|
'<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
|
|
|
|
|
|
|
|
'<(skia_src_path)/effects/gradients/SkBitmapCache.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkBitmapCache.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkClampRange.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkClampRange.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkLinearGradient.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkRadialGradient.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkRadialGradient.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
|
|
|
|
'<(skia_src_path)/effects/gradients/SkSweepGradient.h',
|
|
|
|
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/Sk1DPathEffect.h',
|
|
|
|
'<(skia_include_path)/effects/Sk2DPathEffect.h',
|
|
|
|
'<(skia_include_path)/effects/SkAvoidXfermode.h',
|
|
|
|
'<(skia_include_path)/effects/SkArithmeticMode.h',
|
|
|
|
'<(skia_include_path)/effects/SkBitmapSource.h',
|
2012-08-22 16:24:44 +00:00
|
|
|
'<(skia_include_path)/effects/SkBlendImageFilter.h',
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/SkBlurDrawLooper.h',
|
|
|
|
'<(skia_include_path)/effects/SkBlurImageFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkBlurMaskFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkColorMatrix.h',
|
|
|
|
'<(skia_include_path)/effects/SkColorMatrixFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkColorFilterImageFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkCornerPathEffect.h',
|
|
|
|
'<(skia_include_path)/effects/SkDashPathEffect.h',
|
|
|
|
'<(skia_include_path)/effects/SkDiscretePathEffect.h',
|
2013-01-15 15:40:19 +00:00
|
|
|
'<(skia_include_path)/effects/SkDisplacementMapEffect.h',
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
|
|
|
|
'<(skia_include_path)/effects/SkEmbossMaskFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkGradientShader.h',
|
|
|
|
'<(skia_include_path)/effects/SkKernel33MaskFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkLayerDrawLooper.h',
|
|
|
|
'<(skia_include_path)/effects/SkLayerRasterizer.h',
|
|
|
|
'<(skia_include_path)/effects/SkLightingImageFilter.h',
|
2012-11-06 20:29:39 +00:00
|
|
|
'<(skia_include_path)/effects/SkOffsetImageFilter.h',
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/SkMorphologyImageFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
|
2013-04-05 13:47:09 +00:00
|
|
|
'<(skia_include_path)/effects/SkPerlinNoiseShader.h',
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/SkPixelXorXfermode.h',
|
|
|
|
'<(skia_include_path)/effects/SkPorterDuff.h',
|
2013-02-21 15:02:28 +00:00
|
|
|
'<(skia_include_path)/effects/SkRectShaderImageFilter.h',
|
2012-08-20 21:35:00 +00:00
|
|
|
'<(skia_include_path)/effects/SkStippleMaskFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkTableColorFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkTableMaskFilter.h',
|
|
|
|
'<(skia_include_path)/effects/SkTransparentShader.h',
|
|
|
|
'<(skia_include_path)/effects/SkMagnifierImageFilter.h',
|
2012-08-20 20:56:26 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|