Skip to content

Commit

Permalink
Publish DEPS for 84.0.4137.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed May 6, 2020
1 parent 80b5130 commit 9aee26a
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 @@ -41,6 +41,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "mac64, 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 @@ -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/4137',
'v8_revision': '119b195598ed20a1fa4313810665fa40d98c93aa',
# 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/4137',
'angle_revision': 'e8e12881ca13c40f8469c5b1dd15146806db80a4',
# 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': 'baa10d7b1deef695c165f185be80fdb351a6d9a7',
# 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/4137',
'pdfium_revision': 'b1e8054bb8b16c37b0cb8b50a7a972bebd97915f',
# 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/4137',
'devtools_frontend_revision': 'a0dd1f074d944d4f6fc6699dc91cde7725fcbf46',
# 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/4137',
Var('webrtc_git') + '/src.git' + '@' + 'a0ff50c0318396f65f25a4ea9e7803858aa84ea7',

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

Expand Down

0 comments on commit 9aee26a

Please sign in to comment.