Skip to content

Commit

Permalink
Publish DEPS for 71.0.3578.25
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Oct 27, 2018
1 parent 3be8026 commit 67f24f8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win, ios, linux64, chromeos, win64, android, mac64",
# 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 @@ -105,31 +106,31 @@ 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/m71',
'skia_revision': '9c37cd96e4c8158643dbde6fd3eda1b42e267bec',
# 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.1-lkgr',
'v8_revision': 'f5032a3b9a918656bfecf311c2d745f78790de64',
# 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': '486c9b53c4d54dd4b95bb6ce0e31160e600dfc11',
# 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/3578',
'angle_revision': 'f2ed299569c0075e83c8f42e44345ffada9231b9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other.
'buildtools_revision': 'refs/heads/chromium/3578',
'buildtools_revision': '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# 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': '810f3db8264a911566fb7fd84970bc93e47b8726',
# 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/3578',
'pdfium_revision': 'c7f66edd224446deefe68506b7ebed871eb5c8c2',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other.
Expand Down Expand Up @@ -1106,7 +1107,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/71',
Var('webrtc_git') + '/src.git' + '@' + '4f2fd3d4039b4075d9296079bf9ac6231ad5ddec',

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

Expand Down

0 comments on commit 67f24f8

Please sign in to comment.