diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-03-25 12:31:16 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-03-25 12:31:16 +0000 |
commit | dfe75bcf98b0c04535efbf7fe36492a7fb53c90d (patch) | |
tree | d12fd433145b03133197a7a75637d4bfbde27de9 /gyp | |
parent | b123c9d99708e25e8a5b633dcf17ff8c923a4d7f (diff) |
Add way to determine at link time what path renderer will be used.
Added mechanism for a custom path renderer to punt and fallback to default path renderer
git-svn-id: http://skia.googlecode.com/svn/trunk@1005 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp index 53ea83b77d..20b5fae3af 100644 --- a/gyp/skia.gyp +++ b/gyp/skia.gyp @@ -870,6 +870,7 @@ '../gpu/include/GrPaint.h', '../gpu/include/GrPath.h', '../gpu/include/GrPathIter.h', + '../gpu/include/GrPathRenderer.h', '../gpu/include/GrPathSink.h', '../gpu/include/GrPlotMgr.h', '../gpu/include/GrPoint.h', @@ -902,6 +903,7 @@ '../gpu/src/GrBufferAllocPool.h', '../gpu/src/GrClip.cpp', '../gpu/src/GrContext.cpp', + '../gpu/src/GrCreatePathRenderer_none.cpp', '../gpu/src/GrDrawTarget.cpp', '../gpu/src/GrGLIndexBuffer.cpp', '../gpu/src/GrGLInterface.cpp', @@ -921,7 +923,6 @@ '../gpu/src/GrMemory.cpp', '../gpu/src/GrPath.cpp', '../gpu/src/GrPathRenderer.cpp', - '../gpu/src/GrPathRenderer.h', '../gpu/src/GrPrintf_printf.cpp', '../gpu/src/GrRectanizer.cpp', '../gpu/src/GrRedBlackTree.h', |