From e14490adad033991401714252458f7ed9c993ba2 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 29 Jul 2011 13:39:53 +0000 Subject: Move GL headers out of public include dir Review URL: http://codereview.appspot.com/4837041/ git-svn-id: http://skia.googlecode.com/svn/trunk@1992 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gpu.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gyp') diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 1b5e138917..1d08174718 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -93,11 +93,7 @@ '../gpu/include/GrGeometryBuffer.h', '../gpu/include/GrGLConfig.h', '../gpu/include/GrGLConfig_chrome.h', - '../gpu/include/GrGLIndexBuffer.h', '../gpu/include/GrGLInterface.h', - '../gpu/include/GrGLIRect.h', - '../gpu/include/GrGLTexture.h', - '../gpu/include/GrGLVertexBuffer.h', '../gpu/include/GrGlyph.h', '../gpu/include/GrGpu.h', '../gpu/include/GrGpuVertex.h', @@ -149,12 +145,16 @@ '../gpu/src/GrDrawTarget.cpp', '../gpu/src/GrGLDefaultInterface_none.cpp', '../gpu/src/GrGLIndexBuffer.cpp', + '../gpu/src/GrGLIndexBuffer.h', '../gpu/src/GrGLInterface.cpp', + '../gpu/src/GrGLIRect.h', '../gpu/src/GrGLProgram.cpp', '../gpu/src/GrGLProgram.h', '../gpu/src/GrGLTexture.cpp', + '../gpu/src/GrGLTexture.h', '../gpu/src/GrGLUtil.cpp', '../gpu/src/GrGLVertexBuffer.cpp', + '../gpu/src/GrGLVertexBuffer.h', '../gpu/src/GrGpu.cpp', '../gpu/src/GrGpuFactory.cpp', '../gpu/src/GrGpuGL.cpp', -- cgit v1.2.3