From 0b77d6892b067ad402c9678b0226bff70599fbe2 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 19 Aug 2011 13:28:54 +0000 Subject: Make GrGLInterface a per-GrContext refcounted object rather than a global Review URL: http://codereview.appspot.com/4901046/ git-svn-id: http://skia.googlecode.com/svn/trunk@2140 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gpu.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 11e39a7506..7330cf3cff 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -146,6 +146,7 @@ '../gpu/src/GrGLProgram.h', '../gpu/src/GrGLRenderTarget.cpp', '../gpu/src/GrGLRenderTarget.h', + '../gpu/src/GrGLStencilBuffer.cpp', '../gpu/src/GrGLStencilBuffer.h', '../gpu/src/GrGLTexture.cpp', '../gpu/src/GrGLTexture.h', -- cgit v1.2.3