Skip to content

Commit

Permalink
Publish DEPS for 86.0.4196.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Jul 8, 2020
1 parent 41a2146 commit 31e1cd3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win, win64",
# 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 @@ -198,23 +199,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/4196',
'v8_revision': '22f9d8858c3ce36d60ccadff7cc46d4cfdedced3',
# 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': '4c095d04179dc725a300085ae21fe3b79900d072',
# 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/4196',
'angle_revision': 'dcd57068bed488189b8442c22b3945740194ba6e',
# 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': 'f6f11215cd930f4609bc8714178ef0a4ec3ca26e',
# 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/4196',
'pdfium_revision': 'b4c97323611f92d32cc8e7d1c9b5aeaf2754d5c7',
# 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 @@ -265,7 +266,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/4196',
'devtools_frontend_revision': '8c03d5d9bcc512e89cd08c429af64a59e0c3e636',
# 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 @@ -1448,7 +1449,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4196',
Var('webrtc_git') + '/src.git' + '@' + '3444a49d77b094c7fa2aade8873288a55ac0b9e5',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1520,7 +1521,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/4196',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@49fcf2d4ac1f593575d0f226b9b04dc96d39f413',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 31e1cd3

Please sign in to comment.