Skip to content

Commit

Permalink
Publish DEPS for 112.0.5577.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Feb 3, 2023
1 parent ac8df9b commit c98530a
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/5577',
'v8_revision': '4c3b0b7371d630999f9003fa4e1215c0927f0601',
# 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/5577',
'angle_revision': '874d9f477f9b79daf479bd3fbecebad86d48f9c3',
# 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': 'bcb8f46b86b711706772283071efefdee571aaab',
# 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/5577',
'pdfium_revision': 'a5ec3a4a1b595cfae58de46f94e81f8833d7dd26',
# 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 @@ -422,7 +422,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/5577',
'dawn_revision': '14685aa05bfd80cd958057b254ef94ee9122c09c',
# 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 @@ -760,7 +760,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5577',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@038774db72e2711a61b8f644185fce9f51c18d98',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5577',
Var('webrtc_git') + '/src.git' + '@' + '85abbdf526f2dc283942c61ba880c409a611e5f2',

# 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 @@ -1921,7 +1921,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/5577',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@49f824f7932148c43332ad601cb3641c03bae009',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit c98530a

Please sign in to comment.