Skip to content

Commit

Permalink
Publish DEPS for 87.0.4265.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Sep 16, 2020
1 parent a009933 commit 88ddeff
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 @@ -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/4265',
'v8_revision': 'ff50ca34d46076a54b805f4f916cdd3e5805ccba',
# 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': '44c13d73156581ea09b9389001e58c23a4b8d70a',
# 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/4265',
'angle_revision': '377e748714bfcb827a2a61a3b8ccf8ea8fab2156',
# 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': 'b33e0b36a08cc7a69e0b063ddc3602124d8227d9',
# 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/4265',
'pdfium_revision': '40d3f47d189c1ac36b14f3fe6d6ba9ce4c0a7d7e',
# 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/4265',
'devtools_frontend_revision': 'a1f84f4a730074d194fbebcf94251fe68b9395ec',
# 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 @@ -1471,7 +1472,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4265',
Var('webrtc_git') + '/src.git' + '@' + '986e7451061384222b6fc6ca3110e56cda08597a',

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

Expand Down

0 comments on commit 88ddeff

Please sign in to comment.