Index: gyp/effects.gypi |
diff --git a/gyp/effects.gypi b/gyp/effects.gypi |
index 1730ffc5dfca0212f5a4e150533effe847e7a847..d66ba31cc1f3a0b2b4c4aa2236276e6d1b93ee61 100644 |
--- a/gyp/effects.gypi |
+++ b/gyp/effects.gypi |
@@ -9,8 +9,9 @@ |
'sources': [ |
'<(skia_src_path)/effects/Sk1DPathEffect.cpp', |
'<(skia_src_path)/effects/Sk2DPathEffect.cpp', |
- '<(skia_src_path)/effects/SkAvoidXfermode.cpp', |
+ '<(skia_src_path)/effects/SkArithmeticImageFilter.cpp', |
'<(skia_src_path)/effects/SkArithmeticMode.cpp', |
+ '<(skia_src_path)/effects/SkAvoidXfermode.cpp', |
'<(skia_src_path)/effects/SkBicubicImageFilter.cpp', |
'<(skia_src_path)/effects/SkBitmapSource.cpp', |
'<(skia_src_path)/effects/SkBlendImageFilter.cpp', |
@@ -72,8 +73,9 @@ |
'<(skia_include_path)/effects/Sk1DPathEffect.h', |
'<(skia_include_path)/effects/Sk2DPathEffect.h', |
- '<(skia_include_path)/effects/SkAvoidXfermode.h', |
+ '<(skia_include_path)/effects/SkArithmeticImageFilter.h', |
'<(skia_include_path)/effects/SkArithmeticMode.h', |
+ '<(skia_include_path)/effects/SkAvoidXfermode.h', |
'<(skia_include_path)/effects/SkBitmapSource.h', |
'<(skia_include_path)/effects/SkBlendImageFilter.h', |
'<(skia_include_path)/effects/SkBlurDrawLooper.h', |