aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-02-11 11:11:11 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-11 11:11:11 -0800
commitbb0502eec5c66ddd2f54330711010aabfa1c2176 (patch)
tree9391a830b277a798e041911de0390cd678371d1a /gyp/gpu.gypi
parent0ea80f43a1af05b8157a4ef387223bb5b0da35ed (diff)
Support multiple null GL contexts on a thread.
This has the side effect of requiring SkNullGLContext to use the null GL interface. It exposes SkNullGLContext and also removes null context support from SampleApp. Review URL: https://codereview.chromium.org/916733002
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi5
1 files changed, 1 insertions, 4 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 5cc743fcae..0bc054220c 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -370,11 +370,8 @@
'<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
],
'skgpu_null_gl_sources': [
- '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
-
- # Sk files
'<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
- '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
+ '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
],
},
}