aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/gpu.gyp6
-rw-r--r--src/gpu/gl/debug/GrGLCreateDebugInterface.cpp (renamed from src/gpu/gl/GrGLCreateDebugInterface.cpp)0
-rw-r--r--src/gpu/gl/debug/SkDebugGLContext.cpp (renamed from src/gpu/gl/SkDebugGLContext.cpp)0
3 files changed, 4 insertions, 2 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index db506d70a4..416d0e380d 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -112,7 +112,8 @@
'../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',
@@ -253,7 +254,6 @@
'../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',
@@ -279,6 +279,8 @@
'../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',
diff --git a/src/gpu/gl/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
index 5b8c315414..5b8c315414 100644
--- a/src/gpu/gl/GrGLCreateDebugInterface.cpp
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
diff --git a/src/gpu/gl/SkDebugGLContext.cpp b/src/gpu/gl/debug/SkDebugGLContext.cpp
index ae42227251..ae42227251 100644
--- a/src/gpu/gl/SkDebugGLContext.cpp
+++ b/src/gpu/gl/debug/SkDebugGLContext.cpp