Skip to content

Commit

Permalink
Publish DEPS for 110.0.5432.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 22, 2022
1 parent 5d36ed7 commit 11ac87f
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 @@ -310,19 +310,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/5432',
'v8_revision': '43396790e735ab38df59610033dd3a172127ce4d',
# 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/5432',
'angle_revision': 'cbc756332d8dc4f75ab421083dca319b99eafcd9',
# 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/5432',
'pdfium_revision': 'd5356204ae6c8a4f699a93387dd7ae1c3daff234',
# 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 @@ -421,7 +421,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/5432',
'dawn_revision': '95df1efa5a7521614907b3c7200c3a1a4ab3127d',
# 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 @@ -816,7 +816,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5432',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@8384d293b2e86ad6ecee26c5ecc109552ae685ee',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5432',
Var('webrtc_git') + '/src.git' + '@' + '538fa813283b96ff8e0b49770b5620d7bf71cdb5',

# 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 @@ -1919,7 +1919,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/5432',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6876cf1745f06a3b5d6de2b85966b61c64819e4b',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 11ac87f

Please sign in to comment.