Skip to content

Commit

Permalink
Publish DEPS for 78.0.3904.58
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Oct 14, 2019
1 parent 1c7c251 commit 2a0638e
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 @@ -39,6 +39,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "linux64, mac64, win, win64, android, ios, chromeos",
# 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 @@ -162,27 +163,27 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'refs/heads/chrome/m78',
'skia_revision': 'a40a8a58755f952280cac9dfdcbf761aa7d29a52',
# 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/7.8-lkgr',
'v8_revision': '725bcedcb6914f8e4e321a1b673ef5847fa57ad9',
# 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': '96f125709acfd0b48fc1e5dae7d6ea42291726ac',
# 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/3904',
'angle_revision': '66e0feec40dcd82459234eb249fef11aa3f2a917',
# 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': '9746f8bf683e5d5cae9b9836ebf63308ca85d5f7',
# 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/3904',
'pdfium_revision': 'b93ec9bf15bbab33c46f7c1296f11965dbb15836',
# 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 @@ -1414,7 +1415,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'abaae129d9a0c6e1e092067e0b105475df43352e',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/m78',
Var('webrtc_git') + '/src.git' + '@' + '0b2302e5e0418b6716fbc0b3927874fd3a842caf',

'src/third_party/xdg-utils': {
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
Expand Down Expand Up @@ -1455,7 +1456,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/3904',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@3c8d6b0026060d3a1ee427b19362665c32c3a27e',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 2a0638e

Please sign in to comment.