Skip to content

Commit

Permalink
Publish DEPS for 80.0.3951.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Oct 27, 2019
1 parent 67bc565 commit 2c96b0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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 @@ -175,23 +176,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/3951',
'v8_revision': '0e0b9a97934b002c680055a227c915761727900f',
# 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': '885b3febcc170a60f25795304e60927b77d1e92d',
# 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/3951',
'angle_revision': '6b652b335259295d90702fff9f3b34988eef36f7',
# 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': 'f8df30f1ad44d275b73e87510b7d600ded9fe239',
# 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/3951',
'pdfium_revision': '65161804381915cdf3d536fa912bacfe62e4f353',
# 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 @@ -1576,7 +1577,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/3951',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@44d62beeed3be8f9871d615aa507b57de9a0f45e',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 2c96b0e

Please sign in to comment.