Skip to content

Commit

Permalink
Update DEPS for 4472 branching
Browse files Browse the repository at this point in the history
# This is an automated release commit.
# Do not revert without consulting chrome-pmo@google.com.
NOAUTOREVERT=true

Change-Id: Ifc617272a5f1428c4ca646bf690b76149b8d817b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2816559
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4472@{#1}
Cr-Branched-From: 3d60439-refs/heads/master@{#870763}
  • Loading branch information
chrome-release-bot authored and Chrome Release Bot (LUCI) committed Apr 9, 2021
1 parent 3d60439 commit ff7bf3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEPS
Expand Up @@ -210,23 +210,23 @@ 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': '0e4ac64a8cf298b14034a22f9fe7b085d2cb238d',
'v8_revision': 'refs/heads/chromium/4472',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other.
'swarming_revision': 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
# 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': '83c90f2452ecb2690f110a74d1f541c12ebea98b',
'angle_revision': 'refs/heads/chromium/4472',
# 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': '4c0f888d7ef87a06dc7e6f01c3a9341aa8a826bf',
# 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': 'f3ad7d9dd2e091bd98575ddf3e8dd2ab0d2dec80',
'pdfium_revision': 'refs/heads/chromium/4472',
# 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 @@ -285,7 +285,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling devtools-frontend
# and whatever else without interference from each other.
'devtools_frontend_revision': '7322deeb77b7bfbb55ff1f11bb0c446ed4afcbc0',
'devtools_frontend_revision': 'refs/heads/chromium/4472',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libprotobuf-mutator
# and whatever else without interference from each other.
Expand Down Expand Up @@ -1526,7 +1526,7 @@ deps = {
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '70d42ae95a1de83bd317c8cc9503f894671d1392',

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@4d5ff9313ec422141bcd58e8986dad1beaa67588',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4472',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '732a76d9d3c70d6aa487216495eeb28518349c3a',
Expand All @@ -1553,7 +1553,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'c8e9a0e3d56fb25793de46c02c30b748c167e031',

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

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

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@9aba1e577674235f6b63412efac1383e2d6314dd',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4472',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit ff7bf3e

Please sign in to comment.