From: Mike Klein Date: Mon, 9 Jan 2017 13:36:17 +0000 (-0500) Subject: xbyak -> skia mirror, pin version X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~950 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a34b8c77978b946eba961a21a091e65d6820589;p=platform%2Fupstream%2FlibSkiaSharp.git xbyak -> skia mirror, pin version xbyak hasn't changed in a couple weeks, so this pinned version is likely the version all bots are already on. Change-Id: I050e508f601838015edcb9890214bd7ee1ac1e59 Reviewed-on: https://skia-review.googlesource.com/6737 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- diff --git a/DEPS b/DEPS index 0eb3193..0e1ad49 100644 --- a/DEPS +++ b/DEPS @@ -43,8 +43,7 @@ deps = { # microhttpd for skiaserve "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d", - # TODO: mirror to skia.googlesource.com - "third_party/externals/xbyak" : "https://github.com/herumi/xbyak", + "third_party/externals/xbyak" : "https://skia.googlesource.com/third_party/xbyak@3a99e90", } recursedeps = [ "common" ]