Skip to content

Commit

Permalink
Publish DEPS for 85.0.4156.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed May 26, 2020
1 parent 3936204 commit 453d7f2
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": "ios",
# 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/4156',
'v8_revision': '5db4a28ef75f893e85b7f505f5528cc39e9deef5',
# 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': '7e8636295f4763a5f5aace1e700b17a4af3c81b7',
# 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/4156',
'angle_revision': '6789018a71c1cc70af8576c650a514c58d372d95',
# 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': 'd2af84ffde206e2093ee0e23ec02753ef5a4e292',
# 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/4156',
'pdfium_revision': '4ae21d7942e1b2e21aa791edf3611b7ecaa9aca9',
# 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/4156',
'devtools_frontend_revision': '3d7430ef3e8f7b4013ac93d685920a97a8899669',
# 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/4156',
Var('webrtc_git') + '/src.git' + '@' + '4a39e42ab873be4931f468bee1bde4a112fe0dcc',

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

Expand Down

0 comments on commit 453d7f2

Please sign in to comment.