Skip to content

Commit

Permalink
Publish DEPS for 83.0.4103.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Apr 3, 2020
1 parent 25eddd3 commit 18bf77e
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 @@ -41,6 +41,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win-asan",
# 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 @@ -179,23 +180,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/4103',
'v8_revision': '1668abddd8147c49c8f2f90b78dc2701f3794a30',
# 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': 'cc958279ffd6853e0a1b227a7e957ca334fe56af',
# 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/4103',
'angle_revision': 'a053f340a44c5d560a5ce3cc76b42da6cef74e4d',
# 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': 'c05b610125a00d7669430836f3724b4b43b022f7',
# 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/4103',
'pdfium_revision': 'daabea6ba6c09f72e956e826b132f1d1b77acb9b',
# 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 @@ -246,7 +247,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling devtools-frontend
# and whatever else without interference from each other.
'devtools_frontend_revision': 'refs/heads/chromium/4103',
'devtools_frontend_revision': 'cafccfd0e5630ecee0fdea70e5841f2bd01558a8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libprotobuf-mutator
# and whatever else without interference from each other.
Expand Down Expand Up @@ -1458,7 +1459,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4103',
Var('webrtc_git') + '/src.git' + '@' + '04c1b445019e10e54b96f70403d25cc54215faf3',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1533,7 +1534,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/4103',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@5c443d87edf7f11b931d7f7a8e3defb97164c566',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 18bf77e

Please sign in to comment.