From 12da8f1ab1dc30ae968afe622b2ee2a56fe099ad Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 5 Dec 2017 03:45:14 -0800 Subject: [PATCH] Roll chromium_revision 5c8a241432..d32934233b (521651:521669) Change log: https://chromium.googlesource.com/chromium/src/+log/5c8a241432..d32934233b Full diff: https://chromium.googlesource.com/chromium/src/+/5c8a241432..d32934233b Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/dcd3df50b2..cdda0767c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/828ae34ae0..555b48befb * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3337fb647c..4ba80741d0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d41696e06f..77fe62eef2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5c8a241432..d32934233b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia5cee5141284dbab263f61e142496c6e2d19ee5b Reviewed-on: https://webrtc-review.googlesource.com/29720 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21081} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 8f5506fabd..5dcd3c3f80 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': '5c8a241432067fceff13b148630281f80c63f67a', + 'chromium_revision': 'd32934233b5f4470896217439d39922cefc99cf6', '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': '3337fb647c423ebb418daaa9fb1091d49864938c', + 'catapult_revision': '4ba80741d0fc5fc87ea925177727fe58bd679fdd', # 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' + '@' + 'dcd3df50b2e3709ef7c99c37eb6bfe556c9cd4a0', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cdda0767c965e78d3c40497adf409fcde8a86319', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c11c00dc4c2c23e4949bc00d5a7c9d2a0eea3b35', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '828ae34ae048424340eb79047d6bd20f6d8a7651', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '555b48befbcc87a6568f74befea4746ded3a3b27', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + 'd41696e06f62b30a8839e47d7f787ce54f853b9e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '77fe62eef275b2439ff50d6f5e011d86111d202c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':