0019-DEPS-change-some-third_party-repos-to-fetch-from-dev.patch 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. From ccf0a640af81110d079dce5aa8e7908e5f883389 Mon Sep 17 00:00:00 2001
  2. From: Tien Hock Loh - swbuildbot <tienhock.loh@starfivetech.com>
  3. Date: Thu, 11 Aug 2022 07:45:37 +0000
  4. Subject: [PATCH 19/51] DEPS: change some third_party repos to fetch from
  5. development repo
  6. Signed-off-by: Tien Hock Loh - swbuildbot <tienhock.loh@starfivetech.com>
  7. ---
  8. DEPS | 29 +++++++++++++++--------------
  9. 1 file changed, 15 insertions(+), 14 deletions(-)
  10. diff --git a/DEPS b/DEPS
  11. index f5c8d440c45d..eeeb06a7a804 100644
  12. --- a/DEPS
  13. +++ b/DEPS
  14. @@ -248,13 +248,14 @@ vars = {
  15. 'nwjs_git': 'https://github.com/nwjs',
  16. 'pdfium_git': 'https://pdfium.googlesource.com',
  17. 'quiche_git': 'https://quiche.googlesource.com',
  18. + 'reb_git': 'https://github.com/rebeccasf',
  19. 'skia_git': 'https://skia.googlesource.com',
  20. 'swiftshader_git': 'https://swiftshader.googlesource.com',
  21. 'webrtc_git': 'https://webrtc.googlesource.com',
  22. # Three lines of non-changing comments so that
  23. # the commit queue can handle CLs rolling Skia
  24. # and whatever else without interference from each other.
  25. - 'skia_revision': 'e3e2fcd24a848352ff4bd8df90891af8c9cdfd05',
  26. + 'skia_revision': '4563280903c72930232692e50e387b35924aae69',
  27. # Three lines of non-changing comments so that
  28. # the commit queue can handle CLs rolling V8
  29. # and whatever else without interference from each other.
  30. @@ -262,7 +263,7 @@ vars = {
  31. # Three lines of non-changing comments so that
  32. # the commit queue can handle CLs rolling ANGLE
  33. # and whatever else without interference from each other.
  34. - 'angle_revision': 'a4d0bfd89577761d09ccfef8826d0eb5e2455181',
  35. + 'angle_revision': 'ed00a14f6501b48d2cf24df1642d49653ddc77ff',
  36. # Three lines of non-changing comments so that
  37. # the commit queue can handle CLs rolling SwiftShader
  38. # and whatever else without interference from each other.
  39. @@ -270,7 +271,7 @@ vars = {
  40. # Three lines of non-changing comments so that
  41. # the commit queue can handle CLs rolling PDFium
  42. # and whatever else without interference from each other.
  43. - 'pdfium_revision': 'f4c62094abe20ade3a29328bc370238b7e7812b2',
  44. + 'pdfium_revision': '460f12789136fd73f28f82be25ba8887d5a3ed2b',
  45. # Three lines of non-changing comments so that
  46. # the commit queue can handle CLs rolling BoringSSL
  47. # and whatever else without interference from each other.
  48. @@ -369,7 +370,7 @@ vars = {
  49. # Three lines of non-changing comments so that
  50. # the commit queue can handle CLs rolling feed
  51. # and whatever else without interference from each other.
  52. - 'dawn_revision': '211e96c6069c66c6d503cfa2b35226c7118c7927',
  53. + 'dawn_revision': '6baaa9b2a4298e7c71555a69aee72a5c63961c2b',
  54. # Three lines of non-changing comments so that
  55. # the commit queue can handle CLs rolling feed
  56. # and whatever else without interference from each other.
  57. @@ -429,7 +430,7 @@ vars = {
  58. # Three lines of non-changing comments so that
  59. # the commit queue can handle CLs rolling feed
  60. # and whatever else without interference from each other.
  61. - 'highway_revision': '424360251cdcfc314cfc528f53c872ecd63af0f0',
  62. + 'highway_revision': '6667b0cd38025d0a0457537e9badcbc6be6e2049',
  63. # If you change this, also update the libc++ revision in
  64. # //buildtools/deps_revisions.gni.
  65. @@ -1023,19 +1024,19 @@ deps = {
  66. },
  67. 'src/third_party/angle':
  68. - Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
  69. + Var('reb_git') + '/angle.git' + '@' + Var('angle_revision'),
  70. 'src/third_party/dav1d/libdav1d':
  71. Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + 'b1a5189c9d37c837099ce50852b6ce9597b89b0c',
  72. 'src/third_party/dawn':
  73. - Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'),
  74. + Var('reb_git') + '/dawn.git' + '@' + Var('dawn_revision'),
  75. 'src/third_party/libjxl/src':
  76. Var('chromium_git') + '/external/gitlab.com/wg1/jpeg-xl.git' + '@' + Var('libjxl_revision'),
  77. 'src/third_party/highway/src':
  78. - Var('chromium_git') + '/external/github.com/google/highway.git' + '@' + Var('highway_revision'),
  79. + Var('reb_git') + '/highway.git' + '@' + Var('highway_revision'),
  80. 'src/third_party/glfw/src':
  81. Var('chromium_git') + '/external/github.com/glfw/glfw.git@' + '94773111300fee0453844a4c9407af7e880b4df8',
  82. @@ -1081,7 +1082,7 @@ deps = {
  83. },
  84. 'src/third_party/breakpad/breakpad':
  85. - Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '08bd844599bf04c71707e8f59a8013a941264695',
  86. + Var('reb_git') + '/breakpad.git' + '@' + '5f21ccb93d1f34564911c7474124fd0827d71297',
  87. 'src/third_party/byte_buddy': {
  88. 'packages': [
  89. @@ -1186,7 +1187,7 @@ deps = {
  90. Var('chromium_git') + '/external/github.com/google/farmhash.git' + '@' + '816a4ae622e964763ca0862d9dbd19324a1eaf45',
  91. 'src/third_party/ffmpeg':
  92. - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '574c39cce3231c69bc9a02ac475c27d944bdb113',
  93. + Var('reb_git') + '/chromium-ffmpeg.git' + '@' + '1a69da082435b0e7b56f5c09e4621c29aae24077',
  94. 'src/third_party/flac':
  95. Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
  96. @@ -1529,7 +1530,7 @@ deps = {
  97. },
  98. 'src/third_party/pdfium':
  99. - Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
  100. + Var('reb_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
  101. # Parses Windows PE/COFF executable format.
  102. 'src/third_party/pefile': {
  103. @@ -1538,7 +1539,7 @@ deps = {
  104. },
  105. 'src/third_party/perfetto':
  106. - Var('android_git') + '/platform/external/perfetto.git' + '@' + '943905de31ebf8d6a35016a170457dbae3efbecc',
  107. + Var('reb_git') + '/perfetto.git' + '@' + 'b2b7cb0ad63d66fd035ae359a3dd548ab14abfd8',
  108. 'src/third_party/perl': {
  109. 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3',
  110. @@ -1668,7 +1669,7 @@ deps = {
  111. Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '7ef39c5745a61f43071e699c6a96da41701ae59f',
  112. 'src/third_party/skia':
  113. - Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
  114. + Var('reb_git') + '/skia.git' + '@' + Var('skia_revision'),
  115. 'src/third_party/smhasher/src':
  116. Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
  117. @@ -1759,7 +1760,7 @@ deps = {
  118. Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'a630866d89f74aa95cf3aecd78987637ee195b68',
  119. 'src/third_party/webrtc':
  120. - Var('webrtc_git') + '/src.git' + '@' + '34e12465a46da3c220eab0489881cd89a4d659d2',
  121. + Var('reb_git') + '/webrtc.git' + '@' + 'f66ad2fa982e2f8ed53cf552b3e3313768608663',
  122. 'src/third_party/libgifcodec':
  123. Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
  124. --
  125. 2.25.1