Skip to content

Commit

Permalink
Publish DEPS for 80.0.3963.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Nov 8, 2019
1 parent b437ed5 commit 1dcb0a7
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 @@ -40,6 +40,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 @@ -176,23 +177,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/3963',
'v8_revision': '29e8c96fb28537121f964b7b261c7dc286dfbf2c',
# 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/3963',
'angle_revision': '652dbfc63e70f7af1b4d3d9beff5ae69b1699c14',
# 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': 'd9ed1c2732ba9b1bd36461367d348e3030043a25',
# 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/3963',
'pdfium_revision': '636832d9a6668392ecea50fd43fcd06c4a3a2b79',
# 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 @@ -1579,7 +1580,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/3963',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@525129b8e78872d7509c6873bd79e9fc685817da',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 1dcb0a7

Please sign in to comment.