aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 14:40:53 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 14:40:53 +0000
commitdd743fefad9764ad86d7f69deec32e9a3b5de47f (patch)
treecb07a5476a353d836510893cc146bc1ce38ae9df /gyp/gpu.gyp
parentded33215f6c193ba126dadcec5583f18a756e399 (diff)
Initial split up of Debug Interface into separate files
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp20
1 files changed, 20 insertions, 0 deletions
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',