Skip to content

Commit

Permalink
Publish DEPS for 78.0.3892.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 24, 2019
1 parent 1af3c98 commit d2e1873
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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 @@ -149,23 +150,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/3892',
'v8_revision': '9499165ede7926c18704e0dac3d050ddcbbdf230',
# 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/3892',
'angle_revision': '472c74c60ca2faa65de991073927bf6617eabaae',
# 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': 'd6dc4b7e45334f493f49cf70114e939f7fc25fde',
# 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/3892',
'pdfium_revision': 'cf9147a73748793cdef322b2294c2aa1953256ae',
# 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 @@ -1432,7 +1433,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/3892',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@7c32a182253a0f4fe7b34a66439ed82332b9a2a1',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit d2e1873

Please sign in to comment.