Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 7750e7bc75fa22ea13cd0db2285f8fdcae9ec670..b6944687836b22c35627cf53ce4d40867de85157 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -46,6 +46,7 @@ |
'<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', |
'<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
'<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
+ '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h', |
'<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
'<(skia_include_path)/gpu/gl/GrGLConfig.h', |
@@ -249,6 +250,7 @@ |
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
'<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
'<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', |
+ '<(skia_src_path)/gpu/effects/GrExtractAlphaFragmentProcessor.cpp', |
'<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', |
'<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', |
'<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', |