diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-04 20:18:04 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-04 20:18:04 +0000 |
commit | f871268f560915d523f492cd6d2a2c6146d17d6f (patch) | |
tree | 061bbc8b8e2cd57e3b581f36523827a8e23cb35d /gyp | |
parent | 99c2a8b362add1750ecba9f9c3f98abb01824c9b (diff) |
Remove GrPrintf_printf from gyp (should be using GrPrintf_skia that is already included in the skgr lib to direct GrPrintf to SkDebugf).
git-svn-id: http://skia.googlecode.com/svn/trunk@1248 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp index 816801c319..b2b43ccee3 100644 --- a/gyp/skia.gyp +++ b/gyp/skia.gyp @@ -1004,7 +1004,6 @@ '../gpu/src/GrPathRenderer.cpp', '../gpu/src/GrPathUtils.cpp', '../gpu/src/GrPathUtils.h', - '../gpu/src/GrPrintf_printf.cpp', '../gpu/src/GrRectanizer.cpp', '../gpu/src/GrRedBlackTree.h', '../gpu/src/GrResource.cpp', |