Skip to content

Commit

Permalink
Update DEPS for 5428 branching
Browse files Browse the repository at this point in the history
Change-Id: Iac264e33679561b2a217d4b4c05554c40aad018a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4040901
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5428@{#1}
Cr-Branched-From: 8b97e1f-refs/heads/main@{#1073740}
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 19, 2022
1 parent 8b97e1f commit 3e7c4d9
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 @@ -310,19 +310,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': '43396790e735ab38df59610033dd3a172127ce4d',
'v8_revision': 'refs/heads/chromium/5428',
# 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': '0c0bbcf5889aa52105a5beb5cf71c52914062f9c',
'angle_revision': 'refs/heads/chromium/5428',
# 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': '6a259c87ef52ffbcdca88c32a5e5f2798f70ad03',
# 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': 'd5356204ae6c8a4f699a93387dd7ae1c3daff234',
'pdfium_revision': 'refs/heads/chromium/5428',
# 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 @@ -421,7 +421,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': 'e4e7d44b176f3246e386bd4034ae0e0d9e045ae6',
'dawn_revision': 'refs/heads/chromium/5428',
# 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 @@ -816,7 +816,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'01b0d7fe5fc9bd4cd6b773c3b5af4d7e2498391d',
'refs/heads/chromium/5428',
'condition': 'checkout_android and checkout_src_internal and not checkout_clank_via_src_internal',
},

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@8384d293b2e86ad6ecee26c5ecc109552ae685ee',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5428',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '444042679257669f8102f63a816a958c8cc92646',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5428',

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

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

Expand Down

0 comments on commit 3e7c4d9

Please sign in to comment.