Skip to content

Commit

Permalink
Publish DEPS for 87.0.4244.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 25, 2020
1 parent 67f2e31 commit 28c13f7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Expand Up @@ -50,6 +50,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "all",
# 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 @@ -199,23 +200,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/4244',
'v8_revision': 'bccf9d557196688f8cc91c00db6526f8f493124c',
# 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/4244',
'angle_revision': '7ce9947d8103f1f7b14ddbee86e9c10af07dd386',
# 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': '622558b02e1a5441c579994831a6338ffaf2de5c',
# 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/4244',
'pdfium_revision': 'e8bde89026d67ec34c1fbc729899b67aced3e93d',
# 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 @@ -266,7 +267,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/4244',
'devtools_frontend_revision': '5a8fc1fe06a281f2ece82031d9e91281a71c9805',
# 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 @@ -1470,7 +1471,7 @@ deps = {
},

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

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

Expand Down

0 comments on commit 28c13f7

Please sign in to comment.