Skip to content

Commit

Permalink
Publish DEPS for 115.0.5790.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 12, 2023
1 parent 3d21f1d commit e67df1b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions DEPS
Expand Up @@ -300,27 +300,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/5790',
'src_internal_revision': 'ac0044a6731ea84ffb919cb0b8092a3c44551fde',
# 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/m115',
'skia_revision': '3e827bac0cc99f8cb552079a4bc8c2a79ac2460b',
# 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': '87971e7794787573feaa2f60a6dfd6d15bff68aa',
# 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/5790',
'angle_revision': '2ec39fd22fe94c607deb350b093421673fa1d6b8',
# 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': 'f549d5e6c6635ec8b75fb544a6bdc9f48bfb1dd3',
# 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/5790',
'pdfium_revision': 'c739696a25a3b515e208cafa2e944d377ee37307',
# 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/5790',
'dawn_revision': '1898c17cc7a41226b1174a6665b2eb6998e654e3',
# 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 @@ -812,7 +812,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5790',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@94574e5c2e14614aae7251f26a5492fec966abf0',

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

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

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

Expand All @@ -3967,7 +3967,7 @@ deps = {
},

'src/libassistant': {
'url': Var('chrome_git') + '/chrome/libassistant.git' + '@' + 'refs/heads/chromium/5790',
'url': Var('chrome_git') + '/chrome/libassistant.git' + '@' + '814fa857d072d8599cf8b02ac0a79cade692ce7f',
'condition': 'checkout_src_internal and checkout_chromeos',
},

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

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

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

'src/ios_internal': {
'url': '{chrome_git}/chrome/ios_internal.git' + '@' +
'refs/heads/chromium/5790',
'08e885545c9e3ca8a02476a7e2c64bde3b975b4d',
'condition': 'checkout_ios and checkout_src_internal',
},

Expand Down

0 comments on commit e67df1b

Please sign in to comment.