Skip to content

Commit

Permalink
Publish DEPS for 115.0.5736.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Apr 27, 2023
1 parent 47e2763 commit 1684e4a
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/5736',
'v8_revision': 'd8ef7380141f3556353b074f8181c578b5bd7ae7',
# 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/5736',
'angle_revision': 'c7905f0a259355d7285fead1cd53dc2a0305f992',
# 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/5736',
'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/5736',
'dawn_revision': '135ab2b39f178a2ecefd2911e82fc79eb385a43b',
# 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/5736',
'4b87f18c797692e91ec03159da8709bbf159eb02',
'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/5736',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'f64f626f7662ce5c513216ad0034e248c950fd70',
'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/5736',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@66646c61d50887a5120aae7483e83f3eb64872a4',

'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' + '@' + 'a75df214dddb2940076d37600a8e276c1611daa3',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5736',
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/5736',
'url': Var('chrome_git') + '/chrome/src-internal.git@f18463616104561fe00ab8c06bfa595a9911e31d',
'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/5736',
'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/5736',
'url': Var('chrome_git') + '/chrome/libassistant.git' + '@' + 'fe0ef57f250510e890fc01e1b6c7da7b59117603',
'condition': 'checkout_src_internal and checkout_chromeos',
},

Expand Down

0 comments on commit 1684e4a

Please sign in to comment.