Skip to content

Commit

Permalink
Publish DEPS for 80.0.3965.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Nov 12, 2019
1 parent 894a483 commit 38c1817
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 @@ -172,23 +173,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/3965',
'v8_revision': '5a2bf4dc93b903eb71336802c03b5d2f9668495d',
# 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/3965',
'angle_revision': 'f18ff947360d24edea57ba58b28b1f25c5d99d03',
# 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': '503d196f2b702c5d15eb4ebae8a02dd0d7fe7a8e',
# 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/3965',
'pdfium_revision': '5eb17d38f7f7021a08c13cf986f68a363a4d82f2',
# 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 @@ -239,7 +240,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/3965',
'devtools_frontend_revision': '0802bf500144bc9131e293f158115a9eaf346c50',
# 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 @@ -1551,7 +1552,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/3965',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2846d0c0af8602ba08bc74d2fc8f419cb48b0cfd',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 38c1817

Please sign in to comment.