Skip to content

Commit

Permalink
Publish DEPS for 112.0.5596.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Feb 16, 2023
1 parent eaf003a commit 586cd18
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 @@ -303,19 +303,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/5596',
'v8_revision': 'eb1beafdf00c33b7bfb6aa5903aee7c9743fc926',
# 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/5596',
'angle_revision': '4058c2b3cadf96e27ba4e75b2503907aa858073d',
# 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': '6aae7dba00c85d44706622517746da0e25cd61b9',
# 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/5596',
'pdfium_revision': 'af575457f05154fcee3b75a62613c3d5246df11b',
# 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 @@ -426,7 +426,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/5596',
'dawn_revision': '63cd7ddf6765578e175745dac8c1df3576c82df5',
# 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 @@ -764,7 +764,7 @@ deps = {

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

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

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

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

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5596',
Var('webrtc_git') + '/src.git' + '@' + '60795e8c7ac95eff82896e4a4b7ade34a46b6e56',

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

Expand Down

0 comments on commit 586cd18

Please sign in to comment.