| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 0d9c4fe195ef4af8b3b46aeac2e88a2af0b8bbeb..b5e51e7f5cf3c87c343fd5121328f1a608b081bb 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -38,6 +38,7 @@
|
| '<(skia_include_path)/gpu/GrUserConfig.h',
|
| '<(skia_include_path)/gpu/GrXferProcessor.h',
|
|
|
| + '<(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/GrPorterDuffXferProcessor.h',
|
| @@ -202,6 +203,7 @@
|
| '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
|
| '<(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/GrCoverageSetOpXP.cpp',
|
| '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
|
| '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h',
|
|
|