diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -11,7 +11,7 @@ vars = { "libjingle_revision": "50", "libvpx_revision": "65287", "ffmpeg_revision": "71842", - "skia_revision": "716", + "skia_revision": "741", } deps = { diff --git a/skia/skia.gyp b/skia/skia.gyp index 4c51e8a..548122f 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -29,6 +29,7 @@ '../third_party/skia/gpu/src/GrMemory.cpp', '../third_party/skia/gpu/src/GrPath.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', + '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', '../third_party/skia/gpu/src/GrTextureCache.cpp', '../third_party/skia/gpu/src/GrTextContext.cpp', '../third_party/skia/gpu/src/GrTextStrike.cpp', @@ -43,6 +44,7 @@ '../third_party/skia/gpu/include/GrColor.h', '../third_party/skia/gpu/include/GrConfig.h', '../third_party/skia/gpu/include/GrContext.h', + '../third_party/skia/gpu/include/GrContext_impl.h', '../third_party/skia/gpu/include/GrDrawTarget.h', '../third_party/skia/gpu/include/GrFontScaler.h', '../third_party/skia/gpu/include/GrGLConfig.h', @@ -61,6 +63,7 @@ '../third_party/skia/gpu/include/GrMemory.h', '../third_party/skia/gpu/include/GrMesh.h', '../third_party/skia/gpu/include/GrNoncopyable.h', + '../third_party/skia/gpu/include/GrPaint.h', '../third_party/skia/gpu/include/GrPath.h', '../third_party/skia/gpu/include/GrPathIter.h', '../third_party/skia/gpu/include/GrPathSink.h', @@ -345,6 +348,7 @@ '../third_party/skia/src/core/SkRasterizer.cpp', '../third_party/skia/src/core/SkRect.cpp', '../third_party/skia/src/core/SkRefCnt.cpp', + '../third_party/skia/src/core/SkRefDict.cpp', '../third_party/skia/src/core/SkRegion.cpp', '../third_party/skia/src/core/SkRegionPriv.h', '../third_party/skia/src/core/SkRegion_path.cpp', @@ -519,6 +523,7 @@ '../third_party/skia/include/core/SkPath.h', '../third_party/skia/include/core/SkPathEffect.h', '../third_party/skia/include/core/SkPathMeasure.h', + '../third_party/skia/include/core/SkPDFTypefaceInfo.h', '../third_party/skia/include/core/SkPerspIter.h', '../third_party/skia/include/core/SkPicture.h', '../third_party/skia/include/core/SkPixelRef.h', @@ -530,6 +535,7 @@ '../third_party/skia/include/core/SkReader32.h', '../third_party/skia/include/core/SkRect.h', '../third_party/skia/include/core/SkRefCnt.h', + '../third_party/skia/include/core/SkRefDict.h', '../third_party/skia/include/core/SkRegion.h', '../third_party/skia/include/core/SkScalar.h', '../third_party/skia/include/core/SkScalarCompare.h', @@ -543,6 +549,7 @@ '../third_party/skia/include/core/SkTDStack.h', '../third_party/skia/include/core/SkTDict.h', '../third_party/skia/include/core/SkTRegistry.h', + '../third_party/skia/include/core/SkTScopedPtr.h', '../third_party/skia/include/core/SkTSearch.h', '../third_party/skia/include/core/SkTemplates.h', '../third_party/skia/include/core/SkThread.h', |