Skip to content

Commit

Permalink
Update DEPS for 5488 branching
Browse files Browse the repository at this point in the history
Change-Id: I5056aab7985d67e8995046f67542a0c8e3903896
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4116856
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5488@{#1}
Cr-Branched-From: c371b65-refs/heads/main@{#1085191}
  • Loading branch information
Chrome Release Bot (LUCI) committed Dec 20, 2022
1 parent c371b65 commit 932feb6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
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': '9136ceefb7d03657618e67428e248c4772c4b2bb',
'v8_revision': 'refs/heads/chromium/5488',
# 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': '1505f3fb77cf77c5f12d5d87f44e92a1236d09c1',
'angle_revision': 'refs/heads/chromium/5488',
# 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': '3b2177fcfcba440eb64b8b523217e0b908f24f40',
# 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': '6696d1a821223ae2003de9273e62cb4ec0fdc910',
'pdfium_revision': 'refs/heads/chromium/5488',
# 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 @@ -414,7 +414,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': '13e48132c0f68ac9d049b10fe56a764f3479c8a9',
'dawn_revision': 'refs/heads/chromium/5488',
# 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 @@ -771,7 +771,7 @@ deps = {

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

Expand Down Expand Up @@ -1211,7 +1211,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' + '@' + '84cce8fceabb0e22a47097150eb629dea23e4a99',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5488',
'condition': 'checkout_src_internal',
},

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

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

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

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

# 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 @@ -1895,7 +1895,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

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

Expand Down

0 comments on commit 932feb6

Please sign in to comment.