Skip to content

Commit

Permalink
Publish DEPS for 109.0.5400.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 4, 2022
1 parent d3655e7 commit e1aeb1c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Original file line number Diff line number Diff line change
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/5400',
'v8_revision': 'd4ebeee715bbd55e8dad4b8c0cd2e619992394ac',
# 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/5400',
'angle_revision': '378dc05d8cc036ae50b288727f534eac643e1d47',
# 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': 'a113fba5d9469933a4ddd7652cefa3a3640fc25b',
# 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/5400',
'pdfium_revision': '6c5cfd873fc7fd7166ce1361e5bcfd8642892070',
# 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/5400',
'dawn_revision': 'abd6a7d9d4a40c2b109cca4cc1ccd420409333bc',
# 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/5400',
'4d453b8b3d84a0ae72d7246629e62cc84ebf27a2',
'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/5400',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '540b4a4ea7acfef6d21047b456d3716dd74fbc46',
'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/5400',
'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' + '@' + 'dac3646b15e7291d7248a6f4ab2e3477afd1db1b',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5400',
Var('webrtc_git') + '/src.git' + '@' + '01c2c325bdf49345aa03fa4cc9b4adca72512783',

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

Expand Down

0 comments on commit e1aeb1c

Please sign in to comment.