Skip to content

Commit

Permalink
Update DEPS for 4955 branching
Browse files Browse the repository at this point in the history
Change-Id: I2fb8a1f801e2b9cbea86b7612a76eda1b093e150
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3539460
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4955@{#1}
Cr-Branched-From: 8486bcb-refs/heads/main@{#983172}
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 21, 2022
1 parent 8486bcb commit cbb2b83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Expand Up @@ -257,19 +257,19 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
'v8_revision': 'a3e9688af70e815d246de1b8f8d83b2214a971c5',
'v8_revision': 'refs/heads/chromium/4955',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other.
'angle_revision': 'e56f185b3c476edad5f8cb02deed97c73b995f7a',
'angle_revision': 'refs/heads/chromium/4955',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling SwiftShader
# and whatever else without interference from each other.
'swiftshader_revision': '2f3af2452783943f7d6994030a9fffa9ba3b3cec',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
'pdfium_revision': 'c227ae53ba7c9e07da1186522cd705cef1ff4ea3',
'pdfium_revision': 'refs/heads/chromium/4955',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
Expand Down Expand Up @@ -368,7 +368,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': 'aa1b7f134582108998fd9beb3dd6ab4cf28d1c56',
'dawn_revision': 'refs/heads/chromium/4955',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
Expand Down Expand Up @@ -1621,7 +1621,7 @@ deps = {
},

'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0',
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d',
'condition': 'checkout_android',
},

Expand Down Expand Up @@ -1692,7 +1692,7 @@ deps = {
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '62d7d0c928c9a040dce96aa2f16c00e7e67d59cb',

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@5fe1b21d6ba47a8dee59068d6927a4c157ec13a3',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4955',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907',
Expand Down Expand Up @@ -1731,7 +1731,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '09f024e50e84f191ee4546ef4021707faa376096',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '82c94af48f74699bc1cd2bcad4f91073fd4b88cc',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4955',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1801,7 +1801,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@934e8500b8a5862f37893d68ff6097d54295bc6d',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4955',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit cbb2b83

Please sign in to comment.