From 40f0b37d3b9ad17fa19ddb27a7903990e355f0a8 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 6 Dec 2017 10:47:03 -0800 Subject: [PATCH] Roll chromium_revision d74f79c552..5799f48f47 (522128:522145) Change log: https://chromium.googlesource.com/chromium/src/+log/d74f79c552..5799f48f47 Full diff: https://chromium.googlesource.com/chromium/src/+/d74f79c552..5799f48f47 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f36e33e9c0..ee74d095ea * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e7fe056159..7547b63aaf * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/88d8c23e89..ecbabe6b03 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d74f79c552..5799f48f47/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia19a0947bf13fcf0d193d286916a3b7a447e7343 Reviewed-on: https://webrtc-review.googlesource.com/30360 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21131} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 22f0e42443..ec286c1f57 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': 'd74f79c552d31930411087580bc014780b1d7bf6', + 'chromium_revision': '5799f48f4759cc4e47125f35310d266253f659f6', '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' + '@' + 'f36e33e9c054ee67af55cc73753f7f0a1b9fde10', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ee74d095ea38974b2865902f11e61775d9dc65ad', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '379d3331d14d0526bb3c2176d0a57cd7263d1c7b', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e7fe05615997a930050ee8084ca01c6c494952f7', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7547b63aafbf27dccfff15b79d72715874b94f4d', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '8e422d86fcfa0d1b7001549b94c24f78cdff2c17', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '88d8c23e8921e61ec708898a4164694be886b9ca', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ecbabe6b038a6703a3d81ba8f92033ba2168f92c', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',