Skip to content

Commit

Permalink
Update DEPS for 5644 branching
Browse files Browse the repository at this point in the history
Change-Id: I58331d01750850b3806e95fb3e794863deec67d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327331
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5644@{#1}
Cr-Branched-From: d154eea-refs/heads/main@{#1115632}
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 10, 2023
1 parent d154eea commit 8168219
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 @@ -329,19 +329,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': 'ca9614b4fd8ed8bf2ad3d6a37bf4b8de13f1c077',
'v8_revision': 'refs/heads/chromium/5644',
# 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': '377216093693e092dd886d12d654f30605165cbf',
'angle_revision': 'refs/heads/chromium/5644',
# 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': '3764eb85917a601ca5201e289c37a22054a6d9e6',
# 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': 'ce0337c0880cb6c3d7bf213b828aee57a3020530',
'pdfium_revision': 'refs/heads/chromium/5644',
# 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 @@ -452,7 +452,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': '783285fa1cd9a5eb2ab794ee61164462692320b0',
'dawn_revision': 'refs/heads/chromium/5644',
# 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 @@ -800,7 +800,7 @@ deps = {

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

Expand Down Expand Up @@ -1246,7 +1246,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' + '@' + '35173880b9483d8efbe093ec0d4ba9dd8f037111',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5644',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1774,7 +1774,7 @@ deps = {
},

'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0',
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d',
'condition': 'checkout_android',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@9eee852dba528dac48411018177d85ce5820796b',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5644',

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

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

# 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 @@ -4098,7 +4098,7 @@ deps = {

'src/chromeos/assistant/internal': {
'url': Var('chrome_git') + '/chrome/assistant.git' + '@' +
'7fd2cf66416f39e40d3846bf3a00b527e7738507',
'refs/heads/chromium/5644',
'condition': 'checkout_src_internal and checkout_chromeos',
},

Expand All @@ -4124,7 +4124,7 @@ deps = {
'src/components/optimization_guide/internal': {
'url':
Var('chrome_git') + '/chrome/components/optimization_guide.git' + '@' +
'8de202c36f052c93df968f81c614c3638af80684',
'refs/heads/chromium/5644',
'condition': 'checkout_src_internal',
},

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

'src/ios_internal': {
'url': '{chrome_git}/chrome/ios_internal.git' + '@' +
'b3ecb53c2985176df0316de9f6c0b4471a4f2fab',
'refs/heads/chromium/5644',
'condition': 'checkout_src_internal and checkout_ios',
},

Expand Down

0 comments on commit 8168219

Please sign in to comment.