From dd743fefad9764ad86d7f69deec32e9a3b5de47f Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 5 Apr 2012 14:40:53 +0000 Subject: Initial split up of Debug Interface into separate files http://codereview.appspot.com/5979048/ git-svn-id: http://skia.googlecode.com/svn/trunk@3616 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gpu.gyp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gyp/gpu.gyp') diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 7f7b566c49..df8fb7bba8 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -301,6 +301,26 @@ '../src/gpu/gl/GrGpuGLShaders.h', '../src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', + '../src/gpu/gl/debug/GrFakeRefObj.h', + '../src/gpu/gl/debug/GrFakeRefObj.cpp', + '../src/gpu/gl/debug/GrBufferObj.h', + '../src/gpu/gl/debug/GrBufferObj.cpp', + '../src/gpu/gl/debug/GrFBBindableObj.h', + '../src/gpu/gl/debug/GrFBBindableObj.cpp', + '../src/gpu/gl/debug/GrRenderBufferObj.h', + '../src/gpu/gl/debug/GrRenderBufferObj.cpp', + '../src/gpu/gl/debug/GrTextureObj.h', + '../src/gpu/gl/debug/GrTextureObj.cpp', + '../src/gpu/gl/debug/GrTextureUnitObj.h', + '../src/gpu/gl/debug/GrTextureUnitObj.cpp', + '../src/gpu/gl/debug/GrFrameBufferObj.h', + '../src/gpu/gl/debug/GrFrameBufferObj.cpp', + '../src/gpu/gl/debug/GrShaderObj.h', + '../src/gpu/gl/debug/GrShaderObj.cpp', + '../src/gpu/gl/debug/GrProgramObj.h', + '../src/gpu/gl/debug/GrProgramObj.cpp', + '../src/gpu/gl/debug/GrDebugGL.h', + '../src/gpu/gl/debug/GrDebugGL.cpp', '../src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', -- cgit v1.2.3