Skip to content

Commit

Permalink
Publish DEPS for 85.0.4157.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed May 27, 2020
1 parent edb333c commit 4f0513e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "linux64, mac64, win, win64",
# 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 @@ -182,23 +183,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/4157',
'v8_revision': '79156e7aae592e6b439651cfa3cec1204fe4ee61',
# 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': '7e8636295f4763a5f5aace1e700b17a4af3c81b7',
# 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/4157',
'angle_revision': '30298dc2539484448965985e7b67dbe159f4b1f9',
# 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': '79dcb2a5abbdf8b6b63428e7a51414b9d4694a62',
# 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/4157',
'pdfium_revision': '4ae21d7942e1b2e21aa791edf3611b7ecaa9aca9',
# 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 @@ -249,7 +250,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/4157',
'devtools_frontend_revision': 'b9e90b03da0811f9e72eab1f2c076fb3a22d1417',
# 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 @@ -1453,7 +1454,7 @@ deps = {
},

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

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

Expand Down

0 comments on commit 4f0513e

Please sign in to comment.