senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 1 | # Include this gypi to include all 'effects' files |
| 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 | 'sources': [ |
| 10 | '<(skia_src_path)/effects/Sk1DPathEffect.cpp', |
| 11 | '<(skia_src_path)/effects/Sk2DPathEffect.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 12 | '<(skia_src_path)/effects/SkArithmeticMode.cpp', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 13 | '<(skia_src_path)/effects/SkAvoidXfermode.cpp', |
senorblanco@chromium.org | 3f2d45a | 2013-01-18 20:48:20 +0000 | [diff] [blame] | 14 | '<(skia_src_path)/effects/SkBicubicImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 15 | '<(skia_src_path)/effects/SkBitmapSource.cpp', |
| 16 | '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', |
| 17 | '<(skia_src_path)/effects/SkBlurMask.cpp', |
| 18 | '<(skia_src_path)/effects/SkBlurMask.h', |
| 19 | '<(skia_src_path)/effects/SkBlurImageFilter.cpp', |
| 20 | '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', |
| 21 | '<(skia_src_path)/effects/SkColorFilters.cpp', |
| 22 | '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', |
| 23 | '<(skia_src_path)/effects/SkColorMatrix.cpp', |
| 24 | '<(skia_src_path)/effects/SkColorMatrixFilter.cpp', |
| 25 | '<(skia_src_path)/effects/SkCornerPathEffect.cpp', |
| 26 | '<(skia_src_path)/effects/SkDashPathEffect.cpp', |
| 27 | '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', |
sugoi@google.com | 781cc76 | 2013-01-15 15:40:19 +0000 | [diff] [blame] | 28 | '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 29 | '<(skia_src_path)/effects/SkEmbossMask.cpp', |
| 30 | '<(skia_src_path)/effects/SkEmbossMask.h', |
| 31 | '<(skia_src_path)/effects/SkEmbossMask_Table.h', |
| 32 | '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', |
robertphillips@google.com | 736dd03 | 2013-07-15 15:06:54 +0000 | [diff] [blame] | 33 | '<(skia_src_path)/effects/SkGpuBlurUtils.h', |
| 34 | '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 35 | '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', |
| 36 | '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', |
| 37 | '<(skia_src_path)/effects/SkLayerRasterizer.cpp', |
reed@google.com | b83cb9b | 2013-05-21 21:33:11 +0000 | [diff] [blame] | 38 | '<(skia_src_path)/effects/SkLerpXfermode.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 39 | '<(skia_src_path)/effects/SkLightingImageFilter.cpp', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 40 | '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', |
senorblanco@chromium.org | 5faa2dc | 2012-09-18 20:32:34 +0000 | [diff] [blame] | 41 | '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', |
senorblanco@chromium.org | 4a9a612 | 2012-12-04 14:18:50 +0000 | [diff] [blame] | 42 | '<(skia_src_path)/effects/SkMergeImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 43 | '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', |
senorblanco@chromium.org | 4a9a612 | 2012-12-04 14:18:50 +0000 | [diff] [blame] | 44 | '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 45 | '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', |
sugoi@google.com | e3b4c50 | 2013-04-05 13:47:09 +0000 | [diff] [blame] | 46 | '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 47 | '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', |
| 48 | '<(skia_src_path)/effects/SkPorterDuff.cpp', |
sugoi@google.com | a1c511b | 2013-02-21 15:02:28 +0000 | [diff] [blame] | 49 | '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 50 | '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', |
| 51 | '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
| 52 | '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
| 53 | '<(skia_src_path)/effects/SkTestImageFilters.cpp', |
| 54 | '<(skia_src_path)/effects/SkTransparentShader.cpp', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 55 | '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 56 | |
| 57 | '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', |
| 58 | '<(skia_src_path)/effects/gradients/SkBitmapCache.h', |
| 59 | '<(skia_src_path)/effects/gradients/SkClampRange.cpp', |
| 60 | '<(skia_src_path)/effects/gradients/SkClampRange.h', |
| 61 | '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', |
| 62 | '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', |
| 63 | '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', |
| 64 | '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', |
| 65 | '<(skia_src_path)/effects/gradients/SkLinearGradient.h', |
| 66 | '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', |
| 67 | '<(skia_src_path)/effects/gradients/SkRadialGradient.h', |
| 68 | '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', |
| 69 | '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', |
| 70 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', |
| 71 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', |
| 72 | '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', |
| 73 | '<(skia_src_path)/effects/gradients/SkSweepGradient.h', |
| 74 | |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 75 | '<(skia_include_path)/effects/Sk1DPathEffect.h', |
| 76 | '<(skia_include_path)/effects/Sk2DPathEffect.h', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 77 | '<(skia_include_path)/effects/SkXfermodeImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 78 | '<(skia_include_path)/effects/SkArithmeticMode.h', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 79 | '<(skia_include_path)/effects/SkAvoidXfermode.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 80 | '<(skia_include_path)/effects/SkBitmapSource.h', |
| 81 | '<(skia_include_path)/effects/SkBlurDrawLooper.h', |
| 82 | '<(skia_include_path)/effects/SkBlurImageFilter.h', |
| 83 | '<(skia_include_path)/effects/SkBlurMaskFilter.h', |
| 84 | '<(skia_include_path)/effects/SkColorMatrix.h', |
| 85 | '<(skia_include_path)/effects/SkColorMatrixFilter.h', |
| 86 | '<(skia_include_path)/effects/SkColorFilterImageFilter.h', |
| 87 | '<(skia_include_path)/effects/SkCornerPathEffect.h', |
| 88 | '<(skia_include_path)/effects/SkDashPathEffect.h', |
| 89 | '<(skia_include_path)/effects/SkDiscretePathEffect.h', |
sugoi@google.com | 781cc76 | 2013-01-15 15:40:19 +0000 | [diff] [blame] | 90 | '<(skia_include_path)/effects/SkDisplacementMapEffect.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 91 | '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', |
| 92 | '<(skia_include_path)/effects/SkEmbossMaskFilter.h', |
| 93 | '<(skia_include_path)/effects/SkGradientShader.h', |
| 94 | '<(skia_include_path)/effects/SkKernel33MaskFilter.h', |
| 95 | '<(skia_include_path)/effects/SkLayerDrawLooper.h', |
| 96 | '<(skia_include_path)/effects/SkLayerRasterizer.h', |
reed@google.com | b83cb9b | 2013-05-21 21:33:11 +0000 | [diff] [blame] | 97 | '<(skia_include_path)/effects/SkLerpXfermode.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 98 | '<(skia_include_path)/effects/SkLightingImageFilter.h', |
senorblanco@chromium.org | 9daf96a | 2012-11-06 20:29:39 +0000 | [diff] [blame] | 99 | '<(skia_include_path)/effects/SkOffsetImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 100 | '<(skia_include_path)/effects/SkMorphologyImageFilter.h', |
| 101 | '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', |
sugoi@google.com | e3b4c50 | 2013-04-05 13:47:09 +0000 | [diff] [blame] | 102 | '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 103 | '<(skia_include_path)/effects/SkPixelXorXfermode.h', |
| 104 | '<(skia_include_path)/effects/SkPorterDuff.h', |
sugoi@google.com | a1c511b | 2013-02-21 15:02:28 +0000 | [diff] [blame] | 105 | '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 106 | '<(skia_include_path)/effects/SkStippleMaskFilter.h', |
| 107 | '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 108 | '<(skia_include_path)/effects/SkTableMaskFilter.h', |
| 109 | '<(skia_include_path)/effects/SkTransparentShader.h', |
| 110 | '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 111 | ], |
| 112 | } |
| 113 | |
| 114 | # Local Variables: |
| 115 | # tab-width:2 |
| 116 | # indent-tabs-mode:nil |
| 117 | # End: |
| 118 | # vim: set expandtab tabstop=2 shiftwidth=2: |