Skip to content

Commit

Permalink
Publish DEPS for 93.0.4539.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Jun 11, 2021
1 parent 9519451 commit 4c8e241
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions DEPS
Expand Up @@ -50,6 +50,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win-asan",
# 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 @@ -213,23 +214,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': 'refs/heads/chromium/4539',
'v8_revision': '0cf641358acebb26c2b7ddc047b1b41597d344c8',
# 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': 'refs/heads/chromium/4539',
'angle_revision': 'c670917ce0460217c214de7ae01c90eb59664d17',
# 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': '9559e5836cc1d7f8b59fc5a9ecde7e75f6b9051f',
# 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/4539',
'pdfium_revision': 'd18ccc01ffa743bf5e0a406b7c12c7ce0973fa24',
# 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 @@ -288,7 +289,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': 'refs/heads/chromium/4539',
'devtools_frontend_revision': '46cdd9cd019f088e1134abe84dbc7d53ac60585a',
# 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 @@ -328,7 +329,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/4539',
'dawn_revision': '74f0c02044ca5d058f582c64b00c39e0f75e24f0',
# 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 @@ -1474,7 +1475,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 @@ -1545,7 +1546,7 @@ deps = {
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '22ba62ffe79c3881581ab430368bf3764d9533eb',

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4539',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@7e098c965711254a3d72c4eb35736263f0d410b8',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '732a76d9d3c70d6aa487216495eeb28518349c3a',
Expand Down Expand Up @@ -1584,7 +1585,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '5465b5ca4ad3a5c8a9800157d8d3eafef6f7b018',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4539',
Var('webrtc_git') + '/src.git' + '@' + '9dea393f17ed34a3e62366ac6e1275f8bef5dcda',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1645,7 +1646,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/4539',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@07c75e4cf5cc806721468ecc55eacdbf41470eaf',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 4c8e241

Please sign in to comment.