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. |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 5 | # Include this gypi to include all 'effects' files |
| 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 | 'sources': [ |
robertphillips | 30c4cae | 2015-09-15 10:20:55 -0700 | [diff] [blame] | 14 | '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp', |
| 15 | '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h', |
robertphillips | f7142e7 | 2016-04-18 07:20:05 -0700 | [diff] [blame] | 16 | '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.cpp', |
| 17 | '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.h', |
robertphillips | 30c4cae | 2015-09-15 10:20:55 -0700 | [diff] [blame] | 18 | |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 19 | '<(skia_src_path)/effects/Sk1DPathEffect.cpp', |
| 20 | '<(skia_src_path)/effects/Sk2DPathEffect.cpp', |
commit-bot@chromium.org | 40eb3c1 | 2014-01-06 23:41:14 +0000 | [diff] [blame] | 21 | '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp', |
reed | 8b57524 | 2014-12-17 01:47:32 -0800 | [diff] [blame] | 22 | '<(skia_src_path)/effects/SkArcToPathEffect.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 23 | '<(skia_src_path)/effects/SkArithmeticMode.cpp', |
egdaniel | 16a04b8 | 2015-01-14 10:49:18 -0800 | [diff] [blame] | 24 | '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp', |
| 25 | '<(skia_src_path)/effects/SkArithmeticMode_gpu.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 26 | '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', |
| 27 | '<(skia_src_path)/effects/SkBlurMask.cpp', |
commit-bot@chromium.org | 0a74106 | 2014-01-31 16:16:22 +0000 | [diff] [blame] | 28 | '<(skia_src_path)/effects/SkBlurMask.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 29 | '<(skia_src_path)/effects/SkBlurImageFilter.cpp', |
| 30 | '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', |
sugoi | ce68627 | 2014-10-09 05:27:23 -0700 | [diff] [blame] | 31 | '<(skia_src_path)/effects/SkColorCubeFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 32 | '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', |
| 33 | '<(skia_src_path)/effects/SkColorMatrix.cpp', |
| 34 | '<(skia_src_path)/effects/SkColorMatrixFilter.cpp', |
commit-bot@chromium.org | 1c4c9ef | 2013-08-07 00:07:51 +0000 | [diff] [blame] | 35 | '<(skia_src_path)/effects/SkComposeImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 36 | '<(skia_src_path)/effects/SkCornerPathEffect.cpp', |
| 37 | '<(skia_src_path)/effects/SkDashPathEffect.cpp', |
| 38 | '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', |
sugoi@google.com | 781cc76 | 2013-01-15 15:40:19 +0000 | [diff] [blame] | 39 | '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', |
junov@chromium.org | f44fcdc | 2013-08-07 20:00:55 +0000 | [diff] [blame] | 40 | '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 41 | '<(skia_src_path)/effects/SkEmbossMask.cpp', |
| 42 | '<(skia_src_path)/effects/SkEmbossMask.h', |
| 43 | '<(skia_src_path)/effects/SkEmbossMask_Table.h', |
| 44 | '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', |
fmalita | cd56f81 | 2015-09-14 13:31:18 -0700 | [diff] [blame] | 45 | '<(skia_src_path)/effects/SkImageSource.cpp', |
robertphillips@google.com | 736dd03 | 2013-07-15 15:06:54 +0000 | [diff] [blame] | 46 | '<(skia_src_path)/effects/SkGpuBlurUtils.h', |
| 47 | '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 48 | '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', |
| 49 | '<(skia_src_path)/effects/SkLayerRasterizer.cpp', |
| 50 | '<(skia_src_path)/effects/SkLightingImageFilter.cpp', |
commit-bot@chromium.org | 6c1ee2d | 2013-10-07 18:00:17 +0000 | [diff] [blame] | 51 | '<(skia_src_path)/effects/SkLumaColorFilter.cpp', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 52 | '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', |
senorblanco@chromium.org | 5faa2dc | 2012-09-18 20:32:34 +0000 | [diff] [blame] | 53 | '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', |
senorblanco@chromium.org | 4a9a612 | 2012-12-04 14:18:50 +0000 | [diff] [blame] | 54 | '<(skia_src_path)/effects/SkMergeImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 55 | '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', |
senorblanco@chromium.org | 4a9a612 | 2012-12-04 14:18:50 +0000 | [diff] [blame] | 56 | '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', |
bungeman | ccb74b8 | 2016-02-23 12:55:20 -0800 | [diff] [blame] | 57 | '<(skia_src_path)/effects/SkPackBits.cpp', |
| 58 | '<(skia_src_path)/effects/SkPackBits.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 59 | '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', |
ajuma | 77b6ba3 | 2016-01-08 14:58:35 -0800 | [diff] [blame] | 60 | '<(skia_src_path)/effects/SkPaintImageFilter.cpp', |
sugoi@google.com | e3b4c50 | 2013-04-05 13:47:09 +0000 | [diff] [blame] | 61 | '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
senorblanco@chromium.org | 5333300 | 2013-12-12 23:28:52 +0000 | [diff] [blame] | 62 | '<(skia_src_path)/effects/SkPictureImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 63 | '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
| 64 | '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
| 65 | '<(skia_src_path)/effects/SkTestImageFilters.cpp', |
commit-bot@chromium.org | 1a4fb70 | 2013-09-26 16:09:28 +0000 | [diff] [blame] | 66 | '<(skia_src_path)/effects/SkTileImageFilter.cpp', |
senorblanco@chromium.org | 86fc266 | 2013-05-31 17:49:12 +0000 | [diff] [blame] | 67 | '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 68 | |
fmalita | bc590c0 | 2016-02-22 09:12:33 -0800 | [diff] [blame] | 69 | '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp', |
| 70 | '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h', |
fmalita | 7e6fcf8 | 2016-03-10 11:18:43 -0800 | [diff] [blame] | 71 | '<(skia_src_path)/effects/gradients/Sk4fGradientPriv.h', |
fmalita | bc590c0 | 2016-02-22 09:12:33 -0800 | [diff] [blame] | 72 | '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp', |
| 73 | '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 74 | '<(skia_src_path)/effects/gradients/SkClampRange.cpp', |
| 75 | '<(skia_src_path)/effects/gradients/SkClampRange.h', |
reed | a6cac4c | 2014-08-21 10:50:25 -0700 | [diff] [blame] | 76 | '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', |
| 77 | '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 78 | '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', |
| 79 | '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', |
| 80 | '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', |
| 81 | '<(skia_src_path)/effects/gradients/SkLinearGradient.h', |
| 82 | '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', |
| 83 | '<(skia_src_path)/effects/gradients/SkRadialGradient.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 84 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', |
| 85 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', |
commit-bot@chromium.org | aa64fbf | 2014-04-03 14:59:19 +0000 | [diff] [blame] | 86 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', |
| 87 | '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 88 | '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', |
| 89 | '<(skia_src_path)/effects/gradients/SkSweepGradient.h', |
| 90 | |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 91 | '<(skia_include_path)/effects/Sk1DPathEffect.h', |
| 92 | '<(skia_include_path)/effects/Sk2DPathEffect.h', |
commit-bot@chromium.org | 40eb3c1 | 2014-01-06 23:41:14 +0000 | [diff] [blame] | 93 | '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 94 | '<(skia_include_path)/effects/SkArithmeticMode.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 95 | '<(skia_include_path)/effects/SkBlurDrawLooper.h', |
| 96 | '<(skia_include_path)/effects/SkBlurImageFilter.h', |
| 97 | '<(skia_include_path)/effects/SkBlurMaskFilter.h', |
sugoi | ce68627 | 2014-10-09 05:27:23 -0700 | [diff] [blame] | 98 | '<(skia_include_path)/effects/SkColorCubeFilter.h', |
bsalomon | 8610002 | 2016-02-01 12:09:07 -0800 | [diff] [blame] | 99 | '<(skia_include_path)/effects/SkColorFilterImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 100 | '<(skia_include_path)/effects/SkColorMatrix.h', |
| 101 | '<(skia_include_path)/effects/SkColorMatrixFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 102 | '<(skia_include_path)/effects/SkCornerPathEffect.h', |
| 103 | '<(skia_include_path)/effects/SkDashPathEffect.h', |
| 104 | '<(skia_include_path)/effects/SkDiscretePathEffect.h', |
sugoi@google.com | 781cc76 | 2013-01-15 15:40:19 +0000 | [diff] [blame] | 105 | '<(skia_include_path)/effects/SkDisplacementMapEffect.h', |
junov@chromium.org | f44fcdc | 2013-08-07 20:00:55 +0000 | [diff] [blame] | 106 | '<(skia_include_path)/effects/SkDropShadowImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 107 | '<(skia_include_path)/effects/SkEmbossMaskFilter.h', |
| 108 | '<(skia_include_path)/effects/SkGradientShader.h', |
fmalita | cd56f81 | 2015-09-14 13:31:18 -0700 | [diff] [blame] | 109 | '<(skia_include_path)/effects/SkImageSource.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 110 | '<(skia_include_path)/effects/SkLayerDrawLooper.h', |
| 111 | '<(skia_include_path)/effects/SkLayerRasterizer.h', |
| 112 | '<(skia_include_path)/effects/SkLightingImageFilter.h', |
commit-bot@chromium.org | 6c1ee2d | 2013-10-07 18:00:17 +0000 | [diff] [blame] | 113 | '<(skia_include_path)/effects/SkLumaColorFilter.h', |
robertphillips | 3d32d76 | 2015-07-13 13:16:44 -0700 | [diff] [blame] | 114 | '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 115 | '<(skia_include_path)/effects/SkMorphologyImageFilter.h', |
robertphillips | 3d32d76 | 2015-07-13 13:16:44 -0700 | [diff] [blame] | 116 | '<(skia_include_path)/effects/SkOffsetImageFilter.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 117 | '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', |
ajuma | 77b6ba3 | 2016-01-08 14:58:35 -0800 | [diff] [blame] | 118 | '<(skia_include_path)/effects/SkPaintImageFilter.h', |
sugoi@google.com | e3b4c50 | 2013-04-05 13:47:09 +0000 | [diff] [blame] | 119 | '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
senorblanco@chromium.org | 436411b | 2012-08-20 21:35:00 +0000 | [diff] [blame] | 120 | '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 121 | '<(skia_include_path)/effects/SkTableMaskFilter.h', |
commit-bot@chromium.org | 1a4fb70 | 2013-09-26 16:09:28 +0000 | [diff] [blame] | 122 | '<(skia_include_path)/effects/SkTileImageFilter.h', |
robertphillips | 3d32d76 | 2015-07-13 13:16:44 -0700 | [diff] [blame] | 123 | '<(skia_include_path)/effects/SkXfermodeImageFilter.h', |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 124 | ], |
| 125 | } |