diff options
author | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 19:26:55 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 19:26:55 +0000 |
commit | 72c8a1dc7563e1b210809cfeda59413928c2219f (patch) | |
tree | f82d5fef63d73a99d3b5ad8c9fd0d963b4ee3ff2 /skia | |
parent | f168a63ee538a962b03477ae71ab1e450cf7dbfa (diff) | |
download | chromium_src-72c8a1dc7563e1b210809cfeda59413928c2219f.zip chromium_src-72c8a1dc7563e1b210809cfeda59413928c2219f.tar.gz chromium_src-72c8a1dc7563e1b210809cfeda59413928c2219f.tar.bz2 |
Roll skia to r2028
Review URL: http://codereview.chromium.org/7551015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index eb06046..635a1f3 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -23,6 +23,8 @@ '../third_party/skia/gpu/src/GrGLIRect.h', '../third_party/skia/gpu/src/GrGLProgram.cpp', '../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/GrGLTexture.cpp', '../third_party/skia/gpu/src/GrGLTexture.h', '../third_party/skia/gpu/src/GrGLUtil.cpp', @@ -42,6 +44,7 @@ '../third_party/skia/gpu/src/GrPathRenderer.cpp', '../third_party/skia/gpu/src/GrPathUtils.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', + '../third_party/skia/gpu/src/GrRenderTarget.cpp', '../third_party/skia/gpu/src/GrResource.cpp', '../third_party/skia/gpu/src/GrResourceCache.cpp', '../third_party/skia/gpu/src/GrStencil.cpp', @@ -86,6 +89,7 @@ '../third_party/skia/gpu/include/GrRect.h', '../third_party/skia/gpu/include/GrRectanizer.h', '../third_party/skia/gpu/include/GrRefCnt.h', + '../third_party/skia/gpu/include/GrRenderTarget.h', '../third_party/skia/gpu/include/GrResourceCache.h', '../third_party/skia/gpu/include/GrSamplerState.h', '../third_party/skia/gpu/include/GrScalar.h', |