Skip to content

Commit

Permalink
Publish DEPS for 86.0.4193.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Jul 5, 2020
1 parent f92fff9 commit 8b41156
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Expand Up @@ -48,6 +48,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 @@ -198,23 +199,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/4193',
'v8_revision': '6889ecb5b8e7f63eea1ef6f7e79d64f0ef3d175c',
# 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': '4c095d04179dc725a300085ae21fe3b79900d072',
# 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/4193',
'angle_revision': '465a912582bbe291786b0e009c81973ba46649a4',
# 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': '3121585acce20f5cc2074088563e3c1a076b8e48',
# 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/4193',
'pdfium_revision': 'afd27509974add1b4e4a962be0a30583b1735dfe',
# 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 @@ -265,7 +266,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/4193',
'devtools_frontend_revision': '4a06ef4b69e12e6fe1936e8b4664610fd1fb6ee6',
# 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 @@ -1448,7 +1449,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4193',
Var('webrtc_git') + '/src.git' + '@' + '62032d45924e9faeb27568009c83cc49ad068bd3',

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

Expand Down

0 comments on commit 8b41156

Please sign in to comment.