Skip to content

Commit

Permalink
Publish DEPS for 80.0.3970.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Nov 18, 2019
1 parent 2fd6f47 commit 504bd54
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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/3970',
'v8_revision': '295649fd927eeaaaf8ec10d68b45602e89e94223',
# 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/3970',
'angle_revision': '51b5a3222b60d5f523d04b5a86eeb28278880db4',
# 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': 'aba1020d39145285f8d8df82d6f0b83d0b0e5386',
# 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/3970',
'pdfium_revision': 'f86f81aa33dabb615273492885aa9de76a6ccf68',
# 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 @@ -243,7 +244,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/3970',
'devtools_frontend_revision': 'aa133ed0962407c6ea731db3e83e2fc13b1013c6',
# 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 @@ -1569,7 +1570,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/3970',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@c916e173b9ec34a532a2762de8ff9243f57ea49b',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 504bd54

Please sign in to comment.