Skip to content

Commit

Permalink
Publish DEPS for 103.0.5053.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed May 10, 2022
1 parent 5d11ba6 commit 38ce567
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,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': 'refs/heads/chromium/5053',
'v8_revision': '3f571e30b92061a2151a0e0a1b9a7f40f9152d39',
# 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': 'refs/heads/chromium/5053',
'angle_revision': '78d88796b44b9ca2dad8872670d0e25bbf7dcba7',
# 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': '1dd93361b1d9a1755f73faac4cb2db8feb83a871',
# 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': 'refs/heads/chromium/5053',
'pdfium_revision': '341d6adac1f4a8ff0d68a4da350b7c487807ef0d',
# 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 @@ -384,7 +384,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': 'refs/heads/chromium/5053',
'dawn_revision': '680f513bda0bdb3e843d68f2b0b6a348c2fb83c7',
# 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 @@ -1663,7 +1663,7 @@ deps = {
'condition': 'checkout_android',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5053',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@3e76ffe3d4b39f7ec38581712dbde5c2e63ef0fb',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5053',
Var('webrtc_git') + '/src.git' + '@' + '42a829e6233e42f0882c6ee7c5bcbd8506aab422',

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

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

Expand Down

0 comments on commit 38ce567

Please sign in to comment.