aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-16 23:20:31 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-16 23:20:31 +0000
commitb4f4c02eff590426c5e602902922a6c5e768e2ff (patch)
treec343cd6bba5b2a219f9ece3c4ae2197361d19d99 /gyp/gpu.gyp
parente7f3300f4250cbe308651f59c992edf6b779a24d (diff)
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
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp4
1 files changed, 2 insertions, 2 deletions
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',