From a377778c292473883802c00b2eab4aca0f1275e4 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 3 Dec 2017 06:46:41 -0800 Subject: [PATCH] Roll chromium_revision 46c535d207..1ef212bd90 (521227:521228) Change log: https://chromium.googlesource.com/chromium/src/+log/46c535d207..1ef212bd90 Full diff: https://chromium.googlesource.com/chromium/src/+/46c535d207..1ef212bd90 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/64b68d53c5..ad67b91e7d DEPS diff: https://chromium.googlesource.com/chromium/src/+/46c535d207..1ef212bd90/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id9b9f4f94780441fbd317a050874efb8bd58cf80 Reviewed-on: https://webrtc-review.googlesource.com/28640 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21013} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 03a072b1c3..3d123c4cc4 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': '46c535d207b3648ddefdf3f9a588b69ac5ef31f2', + 'chromium_revision': '1ef212bd9089eeef23b2e4692ff8a9ebed09c4ee', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,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' + '@' + '64b68d53c5ed7d406973f1d9844a7ff665c63f06', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ad67b91e7d65734c52bf270bd3e4d42bb133c57e', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f', 'src/buildtools':