aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-01 15:36:02 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-01 15:36:02 +0000
commitecd84842b3f65918eb040c53391172b6413fd7ad (patch)
treeb6fb8cad101462c65157bad473b161ed40f0bb23 /gyp
parentb82c3993c2f753e5caaff2df9648ebdafc68595f (diff)
Add support to GrGLInterface for vertex array objects
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index a1c17273b5..a2644b7b75 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -214,6 +214,7 @@
'<(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',
],
'gr_null_gl_sources': [
'<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',