From dd99b7c94cacc44bae7d40f51b9f9c26a7ae87d9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 22 Dec 2017 17:44:59 -0800 Subject: [PATCH] Roll chromium_revision da8f9ea66e..e5bff18836 (526110:526119) Change log: https://chromium.googlesource.com/chromium/src/+log/da8f9ea66e..e5bff18836 Full diff: https://chromium.googlesource.com/chromium/src/+/da8f9ea66e..e5bff18836 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/36776ef6e4..efe3adc2d4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/da8f9ea66e..e5bff18836/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id0366d8f8cf960e2d24965f773fa22af0cbd8d00 Reviewed-on: https://webrtc-review.googlesource.com/36261 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21443} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index b4cce93c55..241e2391f0 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': 'da8f9ea66e37e7f32f092afb9c3fb133bbdf4e1b', + 'chromium_revision': 'e5bff188369dd4009bff90a0d06b0b61a8f0f973', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '8e923163dd2388b953418843ff9be4b7177023ce', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '36776ef6e44f0d7b9e39e1d4f61420bdb52152cf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'efe3adc2d45b0546dcab65bc491d25ddcaddbe6c', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',