Skip to content

Commit

Permalink
Update DEPS for 5663 branching
Browse files Browse the repository at this point in the history
Change-Id: I2415f5b82fcc8210c4a5f2ab6d480b4da4b814e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351072
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5663@{#1}
Cr-Branched-From: 4d960e8-refs/heads/main@{#1119100}
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 19, 2023
1 parent 4d960e8 commit f3ff9a9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DEPS
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': 'ade0c0cc0762dbc319c48c00d33b356d3fc2a768',
'v8_revision': 'refs/heads/chromium/5663',
# 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': '4a77b0f5237515960673b9bd1bc5a229f0eeaa95',
'angle_revision': 'refs/heads/chromium/5663',
# 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': '85772f1891dbbab714319980ba1f26c562f0282e',
# 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': 'dcb27a39603ebea1f5bb4207d7b68315b088b743',
'pdfium_revision': 'refs/heads/chromium/5663',
# 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': 'fd521898eaa440c7c450cedc4958a8390ea8f4d1',
'dawn_revision': 'refs/heads/chromium/5663',
# 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' + '@' +
'c10e9ce6db4956a1102d342ee915f97724992481',
'refs/heads/chromium/5663',
'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' + '@' + 'cf8519ecdb71fac0c6a8bd15982f29acc8dfc4a0',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5663',
'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@fccfa1b2700fe68df9f4216153030caff61d32c0',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5663',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '6a1ded02d9405e114f86eb7dfef327dd7a90e781',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5663',

# 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@bd48a4db40b5666f9b18f7c531ed4ddfc406123e',
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5663',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit f3ff9a9

Please sign in to comment.