0009-DEPS-use-custom-dawn-repo.patch 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From f51a84eac8c9adaa8be60b93f457e3a128a43b46 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Tue, 6 Sep 2022 02:29:45 -0400
  4. Subject: [PATCH 09/68] DEPS: use custom dawn repo
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. DEPS | 4 ++--
  8. 1 file changed, 2 insertions(+), 2 deletions(-)
  9. diff --git a/DEPS b/DEPS
  10. index f90dee1c598b..8b9d38dbc05c 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -366,7 +366,7 @@ vars = {
  14. # Three lines of non-changing comments so that
  15. # the commit queue can handle CLs rolling feed
  16. # and whatever else without interference from each other.
  17. - 'dawn_revision': 'fa8cc68ff7c055512e83a538e5517400f5f053bc',
  18. + 'dawn_revision': '864f58d98e0fdcc4a3203bb4cf4cefdc67307c41',
  19. # Three lines of non-changing comments so that
  20. # the commit queue can handle CLs rolling feed
  21. # and whatever else without interference from each other.
  22. @@ -1011,7 +1011,7 @@ deps = {
  23. Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + '87f9a81cd770e49394a45deca7a3df41243de00b',
  24. 'src/third_party/dawn':
  25. - Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'),
  26. + Var('reb_git') + '/dawn.git' + '@' + Var('dawn_revision'),
  27. 'src/third_party/libjxl/src':
  28. Var('chromium_git') + '/external/gitlab.com/wg1/jpeg-xl.git' + '@' + Var('libjxl_revision'),
  29. --
  30. 2.30.2