Skip to content

Commit

Permalink
Publish DEPS for 78.0.3894.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 27, 2019
1 parent 085f7b7 commit 5d76db9
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": "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 @@ -164,23 +165,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/3894',
'v8_revision': '678bea7ec1d9078566015914653c22d154df1773',
# 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/3894',
'angle_revision': 'f2f111d77fa813f9660489f6e1ad130b6e0010c0',
# 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': '428c0b21e87270691190b146346b6f4258be8eaa',
# 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/3894',
'pdfium_revision': 'ce0eecb10b14db2bd0b55a58c5dbf8f034110d5a',
# 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 @@ -1447,7 +1448,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/3894',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@7bfc17b6dd032e96e4f811cea93aba8959d705f6',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 5d76db9

Please sign in to comment.