Skip to content

Commit

Permalink
Publish DEPS for 116.0.5835.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Jun 16, 2023
1 parent b22569e commit 9238cd4
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/5835',
'src_internal_revision': 'fe8274c0ba6de7bc5ce5b34215bed3a121bc959b',
# 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': 'abfa3505db23317020ba2762b8b277877dd1bea4',
# 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/5835',
'v8_revision': '8b1af31ee01f3bfd3177ec26a985a8b34078180e',
# 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/5835',
'angle_revision': '3545ae0ca0b385e32c1e0500d562971455ced345',
# 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/5835',
'pdfium_revision': '7b044178db44c8b33688262e4331f70f69696c54',
# 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/5835',
'dawn_revision': '00c80004d043b95e09c350182b3f4cff657edadb',
# 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 @@ -810,7 +810,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5835',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@91926f6dfb63a1d8af4a9203aa8d112a4f8e03bd',

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

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

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

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

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

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

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

Expand Down

0 comments on commit 9238cd4

Please sign in to comment.