Skip to content

Commit

Permalink
Publish DEPS for 108.0.5344.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Oct 6, 2022
1 parent 52df406 commit a72de1f
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 @@ -312,19 +312,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/5344',
'v8_revision': 'd4149f4b0791e59e6f90aeb1f48f160f3e05cd3f',
# 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/5344',
'angle_revision': '13195f8a9000e7e709b0127883af679a1898b421',
# 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': '2b155acd6a90b51009c60d397969fbad7ca771b5',
# 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/5344',
'pdfium_revision': '61f2c1da3e14411fc48764cc6d6c41a4c2859490',
# 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 @@ -423,7 +423,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/5344',
'dawn_revision': '529bd06284436b66b3a663143c9e3e80e22278c7',
# 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 @@ -1242,7 +1242,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' + '@' + 'refs/heads/chromium/5344',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '34ea0853f605c74163323604a74315dccf06dd60',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1799,7 +1799,7 @@ deps = {
'dep_type': 'cipd',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5344',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@25a61b1f93db1b6f1b1d4b3a3da6d9102fead745',

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

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

# 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 @@ -1909,7 +1909,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/5344',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f399d65b71f6b6b109fde5ce4ba32a30e15790ad',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit a72de1f

Please sign in to comment.