From 17dfa9e4b74b1295876893d5236bcb0ac97653ed Mon Sep 17 00:00:00 2001 From: chrome-release-bot Date: Tue, 12 May 2020 16:37:49 -0700 Subject: [PATCH] Publish DEPS for 84.0.4144.3 --- DEPS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 23a3824c3b7007..19c7bec97aadc4 100644 --- a/DEPS +++ b/DEPS @@ -41,6 +41,7 @@ gclient_gn_args = [ vars = { + "buildspec_platforms": "ios", # 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. @@ -182,7 +183,7 @@ 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/4144', + 'v8_revision': 'cbdd84315b302cc2c91af167a25f318b35092264', # 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. @@ -190,7 +191,7 @@ vars = { # 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/4144', + 'angle_revision': '572ee7b9cde6b2af43c2a76410acad7d3caaa908', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -198,7 +199,7 @@ vars = { # 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/4144', + 'pdfium_revision': '3ea38438da69868f33aac23ce7d1b3575479fb0a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -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/4144', + 'devtools_frontend_revision': 'dd5c2160042c68ef5d26c27a5a1bd532ed478721', # 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. @@ -1453,7 +1454,7 @@ deps = { }, 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4144', + Var('webrtc_git') + '/src.git' + '@' + '99452d9d2470adf4cd4efa8a9ee08ef949b76e2e', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -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@refs/heads/chromium/4144', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d3d1db06dd88445896e61e645bf066e0770c5b9a', 'condition': 'checkout_src_internal', },