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
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 7f7b566..df8fb7b 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',