Skip to content

Commit

Permalink
Publish DEPS for 84.0.4147.139
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Aug 20, 2020
1 parent 1095de2 commit 87c2990
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 @@ -41,6 +41,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 @@ -178,27 +179,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/m84',
'skia_revision': 'e50772b2a25e98419dc884cc5cdd2138e1dfd43e',
# 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.4-lkgr',
'v8_revision': '451d38b60be0a0f692b11815289cf8cbc9b1dc98',
# 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': '160b445a44e0daacf6f3f8570ca2707ec451f374',
# 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/4147',
'angle_revision': '29a4abf96a83a1958675dd5c2870a1677cc011b7',
# 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/4147',
'pdfium_revision': 'bee2261eab794536f236013fa8c9d01728ed326b',
# 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 @@ -249,7 +250,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/4147',
'devtools_frontend_revision': '95e8d52caabdf839494f0f63c1bebc0ff4ff93d8',
# 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 @@ -1453,7 +1454,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4147',
Var('webrtc_git') + '/src.git' + '@' + 'd25c2ac74afc25f65d111771dbfabd6db25d2498',

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

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@bebf805efa37352b7b45d2bf2508faee7d38a9bc',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d700dce1318f9d21c70f8d6ef705532534b2a5c4',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 87c2990

Please sign in to comment.