Skip to content

Commit

Permalink
Update DEPS for 5656 branching
Browse files Browse the repository at this point in the history
Change-Id: I5816cf984dcb6ba0e6015432f7d87e5d430a30f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346492
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5656@{#1}
Cr-Branched-From: d611c18-refs/heads/main@{#1118045}
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 16, 2023
1 parent d611c18 commit 4579b9a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,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': '9bc983065c350b94530b5bf33f8d35b7d72d9b0c',
'v8_revision': 'refs/heads/chromium/5656',
# 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': '108c0cefda0973dd004a71ac41bd583631724122',
'angle_revision': 'refs/heads/chromium/5656',
# 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': 'fa0e42592666aa58b401c68792477e5b9df9a01d',
# 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': 'de5e3799e8df29769a4833cf08e59b90293b7cc1',
'pdfium_revision': 'refs/heads/chromium/5656',
# 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 @@ -431,7 +431,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': '26e2ac363b28fa2e4a5480dc2c6fcfa26d4f10ff',
'dawn_revision': 'refs/heads/chromium/5656',
# 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 @@ -779,7 +779,7 @@ deps = {

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

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

Expand Down Expand Up @@ -1753,7 +1753,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 @@ -1836,7 +1836,7 @@ deps = {
'dep_type': 'cipd',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@7248c680579d80c47e5c3783b3c356b2d000b39a',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5656',

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

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

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

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

Expand Down

0 comments on commit 4579b9a

Please sign in to comment.