summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-29 20:06:22 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-29 20:06:22 +0000
commit03ed9f037736458cf06cf8e23d854393703eca83 (patch)
tree147f8f861053a9028bf1d31842b8aab34b12b9d5
parent8ecee3cd6742fa45e097e49fae4bb55d398b706d (diff)
downloadgyp-03ed9f037736458cf06cf8e23d854393703eca83.tar.gz
Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet).
R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/254713006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14444 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu.gypi b/gpu.gypi
index 5eb9a79..efeeb2d 100644
--- a/gpu.gypi
+++ b/gpu.gypi
@@ -164,6 +164,8 @@
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
+ '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
+ '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
'<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
'<(skia_src_path)/gpu/gl/GrGLCaps.cpp',