Skip to content

Commit

Permalink
Publish DEPS for 78.0.3887.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 18, 2019
1 parent 37ffcd1 commit 63f6c2a
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 @@ -149,23 +150,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/3887',
'v8_revision': '7b861aca66ea8080a32eba6217f8833cdcc32a09',
# 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': '96f125709acfd0b48fc1e5dae7d6ea42291726ac',
# 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/3887',
'angle_revision': '265fdf0c5fd6b1e28a54c18ca40a8461c7f449a7',
# 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': 'dadeb009a2977764ae927e5d942bee72ab5290ed',
# 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/3887',
'pdfium_revision': '8133374cb7fee20ce5b765269fa11e4c35332251',
# 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 @@ -1432,7 +1433,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/3887',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b83c6725e9b8de2aa62ac71705df559cce98c3a4',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 63f6c2a

Please sign in to comment.