From cc7e24ccfa0f815c6ae5761d4b610682a65ee914 Mon Sep 17 00:00:00 2001 From: Rebecca Chang Swee Fun Date: Tue, 6 Sep 2022 01:24:32 -0400 Subject: [PATCH 05/68] DEPS: use custom skia and highway repo Signed-off-by: Rebecca Chang Swee Fun --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 18a019187cd7..3556ef896cb5 100644 --- a/DEPS +++ b/DEPS @@ -255,7 +255,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': '3338e90707323d2cd3a150276acb9f39933deee2', + 'skia_revision': '9a910ad91bd3ba56bf3ce53ebef8a16092a858d9', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. @@ -426,7 +426,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. - 'highway_revision': '424360251cdcfc314cfc528f53c872ecd63af0f0', + 'highway_revision': 'a30f148bd592460e523095da033586ba97584936', # If you change this, also update the libc++ revision in # //buildtools/deps_revisions.gni. @@ -1017,7 +1017,7 @@ deps = { Var('chromium_git') + '/external/gitlab.com/wg1/jpeg-xl.git' + '@' + Var('libjxl_revision'), 'src/third_party/highway/src': - Var('chromium_git') + '/external/github.com/google/highway.git' + '@' + Var('highway_revision'), + Var('reb_git') + '/highway.git' + '@' + Var('highway_revision'), 'src/third_party/glfw/src': Var('chromium_git') + '/external/github.com/glfw/glfw.git@' + '94773111300fee0453844a4c9407af7e880b4df8', @@ -1639,7 +1639,7 @@ deps = { Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '7ef39c5745a61f43071e699c6a96da41701ae59f', 'src/third_party/skia': - Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), + Var('reb_git') + '/skia.git' + '@' + Var('skia_revision'), 'src/third_party/smhasher/src': Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', -- 2.30.2