Skip to content

Commit

Permalink
Publish DEPS for 116.0.5810.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 3, 2023
1 parent 94d164c commit 0d1751f
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/5810',
'src_internal_revision': 'b72bc13d4b3d0e511a5390090431a5e55439b8d2',
# 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': '98da8d7a299d8d0f17f29b1b0a498e678180dd8a',
# 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/5810',
'v8_revision': 'd85181b750f4d058be01e8c4fbb606a0795cd372',
# 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/5810',
'angle_revision': '6433724c369dbd7d212f0979c194892f2b682e40',
# 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': 'ae667fe96db9b7f76edea242015d61f293c7210e',
# 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/5810',
'pdfium_revision': 'd00660e5cfc65d6c772a334f1e4e98fc19f5461a',
# 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/5810',
'dawn_revision': '9c2369afe0b478746070fb835cc7bd50467257e0',
# 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/5810',
'5f92b9048c0053c036369e1d66198643efee4a70',
'condition': 'checkout_android and checkout_src_internal',
},

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5810',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@fc830f4fbc41418e206e699beb6aaf77ad51d01a',

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 0d1751f

Please sign in to comment.