diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ vars = { "libvpx_revision": "90416", "ffmpeg_revision": "94207", "sfntly_revision": "25", - "skia_revision": "1994", + "skia_revision": "2028", "v8_revision": "8765", "webrtc_revision": "232", } 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', |