Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Mar 2012 18:22:01 +0000 (18:22 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Mar 2012 18:22:01 +0000 (18:22 +0000)
http://codereview.appspot.com/5938054/

git-svn-id: http://skia.googlecode.com/svn/trunk@3526 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/gpu.gyp
src/gpu/gl/debug/GrGLCreateDebugInterface.cpp [moved from src/gpu/gl/GrGLCreateDebugInterface.cpp with 100% similarity]
src/gpu/gl/debug/SkDebugGLContext.cpp [moved from src/gpu/gl/SkDebugGLContext.cpp with 100% similarity]

index db506d7..416d0e3 100644 (file)
 
         '../src/gpu/gl/SkGLContext.cpp',
         '../src/gpu/gl/SkNullGLContext.cpp',
-        '../src/gpu/gl/SkDebugGLContext.cpp',
+
+        '../src/gpu/gl/debug/SkDebugGLContext.cpp',
 
         '../src/gpu/android/SkNativeGLContext_android.cpp',
 
         '../src/gpu/gl/GrGLContextInfo.h',
         '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
         '../src/gpu/gl/GrGLCreateNullInterface.cpp',
-        '../src/gpu/gl/GrGLCreateDebugInterface.cpp',
         '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
         '../src/gpu/gl/GrGLDefaultInterface_native.cpp',
         '../src/gpu/gl/GrGLIndexBuffer.cpp',
         '../src/gpu/gl/GrGpuGLShaders.cpp',
         '../src/gpu/gl/GrGpuGLShaders.h',
 
+        '../src/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
+
         '../src/gpu/mac/GrGLCreateNativeInterface_mac.cpp',
 
         '../src/gpu/win/GrGLCreateNativeInterface_win.cpp',