Skip to content

Commit

Permalink
Update DEPS for 5416 branching
Browse files Browse the repository at this point in the history
Change-Id: I76dbaf854142ac86f3b4527787b0605d9310f38a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4023846
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5416@{#1}
Cr-Branched-From: 7066d5d-refs/heads/main@{#1070729}
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 13, 2022
1 parent 7066d5d commit 1dbd7a5
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 @@ -310,19 +310,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': '94ed2502ceb4ee0444a212d2ece63b21f62b1166',
'v8_revision': 'refs/heads/chromium/5416',
# 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': '82855be3c811b01e3a1e17857ccce4b3a851a545',
'angle_revision': 'refs/heads/chromium/5416',
# 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': '87d41aad5e711b9c56bfd8c90b31815ac8cd299b',
# 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': 'a98c08922d62e1d68d8dada74f2c695dd8d83e19',
'pdfium_revision': 'refs/heads/chromium/5416',
# 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 @@ -421,7 +421,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': '05bb8e4ca207280d29796083cbc907a3aca34e90',
'dawn_revision': 'refs/heads/chromium/5416',
# 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 @@ -816,7 +816,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'006d94b3c57b1fb4539653048d5bfb175816636d',
'refs/heads/chromium/5416',
'condition': 'checkout_android and checkout_src_internal and not checkout_clank_via_src_internal',
},

Expand Down Expand Up @@ -1249,7 +1249,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '47d51aed0c80f749e89125a73bed2625c3d4b5ca',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5416',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@16939fbb2bf748d2edd3ecf99eb2d8bf0a3ab382',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5416',

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

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

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

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@32ea6113a3a17a10007583386af4d12aa9739c11',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5416',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 1dbd7a5

Please sign in to comment.