Skip to content

Commit

Permalink
Publish DEPS for 113.0.5665.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 20, 2023
1 parent 78036d2 commit 15ea22d
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 @@ -308,19 +308,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/5665',
'v8_revision': '55997e5a2ea8bd93316d7fdaf8caea47deee3144',
# 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/5665',
'angle_revision': '462dcdcaba55e0d6e9a44474a0409b2de5cf91a8',
# 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': '85772f1891dbbab714319980ba1f26c562f0282e',
# 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/5665',
'pdfium_revision': '45d0105675f8aa68740d500d5468b916fa5d3397',
# 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 @@ -431,7 +431,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/5665',
'dawn_revision': 'a0c34124d114f7a6f11b3e8bce4d1acb402e3467',
# 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 @@ -779,7 +779,7 @@ deps = {

'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5665',
'c10e9ce6db4956a1102d342ee915f97724992481',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1225,7 +1225,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5665',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'acb91cf8d854bd2f3f22c461c72142f21c00a839',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5665',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@6a776510142179da36e91faaa3d4e766bf6bac10',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5665',
Var('webrtc_git') + '/src.git' + '@' + '6e70aa5905b4b2b4d609c81a0bdc048116a649c1',

# 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 @@ -1953,7 +1953,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5665',
'url': Var('chrome_git') + '/chrome/src-internal.git@5e022a5d988e9bc1334ef258f83d3484e71d80a0',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 15ea22d

Please sign in to comment.