From 1b69d0df2cf77b2e7546b60d27abea0e981d4892 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 5 Dec 2017 06:46:23 -0800 Subject: [PATCH] Roll chromium_revision 9db327358e..66aaf201ef (521678:521689) Change log: https://chromium.googlesource.com/chromium/src/+log/9db327358e..66aaf201ef Full diff: https://chromium.googlesource.com/chromium/src/+/9db327358e..66aaf201ef Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9d5b92ab83..55c3d69073 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/feba26899a..8ce401fc0f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4ba80741d0..e0dc203974 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9db327358e..66aaf201ef/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id2f4bd01e7469efcd8d5fc0970c01442cc0287df Reviewed-on: https://webrtc-review.googlesource.com/29880 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21088} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 8424d66130..aa038bef19 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': '9db327358e303e9900eef58036c31cdcb8512845', + 'chromium_revision': '66aaf201efada2d0a2d1f3c090ef4858dd41c392', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '4ba80741d0fc5fc87ea925177727fe58bd679fdd', + 'catapult_revision': 'e0dc203974cdbdd9eb69a3afb213cfd0dcf400e7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9d5b92ab83d487a995e80f70ce452a2bc22bad31', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '55c3d69073e997265408f1027c511b1da690d914', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c11c00dc4c2c23e4949bc00d5a7c9d2a0eea3b35', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'feba26899a7053522d2da681a2f086faecdf683b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8ce401fc0f982b0b96fb3112e67bf5fb7b1b824c', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',