0001-DEPS-use-custom-angle-repo.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. From 89c0bb54756f08267f6a610052fba49ceffb34cf Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Mon, 5 Sep 2022 23:26:46 -0400
  4. Subject: [PATCH 01/68] DEPS: use custom angle repo
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. DEPS | 5 +++--
  8. 1 file changed, 3 insertions(+), 2 deletions(-)
  9. diff --git a/DEPS b/DEPS
  10. index 965dfffb0579..1b22eac9e425 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -248,6 +248,7 @@ vars = {
  14. 'nwjs_git': 'https://github.com/nwjs',
  15. 'pdfium_git': 'https://pdfium.googlesource.com',
  16. 'quiche_git': 'https://quiche.googlesource.com',
  17. + 'reb_git' : 'https://github.com/rebeccasf',
  18. 'skia_git': 'https://skia.googlesource.com',
  19. 'swiftshader_git': 'https://swiftshader.googlesource.com',
  20. 'webrtc_git': 'https://webrtc.googlesource.com',
  21. @@ -262,7 +263,7 @@ vars = {
  22. # Three lines of non-changing comments so that
  23. # the commit queue can handle CLs rolling ANGLE
  24. # and whatever else without interference from each other.
  25. - 'angle_revision': '9768648fffc94a434a7d400a2542ce3706224417',
  26. + 'angle_revision': '6fb80b7687be3e496cadd2ac1dddad2261c95038',
  27. # Three lines of non-changing comments so that
  28. # the commit queue can handle CLs rolling SwiftShader
  29. # and whatever else without interference from each other.
  30. @@ -1004,7 +1005,7 @@ deps = {
  31. },
  32. 'src/third_party/angle':
  33. - Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
  34. + Var('reb_git') + '/angle.git' + '@' + Var('angle_revision'),
  35. 'src/third_party/dav1d/libdav1d':
  36. Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + '87f9a81cd770e49394a45deca7a3df41243de00b',
  37. --
  38. 2.30.2