Skip to content

Commit

Permalink
Publish DEPS for 111.0.5563.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jan 28, 2023
1 parent 5d3d11b commit fa9e43d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
Expand Up @@ -304,23 +304,23 @@ vars = {
# 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/m111',
'skia_revision': '59932b057f281ddaeb0926ecfac55486270f8c51',
# 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/5563',
'v8_revision': 'c77793a2ee5bfa7c5226dd8f622bf331b97a5a25',
# 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/5563',
'angle_revision': 'bed19c471ade71025d965f0f44f88f6e0085dc3f',
# 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': 'aae98adc2222dcada4aa952cccad48ab08e34004',
# 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/5563',
'pdfium_revision': 'd087df316170b2d8757487b1015244384624478e',
# 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 @@ -419,7 +419,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/5563',
'dawn_revision': '42c5b2f6755317073866ec00dd59396ee9175f8b',
# 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 @@ -770,7 +770,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5563',
'22dfa3e1088e65a867348a57f389a614d81026fc',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1210,7 +1210,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5563',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'fea4a774e3555e0ba459d96725258ca91d791ad7',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5563',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@243deb3abd84f442957dc5394745d25482ff791b',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5563',
Var('webrtc_git') + '/src.git' + '@' + '6c032cb8356b0d3f717c4fcf50796241f2bba6c2',

# 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 @@ -1923,7 +1923,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5563',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@457ed80276dbc87b3266d1fc47cd0e54ae98d2fb',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit fa9e43d

Please sign in to comment.