aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-09 08:36:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-09 14:08:30 +0000
commit9a34b8c77978b946eba961a21a091e65d6820589 (patch)
tree1f833196bb5bfff384896a215f74c30475f49b36 /DEPS
parent1026ccf1d2de57ae6e7d2f30ea92c245942121d3 (diff)
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 <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 1 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 0eb3193119..0e1ad49ec6 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" ]