Skip to content

Commit

Permalink
Publish DEPS for 85.0.4183.135
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Sep 27, 2020
1 parent 373e899 commit 07fdd02
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 @@ -42,6 +42,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 @@ -188,27 +189,27 @@ 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/m85',
'skia_revision': '8ae885386e910cff8c543ae0d952a2c43f46e4ad',
# 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/8.5-lkgr',
'v8_revision': '338e69faca96f39a023ddbc0c191c22450ad0112',
# 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': '4c095d04179dc725a300085ae21fe3b79900d072',
# 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/4183',
'angle_revision': 'ea8043b73f934c52084f514a326d4fe36f6ad056',
# 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': 'c4f3b713800f6cde50452999223f6fb34e973cd0',
# 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/4183',
'pdfium_revision': '6069b8345ecb67c0ef78c1533cb321f5b3dd9244',
# 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 @@ -259,7 +260,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/4183',
'devtools_frontend_revision': '6430f5ef5c565f56bb680bca07d4d4db3fad9ed1',
# 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/4183',
Var('webrtc_git') + '/src.git' + '@' + '1875e6f4ed82bea3aa58a66ce65975e881e0c171',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down Expand Up @@ -1530,7 +1531,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8588a578b9d8899ce241ef5ab74657b235e69d5c',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d84556de6cdeb4f5399145849fc4a9d6603d32b0',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 07fdd02

Please sign in to comment.