0005-DEPS-use-custom-skia-and-highway-repo.patch 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. From cc7e24ccfa0f815c6ae5761d4b610682a65ee914 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Tue, 6 Sep 2022 01:24:32 -0400
  4. Subject: [PATCH 05/68] DEPS: use custom skia and highway repo
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. DEPS | 8 ++++----
  8. 1 file changed, 4 insertions(+), 4 deletions(-)
  9. diff --git a/DEPS b/DEPS
  10. index 18a019187cd7..3556ef896cb5 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -255,7 +255,7 @@ vars = {
  14. # Three lines of non-changing comments so that
  15. # the commit queue can handle CLs rolling Skia
  16. # and whatever else without interference from each other.
  17. - 'skia_revision': '3338e90707323d2cd3a150276acb9f39933deee2',
  18. + 'skia_revision': '9a910ad91bd3ba56bf3ce53ebef8a16092a858d9',
  19. # Three lines of non-changing comments so that
  20. # the commit queue can handle CLs rolling V8
  21. # and whatever else without interference from each other.
  22. @@ -426,7 +426,7 @@ vars = {
  23. # Three lines of non-changing comments so that
  24. # the commit queue can handle CLs rolling feed
  25. # and whatever else without interference from each other.
  26. - 'highway_revision': '424360251cdcfc314cfc528f53c872ecd63af0f0',
  27. + 'highway_revision': 'a30f148bd592460e523095da033586ba97584936',
  28. # If you change this, also update the libc++ revision in
  29. # //buildtools/deps_revisions.gni.
  30. @@ -1017,7 +1017,7 @@ deps = {
  31. Var('chromium_git') + '/external/gitlab.com/wg1/jpeg-xl.git' + '@' + Var('libjxl_revision'),
  32. 'src/third_party/highway/src':
  33. - Var('chromium_git') + '/external/github.com/google/highway.git' + '@' + Var('highway_revision'),
  34. + Var('reb_git') + '/highway.git' + '@' + Var('highway_revision'),
  35. 'src/third_party/glfw/src':
  36. Var('chromium_git') + '/external/github.com/glfw/glfw.git@' + '94773111300fee0453844a4c9407af7e880b4df8',
  37. @@ -1639,7 +1639,7 @@ deps = {
  38. Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '7ef39c5745a61f43071e699c6a96da41701ae59f',
  39. 'src/third_party/skia':
  40. - Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
  41. + Var('reb_git') + '/skia.git' + '@' + Var('skia_revision'),
  42. 'src/third_party/smhasher/src':
  43. Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
  44. --
  45. 2.30.2