Skip to content

Commit

Permalink
Update DEPS for 5645 branching
Browse files Browse the repository at this point in the history
Change-Id: I7097b5a3ae347994a7d8fe07986e4b2ebc5fd547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4330816
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5645@{#1}
Cr-Branched-From: ebcde16-refs/heads/main@{#1115871}
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 11, 2023
1 parent ebcde16 commit 9249f5e
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 @@ -313,19 +313,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': '50e5dd9ce51e9c5fdf0f0b78677eb442b2367cff',
'v8_revision': 'refs/heads/chromium/5645',
# 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': 'b468e4dd03bd236aeffde65fb3c8168f8c374f2f',
'angle_revision': 'refs/heads/chromium/5645',
# 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': '3764eb85917a601ca5201e289c37a22054a6d9e6',
# 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': 'ce0337c0880cb6c3d7bf213b828aee57a3020530',
'pdfium_revision': 'refs/heads/chromium/5645',
# 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 @@ -436,7 +436,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': 'cd097f40a3bf40b32324ba58913066dc5be95c18',
'dawn_revision': 'refs/heads/chromium/5645',
# 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 @@ -784,7 +784,7 @@ deps = {

'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'2cca1d4e46a185367a6c714e44fe2f0f80db551a',
'refs/heads/chromium/5645',
'condition': 'checkout_android and checkout_src_internal',
},

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

'src/third_party/devtools-frontend-internal': {
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'a70b100dc05341eec0d956f367014748ac3ac7aa',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5645',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@9eee852dba528dac48411018177d85ce5820796b',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5645',

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

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

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

'src-internal': {
'url': Var('chrome_git') + '/chrome/src-internal.git@1a38f620fd8238c16c4c769dca55c619a704eda2',
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5645',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 9249f5e

Please sign in to comment.