[go: nahoru, domu]

Skip to content

Commit

Permalink
Publish DEPS for 114.0.5735.198
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 24, 2023
1 parent c302938 commit 9fd9f7d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -285,27 +285,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/5735',
'src_internal_revision': '68185ed3ce10ef57cbb669a17a1c7147a30de243',
# 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/m114',
'skia_revision': '93e7d305c32c17b3fa3e531dd967bc588948a080',
# 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': '58516cf1b23f2e557e3972ec5f9ad6aaf7883da1',
# 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/5735',
'angle_revision': 'f3e3810b917c12e2e69ae23b0e36c48b41f88e61',
# 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': '23e97b79fb9193bf88e79c16c6a577c680edb2d6',
# 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/5735',
'pdfium_revision': '9505810f66cc3dde86c30d072de53ca6fc8a45de',
# 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 @@ -416,7 +416,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/5735',
'dawn_revision': '86628784160b0644a7ffebd1c647e18e2314485c',
# 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 @@ -786,7 +786,7 @@ deps = {

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 9fd9f7d

Please sign in to comment.