Skip to content

Commit

Permalink
Update DEPS for 4692 branching
Browse files Browse the repository at this point in the history
# This is an automated release commit.
# Do not revert without consulting chrome-pmo@google.com.
NOAUTOREVERT=true

Change-Id: I808a54f59119da22b5b41f79adc87db116df49ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3262623
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4692@{#1}
Cr-Branched-From: 038cd96-refs/heads/main@{#938553}
  • Loading branch information
chrome-release-bot authored and Chrome Release Bot (LUCI) committed Nov 5, 2021
1 parent 038cd96 commit e383355
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Expand Up @@ -234,23 +234,23 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'a05d3029ac650f2662e7aba925d464c279e8d685',
'skia_revision': 'refs/heads/chrome/m97',
# 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': '49162da459e2ca1f078389a84f0bbfcc7fed7a2b',
'v8_revision': 'refs/heads/chromium/4692',
# 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': '8c9b8f03e0f3bfb58f2023231337db6d03b6fc84',
'angle_revision': 'refs/heads/chromium/4692',
# 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': '7a571328541a7c4c8b6a203877b551fa18b17d86',
# 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': '31722577db9dc12a249ca6cdf2ff34e51a998360',
'pdfium_revision': 'refs/heads/chromium/4692',
# 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 @@ -349,7 +349,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': '15dc49ce75a5b90c848db9fe99489731b616f526',
'dawn_revision': 'refs/heads/chromium/4692',
# 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 @@ -1598,7 +1598,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@0a840b6d7fde37f82fce78d9443312c461f0689b',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4692',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'e0216a5484c8345f7d792fa16fad77ac63d89a70',
Expand Down Expand Up @@ -1637,7 +1637,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '2961e70ac940aa861f924efd1ec97405a0afc4e5',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'c276aee4eda7b1a466b139838f20e790bd746309',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4692',

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

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

Expand Down

0 comments on commit e383355

Please sign in to comment.