Skip to content

Commit

Permalink
Update DEPS for 5402 branching
Browse files Browse the repository at this point in the history
Change-Id: I6585cc4905849d73957e673d545b82f70b8a8fa1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4003450
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5402@{#1}
Cr-Branched-From: a2a4b10-refs/heads/main@{#1067769}
  • Loading branch information
Chrome Release Bot (LUCI) committed Nov 5, 2022
1 parent a2a4b10 commit e1cf472
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 @@ -311,19 +311,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': '40e0bcc5faa09b58034dfa6c86c9074ce14dedc5',
'v8_revision': 'refs/heads/chromium/5402',
# 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': '54f29c4a678a6b9f9165b7d5e8e4f04f66b46352',
'angle_revision': 'refs/heads/chromium/5402',
# 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': 'a113fba5d9469933a4ddd7652cefa3a3640fc25b',
# 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': '4da347bd4c51f658b95761e249acabfee3919585',
'pdfium_revision': 'refs/heads/chromium/5402',
# 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 @@ -422,7 +422,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': '4b60615eae36062ae4d4d5fe89a4e854dc3227ad',
'dawn_revision': 'refs/heads/chromium/5402',
# 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 @@ -817,7 +817,7 @@ deps = {

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

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

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

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@ba840d111dc5ed6b9f6316ee15bc44b5755b695d',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5402',

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

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

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

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

Expand Down

0 comments on commit e1cf472

Please sign in to comment.