aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-03-21 09:04:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-21 09:04:26 -0700
commit3c481001b16288f604a5279bcb4bf46c5dd2b703 (patch)
treeb66268aabe13e42992473b334b371aa3fd6b7c21 /gyp
parent423ba24cac329550fb20135707dbfc71686e7596 (diff)
Make the debug interface a GrGLTestInterface subclass.
The debug interface subsumes the GrDebugGL singleton which allows multiple instances. Fixes a few issues that existed before this CL (pack alignment wasn't tracked or respected, and we weren't initializing a texture id to 0 in one GM). Apparently this is not currently run on the bots. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1812323002 Review URL: https://codereview.chromium.org/1812323002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 40def5acb7..e85b292abe 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -333,8 +333,6 @@
'<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
'<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
'<(skia_src_path)/gpu/gl/GrGLIRect.h',
- '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
- '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
'<(skia_src_path)/gpu/gl/GrGLPath.cpp',
'<(skia_src_path)/gpu/gl/GrGLPath.h',
'<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
@@ -552,8 +550,6 @@
'<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp',
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.h',
'<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp',
- '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h',
- '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp',
'<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h',
# Sk files