Skip to content

Commit

Permalink
Publish DEPS for 86.0.4205.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Jul 17, 2020
1 parent c8cedd2 commit a5cd618
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 @@ -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 @@ -203,23 +204,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/4205',
'v8_revision': 'e7945d6e6530f99c0f55a446039e310905426b8b',
# 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/4205',
'angle_revision': '9277ee741395bb20b8f23791387ed98a4efa5982',
# 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': 'e8dd233c7a85f3c689caf06c226a7f8405a480d3',
# 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/4205',
'pdfium_revision': '8516651130b5e2b1a382ad9d9e43e4eccc3abc81',
# 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 @@ -270,7 +271,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/4205',
'devtools_frontend_revision': 'fade2847b8753d348911eb17ea52031fe103e937',
# 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 @@ -1480,7 +1481,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4205',
Var('webrtc_git') + '/src.git' + '@' + '3592839896082c72c8e92f9ebde788ef77b88043',

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

Expand Down

0 comments on commit a5cd618

Please sign in to comment.