Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index c301999d98856a3bde1f8e3e95a6072197201404..3605e30fd4b1f996edbb50a0133204420353ef05 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -35,11 +35,14 @@ |
'<(skia_include_path)/gpu/GrUserConfig.h', |
'<(skia_include_path)/gpu/GrXferProcessor.h', |
+ '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
+ |
'<(skia_include_path)/gpu/gl/GrGLConfig.h', |
'<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
'<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
'<(skia_include_path)/gpu/gl/GrGLInterface.h', |
'<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
+ '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
bsalomon
2014/12/05 16:30:17
should this be in include?
egdaniel
2014/12/05 19:33:41
line was accidentally duplicated. Removed.
|
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', |
'<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', |