Skip to content

Commit

Permalink
Update DEPS for 5573 branching
Browse files Browse the repository at this point in the history
Change-Id: I20b0f0ca336b2fec526bf72709fb6080c2edb947
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4213633
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5573@{#1}
Cr-Branched-From: eee749f-refs/heads/main@{#1099765}
  • Loading branch information
Chrome Release Bot (LUCI) committed Feb 1, 2023
1 parent eee749f commit 9fea057
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,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': '3e6a91fec6f859ffdbedfee270859ca901ef66c1',
'v8_revision': 'refs/heads/chromium/5573',
# 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': 'fea282e5f5d1c2789a660b4c625f3ec9cbbed26e',
'angle_revision': 'refs/heads/chromium/5573',
# 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': 'd25c7a174ad717bae315403dd00695feb2a6cc16',
# 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': '68b78719e8751b40344437408ed7f2aa1e7083a4',
'pdfium_revision': 'refs/heads/chromium/5573',
# 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 @@ -422,7 +422,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': 'f4480c7032fe5c60162c8242d0c13bfc06f4e486',
'dawn_revision': 'refs/heads/chromium/5573',
# 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 @@ -760,7 +760,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'c20bba624aa0ba43766f31c7f11205fe91b734dc',
'refs/heads/chromium/5573',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1208,7 +1208,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'be8dc74eeadebbb30e51360bd859a3ee767fc924',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5573',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1728,7 +1728,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 @@ -1811,7 +1811,7 @@ deps = {
'dep_type': 'cipd',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@f7950a41c59d6e0396420296dc2fecd51e14fcfc',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5573',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '0507fbdd056453e0e840fb0a416ed2080536efb8',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5573',

# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.
Expand Down Expand Up @@ -1921,7 +1921,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

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

Expand Down

0 comments on commit 9fea057

Please sign in to comment.