Skip to content

Commit

Permalink
Update DEPS for 5592 branching
Browse files Browse the repository at this point in the history
Change-Id: I73fa42c8863b91417a81711101a964551b0b9eba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4243497
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5592@{#1}
Cr-Branched-From: ffef068-refs/heads/main@{#1104296}
  • Loading branch information
Chrome Release Bot (LUCI) committed Feb 12, 2023
1 parent ffef068 commit acc4c4a
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 @@ -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': 'dccfea44d0d390b8216a2af88188f325ece73b1e',
'v8_revision': 'refs/heads/chromium/5592',
# 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': '62d35a60225824c1443eeb80d5bb598670da36a4',
'angle_revision': 'refs/heads/chromium/5592',
# 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': '938d3a1fac4deda77efb1c22c5e080ee4686eb0a',
# 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': 'fa70cfe377c1f95bbd5e63063577775a9f2cfb4b',
'pdfium_revision': 'refs/heads/chromium/5592',
# 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 @@ -426,7 +426,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': 'd77b903bddd5ad391b3e9869212e923f4fab4000',
'dawn_revision': 'refs/heads/chromium/5592',
# 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 @@ -764,7 +764,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@917146595ebe68daebe50932e8a297b179341cea',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5592',

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

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

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

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@23aaef57ac1278117770a47dd25ebaf9770c0760',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5592',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit acc4c4a

Please sign in to comment.