Skip to content

Commit

Permalink
Publish DEPS for 116.0.5838.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 17, 2023
1 parent 247922b commit ab141f3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -303,27 +303,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/5838',
'src_internal_revision': '3a20458b83dd725bb2b7e4c9930ccbc9f76dc7ee',
# 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': '2a9e11fd9d37ad96907f1f5aa89cace18cf50069',
# 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/5838',
'v8_revision': '8e4265b3f68e7cd01ea2666797c432e65af35ec2',
# 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/5838',
'angle_revision': '24f4007b93e04834e0028333f01960516c51a351',
# 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/5838',
'pdfium_revision': 'f608b5d3a9a941dd102668f1b8156671e1082a20',
# 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 @@ -434,7 +434,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/5838',
'dawn_revision': 'f1ed14a7455229f773d42d1b6c088898469dc6b8',
# 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 @@ -814,7 +814,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5838',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@58c6e1ea988a30412d904e281c28e94f45634b85',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5838',
Var('webrtc_git') + '/src.git' + '@' + '11affddbbc7e976abbf10afa9468fa4026316627',

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

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

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

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

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

Expand Down

0 comments on commit ab141f3

Please sign in to comment.