diff options
author | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 13:11:29 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 13:11:29 +0000 |
commit | 823ccd6bf5ec1156e95642510cc58e686539a87f (patch) | |
tree | aec9bbf804f45cb2a848075bfcdf34f8724cb3cf /skia | |
parent | 649840c77637f62d7a6a5decc079dcff46f8f342 (diff) | |
download | chromium_src-823ccd6bf5ec1156e95642510cc58e686539a87f.zip chromium_src-823ccd6bf5ec1156e95642510cc58e686539a87f.tar.gz chromium_src-823ccd6bf5ec1156e95642510cc58e686539a87f.tar.bz2 |
Skia DEPS roll 2051->2088
Review URL: http://codereview.chromium.org/7605006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 7799c8e..455e886 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -25,6 +25,7 @@ '../third_party/skia/gpu/src/GrGLProgram.h', '../third_party/skia/gpu/src/GrGLRenderTarget.cpp', '../third_party/skia/gpu/src/GrGLRenderTarget.h', + '../third_party/skia/gpu/src/GrGLStencilBuffer.h', '../third_party/skia/gpu/src/GrGLTexture.cpp', '../third_party/skia/gpu/src/GrGLTexture.h', '../third_party/skia/gpu/src/GrGLUtil.cpp', @@ -49,6 +50,8 @@ '../third_party/skia/gpu/src/GrResourceCache.cpp', '../third_party/skia/gpu/src/GrResourceCache.h', '../third_party/skia/gpu/src/GrStencil.cpp', + '../third_party/skia/gpu/src/GrStencilBuffer.cpp', + '../third_party/skia/gpu/src/GrStencilBuffer.h', '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', '../third_party/skia/gpu/src/GrTexture.cpp', '../third_party/skia/gpu/src/GrTextContext.cpp', |