| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 0cef7c7be0e3a778a9cb770c9394f8a0a03078ed..b7d71d7dd3a6de76fd5462f56e4008b3c486f6bb 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -35,6 +35,7 @@
|
| '<(skia_include_path)/gpu/GrTextureAccess.h',
|
| '<(skia_include_path)/gpu/GrTypes.h',
|
| '<(skia_include_path)/gpu/GrUserConfig.h',
|
| + '<(skia_include_path)/gpu/GrXferProcessor.h',
|
|
|
| '<(skia_include_path)/gpu/gl/GrGLConfig.h',
|
| '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
|
| @@ -193,6 +194,8 @@
|
| '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
|
| + '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
|
| + '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.h',
|
| '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
|
|
|