Skip to content

Commit

Permalink
Publish DEPS for 84.0.4143.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed May 12, 2020
1 parent e9d3305 commit 48b051e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Expand Up @@ -41,6 +41,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win, mac64, 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 @@ -182,23 +183,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/4143',
'v8_revision': '797cb87973ec7abb6376738a0455e7d943932c27',
# 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': '160b445a44e0daacf6f3f8570ca2707ec451f374',
# 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/4143',
'angle_revision': '9f32304208deb75106cd641e8cb09af93f8df860',
# 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': '7b87548e5a639efd25edb2939198077c033dfb6a',
# 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/4143',
'pdfium_revision': '3ea38438da69868f33aac23ce7d1b3575479fb0a',
# 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 @@ -249,7 +250,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/4143',
'devtools_frontend_revision': '332b11d1b60ab309ce88332cff3f04bc78e3827d',
# 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 @@ -1453,7 +1454,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4143',
Var('webrtc_git') + '/src.git' + '@' + 'd7e08c8cf8445f6c2ecf8bf485d48ab73fb3aa96',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1525,7 +1526,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/4143',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@20ae21d6640100a47d161bd0dc3eb51775115310',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 48b051e

Please sign in to comment.