diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 08d8351..ea106f5 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -391,6 +391,8 @@ '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', '../third_party/skia/src/gpu/GrPathUtils.cpp', '../third_party/skia/src/gpu/GrPlotMgr.h', + '../third_party/skia/src/gpu/GrProgramStageFactory.cpp', + '../third_party/skia/src/gpu/GrProgramStageFactory.h', '../third_party/skia/src/gpu/GrRandom.h', '../third_party/skia/src/gpu/GrRectanizer.h', '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', @@ -419,6 +421,8 @@ '../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/GrConvolutionEffect.cpp', + '../third_party/skia/src/gpu/effects/GrConvolutionEffect.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', @@ -754,6 +758,7 @@ '../third_party/skia/include/ports', '../third_party/skia/include/utils', '../third_party/skia/src/core', + '../third_party/skia/src/gpu', '../third_party/skia/src/utils', ], 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], |