From b4f4c02eff590426c5e602902922a6c5e768e2ff Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Tue, 16 Aug 2011 23:20:31 +0000 Subject: Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" This reverts commit r2125 Looks like GrPathRenderer.h is used from gpu/include/GrTesselatedPathRenderer.h There also seems to be a dependency tracking problem, because r2125 didn't go red, but the next revision did. Review URL: http://codereview.appspot.com/4896048 git-svn-id: http://skia.googlecode.com/svn/trunk@2127 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gpu.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gyp/gpu.gyp') diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 158a532d47..5869dcaba1 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -87,6 +87,7 @@ '../gpu/include/GrColor.h', '../gpu/include/GrConfig.h', '../gpu/include/GrContext.h', + '../gpu/include/GrDrawTarget.h', '../gpu/include/GrFontScaler.h', '../gpu/include/GrGLConfig.h', '../gpu/include/GrGLConfig_chrome.h', @@ -101,6 +102,7 @@ '../gpu/include/GrNoncopyable.h', '../gpu/include/GrPaint.h', '../gpu/include/GrPath.h', + '../gpu/include/GrPathRenderer.h', '../gpu/include/GrPathSink.h', '../gpu/include/GrPlotMgr.h', '../gpu/include/GrPoint.h', @@ -136,7 +138,6 @@ '../gpu/src/GrContext.cpp', '../gpu/src/GrCreatePathRenderer_none.cpp', '../gpu/src/GrDrawTarget.cpp', - '../gpu/src/GrDrawTarget.h', '../gpu/src/GrGeometryBuffer.h', '../gpu/src/GrGLDefaultInterface_none.cpp', '../gpu/src/GrGLIndexBuffer.cpp', @@ -168,7 +169,6 @@ '../gpu/src/GrMatrix.cpp', '../gpu/src/GrMemory.cpp', '../gpu/src/GrPathRenderer.cpp', - '../gpu/src/GrPathRenderer.h', '../gpu/src/GrPathUtils.cpp', '../gpu/src/GrPathUtils.h', '../gpu/src/GrRectanizer.cpp', -- cgit v1.2.3