Skip to content

Commit

Permalink
Publish DEPS for 116.0.5845.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jul 8, 2023
1 parent 29c629c commit 7511e64
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 @@ -307,27 +307,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': 'e39c3564610a868b3bad3ba434264a73e1f27fa1',
# 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': '2ddcf183eb260f63698aa74d1bb380f247ad7ccd',
# 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': '114ee23f16da3c4a31673915f5ef820ae7131411',
# 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 @@ -438,7 +438,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 @@ -818,7 +818,7 @@ deps = {

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

Expand Down Expand Up @@ -1260,7 +1260,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' + '@' + '6e7496cb3ae4d3af671f217f12acfe173fe76d03',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1875,7 +1875,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 @@ -1915,7 +1915,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' + '@' + 'ebf9a1faf81f30f9fb6d1a9390545e562c62ec06',

# 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 @@ -3979,7 +3979,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 @@ -4151,7 +4151,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 @@ -4199,7 +4199,7 @@ deps = {

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

Expand Down

0 comments on commit 7511e64

Please sign in to comment.