0021-DEPS-use-DEPS-to-pull-in-v8-source-tree.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From ae85e4121756a0e23ae01eabe1d45afc96d1645c Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Mon, 25 Jul 2022 14:45:42 +0800
  4. Subject: [PATCH 21/51] DEPS: use DEPS to pull in v8 source tree
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. DEPS | 6 +++---
  8. 1 file changed, 3 insertions(+), 3 deletions(-)
  9. diff --git a/DEPS b/DEPS
  10. index 0be6053c3f4b..ec62ba17f53f 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -259,7 +259,7 @@ vars = {
  14. # Three lines of non-changing comments so that
  15. # the commit queue can handle CLs rolling V8
  16. # and whatever else without interference from each other.
  17. - 'v8_revision': 'e5f13e0cd10e245d822f856d17b347c77ccc7593',
  18. + 'v8_revision': 'e104a918db1ae901f9477a57fa179c26778e639a',
  19. # Three lines of non-changing comments so that
  20. # the commit queue can handle CLs rolling ANGLE
  21. # and whatever else without interference from each other.
  22. @@ -1826,8 +1826,8 @@ deps = {
  23. 'condition': 'checkout_mac',
  24. },
  25. - #'src/v8':
  26. - # Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
  27. + 'src/v8':
  28. + Var('reb_git') + '/v8.git' + '@' + Var('v8_revision'),
  29. 'src-internal': {
  30. 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a911c3b7bc546c3f876a2fe98617f0509e5fc67f',
  31. --
  32. 2.25.1