Skip to content

Commit

Permalink
Publish DEPS for 103.0.5056.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed May 11, 2022
1 parent af72bda commit 3662863
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/5056',
'v8_revision': '1113f167eb55e26dae1217b6e8c9dab5490dd1dc',
# 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/5056',
'angle_revision': 'f1640db8ce52ac03e84de2108a3df3f36c4c1977',
# 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': 'e0a1188d76522d47c84c71a42b767ac19d3c7893',
# 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/5056',
'pdfium_revision': '02cb5702ac115d9eabff4a25bc875879fa09490f',
# 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/5056',
'dawn_revision': '61f30bad1ea99ef57c8f86e17b799105b321a42e',
# 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/5056',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@ef2b69a8c03b115ddf5abd144ccf6981e2cb7c59',

'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' + '@' + 'ccfaca7756beef3f2ee1c01072927a3dbc5b7305',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5056',
Var('webrtc_git') + '/src.git' + '@' + '61d6fb11bd7fafa5df14f0c884188122eb44e16e',

'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/5056',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@06fecb5c1d2231c407b00de3876b7ca9c9aa8850',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 3662863

Please sign in to comment.