Skip to content

Commit

Permalink
Publish DEPS for 72.0.3593.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Oct 27, 2018
1 parent 5ffb1bb commit 6ef837d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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 @@ -115,27 +116,27 @@ 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/3593',
'v8_revision': '6cc0ff81e5af0173714fd9538b1433ccf835b2a7',
# 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': 'f78187ab77127de42555afe0ad410bebde6ac6a5',
# 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/3593',
'angle_revision': '7cf9cd2423b8891953377df41b56505c17b65f02',
# 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/3593',
'buildtools_revision': '13a00f110ef910a25763346d6538b60f12845656',
# 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': '847fc0b278f8454f8e04c89163bf840aa903df99',
# 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/3593',
'pdfium_revision': '385bf2e0481230b1f5e50a2627063383bd297451',
# 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 @@ -1187,7 +1188,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/3593',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f9f7800cbdbc732032b0edc228b358435a657b58',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 6ef837d

Please sign in to comment.