Skip to content

Commit

Permalink
Update DEPS for 4990 branching
Browse files Browse the repository at this point in the history
Change-Id: Ie944b4766627c222020f804bdbde8f5b7bc94dc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3575297
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4990@{#1}
Cr-Branched-From: d749b19-refs/heads/main@{#989870}
  • Loading branch information
Chrome Release Bot (LUCI) committed Apr 7, 2022
1 parent d749b19 commit 8d14f4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Expand Up @@ -257,19 +257,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': '7efc6f755cf1bffe738b25f110ea7a345716c488',
'v8_revision': 'refs/heads/chromium/4990',
# 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': 'ba04fcfd10c7c967b7efb64a31d133c85f1da08c',
'angle_revision': 'refs/heads/chromium/4990',
# 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': 'd09282e5c609528f81ebd3452f80e841ed3bf88b',
# 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': '268f21c9d342b6bfd66621eb3940f9a1902898f9',
'pdfium_revision': 'refs/heads/chromium/4990',
# 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 @@ -364,7 +364,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': 'c64eb0cc78ac52e98491b4c92b783070f0614942',
'dawn_revision': 'refs/heads/chromium/4990',
# 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 @@ -1626,7 +1626,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 @@ -1705,7 +1705,7 @@ deps = {
'condition': 'checkout_android',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@15f2db7e77f2e65d6d644d79d2ad03dd719b2d77',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4990',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '04c6053f46edacf6fe9871dac3ab407821fe5a50',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4990',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1814,7 +1814,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@64165f156528ab30369b94eaee3e38d2f1b8eb3a',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4990',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 8d14f4b

Please sign in to comment.