| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index fdb26ba0050d2576f71ab94ca3304ad281bb9ed3..b522dc8cc727aab443f830918b1e1d6dd7cdc3a7 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -48,6 +48,7 @@
|
| '<(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/effects/GrXfermodeFragmentProcessor.h',
|
|
|
| '<(skia_include_path)/gpu/gl/GrGLConfig.h',
|
| '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
|
| @@ -287,6 +288,7 @@
|
| '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
|
| '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
|
| '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
|
| + '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
|
| '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
|
|
|
|
|