Skip to content

Commit

Permalink
Publish DEPS for 108.0.5340.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Oct 4, 2022
1 parent ecaee92 commit fb1157b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
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/5340',
'v8_revision': '7832bda59634f850841575964c17ca78d05ead68',
# 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/5340',
'angle_revision': 'be8aa9e9fbaa9278d5a0ebd18fd43357829d8c87',
# 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': '08dfcbb377340fc51b72b942ac7748697dabdad2',
# 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/5340',
'pdfium_revision': 'cfc766988fae77c684998e3f85a787da18bb0d46',
# 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/5340',
'dawn_revision': '4c569d14ab6573deb118cc916440d714eb9c7e8c',
# 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/5340',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'e8cdfdaf311076bf0fc7a88dba0b7d557ddab8f7',
'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/5340',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@0d73e9c2aa9a40b965440bf86021418c2277ce62',

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

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

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

Expand Down

0 comments on commit fb1157b

Please sign in to comment.