Skip to content

Commit

Permalink
Publish DEPS for 103.0.5060.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed May 30, 2022
1 parent f0fdad0 commit 39fd258
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,23 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'refs/heads/chrome/m103',
'skia_revision': 'b301ff025004c9cd82816c86c547588e6c24b466',
# 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/10.3-lkgr',
'v8_revision': 'ae35e4c1350bc9fb81bc4a2ca23efc536a46569a',
# 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/5060',
'angle_revision': '580f90c7d33e219f50847ac89f229ff62e539cd5',
# 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': 'f1c2c0b0728152d7ca24472e696e07e957e6d09a',
# 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/5060',
'pdfium_revision': 'e617ccdd24622d9a026d03468d302ee7ea71d11e',
# 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/5060',
'dawn_revision': '6b926e774c76abe298c8476801021c1dee0e0db4',
# 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 @@ -1666,7 +1666,7 @@ deps = {
'condition': 'checkout_android',
},

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

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5060',
Var('webrtc_git') + '/src.git' + '@' + '1389c76d9c79839a2ca069df1db48aa3f2e6a1ac',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1778,7 +1778,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/5060',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@9c2d690a413c522a2f2f852d5a47333de2b2e834',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 39fd258

Please sign in to comment.