Skip to content

Commit

Permalink
Update DEPS for 4433 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
TBR=bindusuvarna@chromium.org

Change-Id: Ia7ecfe7824af568ab7ec05f6274d9b7e3445180b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2725828
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4433@{#1}
Cr-Branched-From: ef5c494-refs/heads/master@{#858458}
  • Loading branch information
chrome-release-bot authored and Chrome Release Bot (LUCI) committed Mar 1, 2021
1 parent ef5c494 commit aa3ad7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEPS
Expand Up @@ -208,23 +208,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': '45e415150419491d6d12428ba6ee98876a405ba4',
'v8_revision': 'refs/heads/chromium/4433',
# 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': 'a6d4623970eda91638bd3c3638c9104bffcaa316',
'angle_revision': 'refs/heads/chromium/4433',
# 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': '106e01583a3ac2fb950777390dde2dcc31a8f161',
# 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': 'a929df78632d703d9a9fca8fb946f6778c49703d',
'pdfium_revision': 'refs/heads/chromium/4433',
# 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 @@ -283,7 +283,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': 'd2894d0f800e6430575e1cd1dac30a6341c30a1f',
'devtools_frontend_revision': 'refs/heads/chromium/4433',
# 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 @@ -1508,7 +1508,7 @@ deps = {
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'a6647318b57c0a05d590c8c21fc22aba87f08749',

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@2b7341ccd9d8a495f0257063d0c5c78095fb9871',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4433',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '376cf384ac689eca0bf8d4d1d3a3cf80888d3fbb',
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4433',

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

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

Expand Down

0 comments on commit aa3ad7b

Please sign in to comment.