From 8861da8356ee9b395027e1f4878dd6af5ce339c7 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 7 Mar 2018 13:45:28 -0800 Subject: [PATCH] Roll chromium_revision f5178a2db6..344076e53b (541490:541591) Change log: https://chromium.googlesource.com/chromium/src/+log/f5178a2db6..344076e53b Full diff: https://chromium.googlesource.com/chromium/src/+/f5178a2db6..344076e53b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/66f7459477..9d5451c41e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6e00a2af30..50eff0d56e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/464e09fdb9..e07416eb57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d554df7c36..314ff56302 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b5bf9cfcc0..4e5eff1378 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f5178a2db6..344076e53b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I75643122791fb1990f9aca6de210bba277ad8cde Reviewed-on: https://webrtc-review.googlesource.com/60584 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22335} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index ecaed47f37..6dc449d5c2 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': 'f5178a2db63658139c213f1ff7bfca4d19886316', + 'chromium_revision': '344076e53b8b61fb0f22eb42289c02f45b959455', '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' + '@' + '66f7459477e48a57b77d495de0ee54fff441349d', + Var('chromium_git') + '/chromium/src/base' + '@' + '9d5451c41e221edf2e16df24e8a9952da64f1169', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '2510755a7d462162952d1278c6445303087f76b1', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6e00a2af3058d46768101dc6075662527080a344', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '50eff0d56e0940322a74c41bca2b5a173885df8d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '464e09fdb9415b2b0eda3544e0ee3cd581b86b78', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e07416eb5749b361f31a16f569555e6e8357be6d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd554df7c360ca19a91d9d7fad43a216ce68f2bf1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '314ff563021c6b1fa49f667967934b98bdb77beb', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'b5bf9cfcc0756c7c508d3d78c59281af3e2baad2', + Var('chromium_git') + '/chromium/src/tools' + '@' + '4e5eff1378de161345b62cee2805b8d760fcf12e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':