| Index: gyp/effects.gypi
|
| diff --git a/gyp/effects.gypi b/gyp/effects.gypi
|
| index 74cfddafc15c90a91853230de7b0883369c1b1c1..21e02e447bf4493357940ea8519111eb2aee8b97 100644
|
| --- a/gyp/effects.gypi
|
| +++ b/gyp/effects.gypi
|
| @@ -9,6 +9,7 @@
|
| 'sources': [
|
| '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
|
| '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
|
| + '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
|
| '<(skia_src_path)/effects/SkArithmeticMode.cpp',
|
| '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
|
| '<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
|
| @@ -80,6 +81,7 @@
|
| '<(skia_include_path)/effects/Sk1DPathEffect.h',
|
| '<(skia_include_path)/effects/Sk2DPathEffect.h',
|
| '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
|
| + '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
|
| '<(skia_include_path)/effects/SkArithmeticMode.h',
|
| '<(skia_include_path)/effects/SkAvoidXfermode.h',
|
| '<(skia_include_path)/effects/SkBitmapSource.h',
|
|
|