Skip to content

Commit

Permalink
Publish DEPS for 109.0.5393.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Oct 31, 2022
1 parent c0cd7ad commit 665f2be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -311,19 +311,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/5393',
'v8_revision': 'bfe6ca366d5b50b6f49c0da4d41230e538d9317b',
# 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/5393',
'angle_revision': '32fb3be6be42efa5c906f11b88223693d5d62ff7',
# 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': 'cd9da0fefcefa6fc6d5ba7a2d29d173fef87801e',
# 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/5393',
'pdfium_revision': '16812d6c18001cccc303e25e8f6f02ab27e3f6d5',
# 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 @@ -422,7 +422,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/5393',
'dawn_revision': 'c14c8822b5e6a5e7fb00c2e15907c4c90ee47cdf',
# 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 @@ -817,7 +817,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5393',
'a421301e8f1cecfc9240f4d21b983a9a16181921',
'condition': 'checkout_android and checkout_src_internal and not checkout_clank_via_src_internal',
},

Expand Down Expand Up @@ -1250,7 +1250,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/5393',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'f8cfcdb9ee9a7089bc6336a2f40d108a5ae03ff5',
'condition': 'checkout_src_internal',
},

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

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

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5393',
Var('webrtc_git') + '/src.git' + '@' + '89d39c140f1e50ffb3da15bf68ab639eb875a9d2',

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

Expand Down

0 comments on commit 665f2be

Please sign in to comment.