Index: gyp/effects.gypi |
diff --git a/gyp/effects.gypi b/gyp/effects.gypi |
index 053942484ab9d23238c5b8040bbd0324c58d37fe..04dcd08875b0fd811f658e2ccfcdd6b29268e2cd 100644 |
--- a/gyp/effects.gypi |
+++ b/gyp/effects.gypi |
@@ -45,6 +45,8 @@ |
'<(skia_src_path)/effects/SkLayerRasterizer.cpp', |
'<(skia_src_path)/effects/SkLerpXfermode.cpp', |
'<(skia_src_path)/effects/SkLightingImageFilter.cpp', |
+ '<(skia_src_path)/effects/SkLightingShader.h', |
+ '<(skia_src_path)/effects/SkLightingShader.cpp', |
'<(skia_src_path)/effects/SkLumaColorFilter.cpp', |
'<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', |
'<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', |
@@ -55,6 +57,7 @@ |
'<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
'<(skia_src_path)/effects/SkPictureImageFilter.cpp', |
'<(skia_src_path)/effects/SkPixelXorXfermode.cpp', |
+ '<(skia_src_path)/effects/SkPoint3.cpp', |
'<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', |
'<(skia_src_path)/effects/SkTableColorFilter.cpp', |
'<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
@@ -111,6 +114,7 @@ |
'<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', |
'<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
'<(skia_include_path)/effects/SkPixelXorXfermode.h', |
+ '<(skia_include_path)/effects/SkPoint3.h', |
'<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
'<(skia_include_path)/effects/SkTableColorFilter.h', |
'<(skia_include_path)/effects/SkTableMaskFilter.h', |