Skip to content

Commit

Permalink
Publish DEPS for 108.0.5343.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Oct 6, 2022
1 parent 290ea13 commit fc81364
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/5343',
'v8_revision': '93f7f272831e516004b712e9addb9ec410f50a1c',
# 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/5343',
'angle_revision': 'd8489db5bc7ebda25581c4fcb1dd12577f95840b',
# 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': '0733602a5d7a8548bd7ecea1f73bc588cbc258be',
# 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/5343',
'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/5343',
'dawn_revision': '6a74325fc3d82fefd633fb4f1a11b854440eb857',
# 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/5343',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '095720dc862c0f42489aba20b1aa31eb0634ee77',
'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/5343',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@d25b0b234cce13aced8cdb8b896d3b1177697a7f',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5343',
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/5343',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@de7f182b95e7cdabe1d999527b701843c9f8f32c',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit fc81364

Please sign in to comment.