Skip to content

Commit

Permalink
Publish DEPS for 84.0.4144.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed May 12, 2020
1 parent 94a8cc0 commit de2ae0a
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-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 @@ -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/4144',
'v8_revision': 'cbdd84315b302cc2c91af167a25f318b35092264',
# 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/4144',
'angle_revision': '572ee7b9cde6b2af43c2a76410acad7d3caaa908',
# 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': 'd9ba4b7dd30b2a5d824d7230d176c0ff99c2e5a2',
# 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/4144',
'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/4144',
'devtools_frontend_revision': 'dd5c2160042c68ef5d26c27a5a1bd532ed478721',
# 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/4144',
Var('webrtc_git') + '/src.git' + '@' + '6efc14b33db0173c2710101aad27b574df9601ce',

'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/4144',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@483a302e89e57981df6e676cddd1bf73b858cef9',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit de2ae0a

Please sign in to comment.