Skip to content

Commit

Permalink
Update DEPS for 5485 branching
Browse files Browse the repository at this point in the history
Change-Id: I0f7bb717af12d8fe9aab84791321933f98bb242f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4111385
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5485@{#1}
Cr-Branched-From: c888d71-refs/heads/main@{#1084762}
  • Loading branch information
Chrome Release Bot (LUCI) committed Dec 18, 2022
1 parent c888d71 commit a78bc2f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
Expand Up @@ -303,19 +303,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': 'b347d04f0cde7cf4e78b80a0cfe3bdf67c64fd03',
'v8_revision': 'refs/heads/chromium/5485',
# 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': '1505f3fb77cf77c5f12d5d87f44e92a1236d09c1',
'angle_revision': 'refs/heads/chromium/5485',
# 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': '67f52030513677d41d3aaa8822d420f4e179b4a0',
# 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': '6696d1a821223ae2003de9273e62cb4ec0fdc910',
'pdfium_revision': 'refs/heads/chromium/5485',
# 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 @@ -414,7 +414,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': 'ad541a7cdd92c10cfb5433440a5783e492d3f032',
'dawn_revision': 'refs/heads/chromium/5485',
# 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 @@ -771,7 +771,7 @@ deps = {

'src/clank': {
'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' +
'349311d7a17779b323d1fe05052040d289bdc67d',
'refs/heads/chromium/5485',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1211,7 +1211,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' + '@' + 'de8b22a52f67554ada63be49d5380135ed8c770c',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5485',
'condition': 'checkout_src_internal',
},

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@29e87c1e6ee62498e2ffb6f75becfdaa0fead8b8',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5485',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '3ccec2675c73837c00d8fe2dd66e3b7e05ee0852',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5485',

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

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@137f06027b29cee3d87839e7a3af86dea855c5ec',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5485',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit a78bc2f

Please sign in to comment.