Skip to content

Commit

Permalink
Publish DEPS for 86.0.4240.199
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Nov 12, 2020
1 parent 70be00d commit 3647ff7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions DEPS
Expand Up @@ -50,6 +50,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 @@ -195,27 +196,27 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'refs/heads/chrome/m86',
'skia_revision': 'b939c288f3d6479d88d1444fafbe7441d11348aa',
# 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/8.6-lkgr',
'v8_revision': '8af6c93ba115996508e8aa578c31bdfe82ea1c6f',
# 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/4240',
'angle_revision': 'fee4fc126724e0ae75e7eac7bdfda3de2627421e',
# 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': 'cbfd396756c6530ee31268d88e5e742ba761fc57',
# 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/4240',
'pdfium_revision': '9591642a0896c0bd7377ce1eadf782eccc0e0b9b',
# 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 @@ -266,7 +267,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/4240',
'devtools_frontend_revision': '9057b2411450f74274d321351eb23faf21d2a726',
# 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 @@ -1470,7 +1471,7 @@ deps = {
},

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

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

Expand Down

0 comments on commit 3647ff7

Please sign in to comment.