Skip to content

Commit

Permalink
Publish DEPS for 72.0.3589.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Oct 26, 2018
1 parent 30b8463 commit 4bf2baf
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": "android",
# 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/3589',
'v8_revision': '20f55e634deb753258ef0a140306e271026137bc',
# 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/3589',
'angle_revision': '5a206950149026a5c6fc0ca89a9d20b2fb124aed',
# 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/3589',
'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/3589',
'pdfium_revision': '20f804166944e7707e0a980626bdd9f4a293a32c',
# 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/3589',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@43479a45a5f5b1965ec289a42314ef1a87c78a8d',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 4bf2baf

Please sign in to comment.