Skip to content

Commit

Permalink
Publish DEPS for 95.0.4625.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 28, 2021
1 parent 516b08e commit a01b715
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "all",
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file or sync dependencies
# conditionally etc.
Expand Down Expand Up @@ -232,19 +233,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': 'refs/heads/chromium/4625',
'v8_revision': '3259bf551fd8e1a45902a18824d567f73a009896',
# 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': 'refs/heads/chromium/4625',
'angle_revision': '9c27164587e6efe81658b2ea1e93465c3c319da1',
# 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': 'a6ca3d4c0ccdac078ac2c0e0b80efc9ee16a31e0',
# 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': 'refs/heads/chromium/4625',
'pdfium_revision': '6d4d9ca36cf7a227fa8ec61bed28dfc3dd0da520',
# 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 @@ -343,7 +344,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': 'refs/heads/chromium/4625',
'dawn_revision': 'cd3ad245613c96b114566bb155d666683d0640a5',
# 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 @@ -1506,7 +1507,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 @@ -1577,7 +1578,7 @@ deps = {
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'bdf3dd3f284ebbd2a6fa16f12284d7ac8b3ad8b8',

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4625',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@6540bc7683efc214468747d24e86a70b9b15ba27',

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

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4625',
Var('webrtc_git') + '/src.git' + '@' + '27edde3182ccc9c6afcd65b7e6d8b6558cb49d64',

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

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

Expand Down

0 comments on commit a01b715

Please sign in to comment.