Skip to content

Commit

Permalink
Publish DEPS for 116.0.5845.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 26, 2023
1 parent 11d6513 commit bab7141
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -303,27 +303,27 @@ 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.
'src_internal_revision': 'refs/heads/chromium/5845',
'src_internal_revision': '0062a186750d7f45fb442e7f98e52edd19e2741e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'refs/heads/chrome/m116',
'skia_revision': '3e917bd013249a00f1d831e639ee4783cec76a4d',
# 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': '5c2277d79aa4d12acfb6b19301b454896e8bf353',
# 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/5845',
'angle_revision': '681ca074e359371c266a271d688eda951ac7955b',
# 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': 'b8f1a3ad5f9e077cd4c67e2f612e42bc8ef2fd30',
# 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/5845',
'pdfium_revision': '6c2c8ce87dfbf69b533e97f78807dff28c95f014',
# 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 @@ -434,7 +434,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/5845',
'dawn_revision': '9c60fecb81e7e1034d15545b71971363c9589ead',
# 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 @@ -814,7 +814,7 @@ deps = {

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

Expand Down Expand Up @@ -1256,7 +1256,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/5845',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'a00b18ef3374e0cf0b2a09238069e2b7b6ad107d',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5845',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@73a4816c4b451e0e47b35478ba204acb7848b6b9',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5845',
Var('webrtc_git') + '/src.git' + '@' + 'f80cf814353d11a9f22bef5ce5e8868f2c72f0d0',

# 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 @@ -3975,7 +3975,7 @@ deps = {
# Dependencies from src_internal
'src/chromeos/assistant/internal': {
'url': Var('chrome_git') + '/chrome/assistant.git' + '@' +
'refs/heads/chromium/5845',
'd25ca4d82ba1673ec75edfae564c67da9fa4fd16',
'condition': 'checkout_src_internal and checkout_chromeos',
},

Expand Down Expand Up @@ -4147,7 +4147,7 @@ deps = {

'src/components/optimization_guide/internal': {
'url': Var('chrome_git') + '/chrome/components/optimization_guide.git' + '@' +
'refs/heads/chromium/5845',
'2ff4ed6a2216e391efb5e6b65b0af12e807f144e',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -4195,7 +4195,7 @@ deps = {

'src/ios_internal': {
'url': Var('chrome_git') + '/chrome/ios_internal.git' + '@' +
'refs/heads/chromium/5845',
'78b54b1f6bc5365c5eae27ed862ccb9cbe2f33d2',
'condition': 'checkout_ios and checkout_src_internal',
},

Expand Down

0 comments on commit bab7141

Please sign in to comment.