diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 46d57c8..4065b4a 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -417,8 +417,11 @@ '../third_party/skia/src/gpu/SkGr.cpp', '../third_party/skia/src/gpu/SkGrFontScaler.cpp', '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', + '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h', '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp', '../third_party/skia/src/gpu/effects/GrConvolutionEffect.h', + '../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp', + '../third_party/skia/src/gpu/effects/GrMorphologyEffect.h', '../third_party/skia/src/gpu/gl/GrGLCaps.cpp', '../third_party/skia/src/gpu/gl/GrGLCaps.h', '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp', @@ -449,8 +452,7 @@ '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h', '../third_party/skia/src/gpu/gl/GrGpuGL.cpp', '../third_party/skia/src/gpu/gl/GrGpuGL.h', - '../third_party/skia/src/gpu/gl/GrGpuGLShaders.cpp', - '../third_party/skia/src/gpu/gl/GrGpuGLShaders.h', + '../third_party/skia/src/gpu/gl/GrGpuGL_program.cpp', '../third_party/skia/src/images/bmpdecoderhelper.cpp', '../third_party/skia/src/images/bmpdecoderhelper.h', |