Skip to content

Commit

Permalink
Publish DEPS for 115.0.5737.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Apr 27, 2023
1 parent 8a1e9d3 commit dcf00b4
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 @@ -289,19 +289,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/5737',
'v8_revision': '142d58dbf64a340380a9f1b8d7c35377ba553fcf',
# 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/5737',
'angle_revision': '2c066db6e921fba537e2264d34f97ab56136b845',
# 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': '3076b4c0d8cec6c15dbbdc180c8c463341365780',
# 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/5737',
'pdfium_revision': '48468f15db02dbaaa3de889861f5b4e2da670dde',
# 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 @@ -412,7 +412,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/5737',
'dawn_revision': '664e1e070201cc00fba02891a0f632e46c250aab',
# 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 @@ -782,7 +782,7 @@ deps = {

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

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

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

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

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

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

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

'src-internal': {
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5737',
'url': Var('chrome_git') + '/chrome/src-internal.git@bfbe0bb4e6b4e2bfe6347c65ab959e707a2e84d9',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -3915,7 +3915,7 @@ deps = {
# Dependencies from src_internal
'src/chromeos/assistant/internal': {
'url': Var('chrome_git') + '/chrome/assistant.git' + '@' +
'refs/heads/chromium/5737',
'128a20b1e80a95b33d229722a6e3717cb3cd7c60',
'condition': 'checkout_src_internal and checkout_chromeos',
},

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

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

Expand Down

0 comments on commit dcf00b4

Please sign in to comment.