Skip to content

Commit

Permalink
Publish DEPS for 111.0.5562.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jan 26, 2023
1 parent 52256ae commit d903b6b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -308,19 +308,19 @@ 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.
'v8_revision': 'refs/heads/chromium/5562',
'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/5562',
'angle_revision': 'c9094ca6b3e31454056432b6ab4f9bec06665c9b',
# 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/5562',
'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/5562',
'dawn_revision': '3076a8bf178eb09dde5e47461b8f4e8f65cf9cd9',
# 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/5562',
'0bdc23a5dc8cc781c0cf02b08d9d2b4e5a4b6a44',
'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/5562',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '3193533e2eced90275dab9c5dd55660838ff8589',
'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/5562',
'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' + '@' + 'ad8abf400d8d23fb04bdcf1f654bccb6625db7b4',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5562',
Var('webrtc_git') + '/src.git' + '@' + '0c1c9720d839522a225e50770402e4ccaff62e0d',

# 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/5562',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@4ce7c73f23917b412c4feb2a347c02eb8198258d',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit d903b6b

Please sign in to comment.