Skip to content

Commit

Permalink
Publish DEPS for 110.0.5460.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Dec 5, 2022
1 parent fab7a45 commit 8377f4c
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 @@ -299,19 +299,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/5460',
'v8_revision': '7c68e63f65e98c8e4e3c4da0a22609a08faf7133',
# 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/5460',
'angle_revision': '3269998c712eae5e57ec6b53808c473b0b119ef0',
# 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': '6a259c87ef52ffbcdca88c32a5e5f2798f70ad03',
# 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/5460',
'pdfium_revision': '1aa642da9036aef9322d470c9563783d17c70525',
# 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 @@ -410,7 +410,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/5460',
'dawn_revision': '027bf02278cc4c4af57515a125d6c01ba40262ab',
# 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 @@ -782,7 +782,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5460',
'95131f426c4fdd6440bd2ba2a6afbdac86f09966',
'condition': 'checkout_android and checkout_src_internal',
},

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5460',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@63dc6101459edc0d463b570ebda1db02bf4a8a39',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5460',
Var('webrtc_git') + '/src.git' + '@' + '737dc4455c12325346162b9f488a346dd9df1de0',

# 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 @@ -1890,7 +1890,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/5460',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8ed818416fdf23ce34e36b5fba87522e5c974dad',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 8377f4c

Please sign in to comment.