From cf82d4150a92ae8712866fde2d31cff253934508 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 19 Mar 2019 21:01:20 -0700 Subject: [PATCH] Roll chromium_revision d30fc3a5ed..fc5df617da (642241:642370) Change log: https://chromium.googlesource.com/chromium/src/+log/d30fc3a5ed..fc5df617da Full diff: https://chromium.googlesource.com/chromium/src/+/d30fc3a5ed..fc5df617da Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/caecf36872..2e9fac73b0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b957b00f65..d72eb9b382 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/68ec8683fc..a1f127dce1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/22e4357d24..93b3691cf5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/93bbf937f8..ec795debc5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2d29261e94..3580425baa * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5a0eab9d17..35887239e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d30fc3a5ed..fc5df617da/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Iac37ef775c87906e0885fd83fa50397798e0b27d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128588 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27197} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 1e0491858d..2689117d32 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'd30fc3a5ed5649609ef4cca486e5df97f3dd5b56', + 'chromium_revision': 'fc5df617da765bb5faafa924628d5a8f7afc4211', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '93bbf937f83835ceb3d858e383a165afdeeae802', + 'catapult_revision': 'ec795debc5c195658e95f5e750f6c0895c8171f2', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,7 +86,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'caecf368727fa12b5e2152b188f14ecb38a424a1', + Var('chromium_git') + '/chromium/src/base' + '@' + '2e9fac73b0d80244e7149e1e01d59a10e73b1c03', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'dffa585c8a069a24341b47c16220b09a1d3eb739', 'src/buildtools': @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b957b00f6530e66963c36b3f2f167a6738f73691', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd72eb9b382d932a462e2fc14672d4450856895c8', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '68ec8683fc53308dc8fbd38c4213db0a21012788', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a1f127dce1a751faf2750e6b9b079751e7362e42', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '22e4357d24d4a8ccac9b4511d7fcb452aed16041', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '93b3691cf5335aa332480663fcf3f9c4f7815e23', 'src/buildtools/linux64': { 'packages': [ @@ -203,7 +203,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '2d29261e94edb6870b8c2575a335545c0f4f670f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3580425baa288b482c1fe2155c005736b7abc372', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -316,7 +316,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '5a0eab9d1795514150ec8509d8e840b2c8de7461', + Var('chromium_git') + '/chromium/src/tools' + '@' + '35887239e5805b60358b414b295b03d4a25112b2', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),