aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joel.liang <joel.liang@arm.com>2016-10-25 07:09:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-25 07:09:29 -0700
commit67c7c81a82b6351e9fbbf235084d7120162d9268 (patch)
tree9a3157acf48a096b9b58272ab8163255e9afa0d6 /gyp
parent840f12a721fe5f544e0a03ce1e4aca3ad18389f6 (diff)
Generate Signed Distance Field directly from vector path
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 398e11a0e0..3a2ad20b54 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -93,6 +93,8 @@
'<(skia_src_path)/gpu/GrCoordTransform.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
+ '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.cpp',
+ '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.h',
'<(skia_src_path)/gpu/GrDrawContext.cpp',
'<(skia_src_path)/gpu/GrDrawContextPriv.h',
'<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',