| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index fe6631db18a41d39d24ae0ae92994ee7804fd031..ce0bcfb370a02e1411601567d5b4c335e7c6ba32 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -39,6 +39,7 @@
|
| '<(skia_include_path)/gpu/GrXferProcessor.h',
|
|
|
| '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
|
| + '<(skia_include_path)/gpu/effects/GrAdvancedEquationXferProcessor.h',
|
| '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
|
| '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
|
| '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
|
| @@ -205,6 +206,7 @@
|
| '<(skia_src_path)/gpu/GrXferProcessor.cpp',
|
|
|
| '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
|
| + '<(skia_src_path)/gpu/effects/GrAdvancedEquationXferProcessor.cpp',
|
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
|
|
|