diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gmslides.gypi | 1 | ||||
-rw-r--r-- | gyp/gpu.gypi | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi index 0e53fb9f50..4f75e77231 100644 --- a/gyp/gmslides.gypi +++ b/gyp/gmslides.gypi @@ -39,6 +39,7 @@ '../gm/composeshader.cpp', #'../gm/conicpaths.cpp', '../gm/convexpaths.cpp', + '../gm/convexpolyeffect.cpp', '../gm/copyTo4444.cpp', '../gm/cubicpaths.cpp', '../gm/cmykjpeg.cpp', diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index e0f4b0e108..b1dd564576 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -133,6 +133,8 @@ '<(skia_src_path)/gpu/effects/GrBezierEffect.h', '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', + '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', + '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |