Skip to content

Commit

Permalink
Publish DEPS for 110.0.5456.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Dec 3, 2022
1 parent fc5bbed commit 75ed677
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
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/5456',
'v8_revision': '5c8a7891b2adcbc2fe7120f89feafb6dddebbd11',
# 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/5456',
'angle_revision': 'b36e337e8d9400e95de54fe231988caca6575cc9',
# 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/5456',
'pdfium_revision': 'ea231736ea4056dcef435caee59580701aa4b3ef',
# 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/5456',
'dawn_revision': 'd26656292bfbc8aeeb3a412566f5135f1fa9e141',
# 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/5456',
'9046021cb53c1046b2b07ffdddb87754b1837fc7',
'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/5456',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '24878978a17b198b042330760d7c94e75de8d9b2',
'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/5456',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@6ac2ba99576a7766db4b4e02869ddb5d20bbcac5',

'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/5456',
Var('webrtc_git') + '/src.git' + '@' + 'd0eaa54104d392a4067b4ab85513b58b5153c5f9',

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

Expand Down

0 comments on commit 75ed677

Please sign in to comment.