From 5fcc4de109350576ed268212c2b8ea22f46d15d2 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 9 Oct 2018 08:01:02 -0700 Subject: [PATCH] Roll chromium_revision f362b3e857..0cf8926390 (597811:597915) Change log: https://chromium.googlesource.com/chromium/src/+log/f362b3e857..0cf8926390 Full diff: https://chromium.googlesource.com/chromium/src/+/f362b3e857..0cf8926390 Changed dependencies * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/615029c594..2aca6c09be * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/59a5ad51de..057800f0ac * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/83b39c76d3..677673b4c0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9ec8468cfd..30b1adb1ae * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/bca1ce075f..a71e9b5e0f DEPS diff: https://chromium.googlesource.com/chromium/src/+/f362b3e857..0cf8926390/DEPS Clang version changed 343342:343880 Details: https://chromium.googlesource.com/chromium/src/+/f362b3e857..0cf8926390/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ia9350901f9f59e16f74fd13171046934ecc96c80 Reviewed-on: https://webrtc-review.googlesource.com/c/104861 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25065} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 83c05927d5..4874e73311 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': 'f362b3e85778774538f19ccd67d3013bce7d0f1d', + 'chromium_revision': '0cf89263905d67e429d46716a7a4b43529ab3743', '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': '9ec8468cfde0868ce5f3893e819087278c5af988', + 'catapult_revision': '30b1adb1ae227411598233a194e4788637e72330', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '615029c594817edce519948f4653466322bfb186', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2aca6c09be2efba1920ddc5868460c82d126fed9', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '59a5ad51de78a5f552b85c526eb2416fc4dd07bc', + Var('chromium_git') + '/chromium/src/testing' + '@' + '057800f0ac613c5bb5b352c0095b8203dbb29737', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '83b39c76d33956220533140e029e36385dfd572e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '677673b4c0bb83db433e321a59914ef4feed2399', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + 'bca1ce075fd9875446ac5b64f4605c8426fad7dc', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a71e9b5e0fc7fc957d65020b516165924cb629c0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),