aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-16 10:36:53 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-16 10:36:53 -0800
commit96880d9e366d58e5960aa0ee6aa67260797679eb (patch)
tree4aec09d45ade79453eaedb86b676b9dbf5d60952 /gyp
parent3341d428d3e49803e4f31f439a193e9e2c199daa (diff)
Create GrPathRenderingDrawContext
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 bdcaefabbf..f995bf0154 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -82,6 +82,8 @@
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
'<(skia_src_path)/gpu/GrDrawContext.cpp',
+ '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',
+ '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h',
'<(skia_src_path)/gpu/GrDrawingManager.cpp',
'<(skia_src_path)/gpu/GrDrawingManager.h',
'<(skia_src_path)/gpu/GrDrawTarget.cpp',