0007-DEPS-use-custom-pdfium-repo.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From c5842bda77bdae3631c59fa1515bf635645e0580 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Tue, 6 Sep 2022 02:25:00 -0400
  4. Subject: [PATCH 07/68] DEPS: use custom pdfium 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 02f64e0d65b8..803b2866857d 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -271,7 +271,7 @@ vars = {
  14. # Three lines of non-changing comments so that
  15. # the commit queue can handle CLs rolling PDFium
  16. # and whatever else without interference from each other.
  17. - 'pdfium_revision': '62ad9af8a9f9494645b659674b64bb51775cde05',
  18. + 'pdfium_revision': '5e6f6020bcf170fbdd68588a31176bde205be12a',
  19. # Three lines of non-changing comments so that
  20. # the commit queue can handle CLs rolling BoringSSL
  21. # and whatever else without interference from each other.
  22. @@ -1500,7 +1500,7 @@ deps = {
  23. },
  24. 'src/third_party/pdfium':
  25. - Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
  26. + Var('reb_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
  27. # Parses Windows PE/COFF executable format.
  28. 'src/third_party/pefile': {
  29. --
  30. 2.30.2