From: bsalomon@google.com Date: Wed, 4 May 2011 20:18:04 +0000 (+0000) Subject: Remove GrPrintf_printf from gyp (should be using GrPrintf_skia that is already includ... X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~18554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f871268f560915d523f492cd6d2a2c6146d17d6f;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- diff --git a/gyp/skia.gyp b/gyp/skia.gyp index 816801c..b2b43cc 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',