| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 9a16d36172808edb996fb551db006ebaf234fb17..d2154bcb9f61f895f3fac4baa6533ff2abc77a1a 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -34,6 +34,7 @@
|
| '<(skia_include_path)/gpu/GrUserConfig.h',
|
| '<(skia_include_path)/gpu/GrXferProcessor.h',
|
|
|
| + '<(skia_include_path)/gpu/effects/GrColorProcessor.h',
|
| '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
|
| '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
|
| '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
|
| @@ -193,6 +194,7 @@
|
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
|
| + '<(skia_src_path)/gpu/effects/GrColorProcessor.cpp',
|
| '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
|
| '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
|
| '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
|
|
|