Skip to content

Commit

Permalink
Update DEPS for 4758 branching
Browse files Browse the repository at this point in the history
Change-Id: I7885b5800c9de1cdee9fe3d9b02668d7f6bd8dc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3328891
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4758@{#1}
Cr-Branched-From: 4a2cf4b-refs/heads/main@{#950365}
  • Loading branch information
Chrome Release Bot (LUCI) committed Dec 10, 2021
1 parent 4a2cf4b commit 351b29b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -239,23 +239,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': 'eb6851ab510554632125a4c3e1a9fcd43f148d91',
'skia_revision': 'refs/heads/chrome/m98',
# 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': 'e218afa8473132b56a9e1532be7920dd130aeb7e',
'v8_revision': 'refs/heads/chromium/4758',
# 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': '663831aa676c59829cc3d822340812f016bf77f6',
'angle_revision': 'refs/heads/chromium/4758',
# 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': '1706ad2969267813d16a4d7a5f96903904ceafba',
# 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': '7555375264d234a42305f85d37999d1f8b656099',
'pdfium_revision': 'refs/heads/chromium/4758',
# 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 @@ -354,7 +354,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': '1b1b658d365591b6a8d4bfb0c3524832c89afc99',
'dawn_revision': 'refs/heads/chromium/4758',
# 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 @@ -1532,7 +1532,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 @@ -1603,7 +1603,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@38603b300bcee065a9d9f0203eb389775a06e1ee',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4758',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '5e49f57a6e71a026a54eb42e366de09a4142d24e',
Expand Down Expand Up @@ -1642,7 +1642,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'c7db2bd770483d359a66ff5d43c81d43677043e9',

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

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

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

Expand Down

0 comments on commit 351b29b

Please sign in to comment.