From 28dfeb7f249d4bbbb319ffd3f72a3abd00a7885d Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 20 Nov 2017 01:35:42 -0800 Subject: [PATCH] Roll chromium_revision 38c60c130c..27b69bb27b (517782:517785) Change log: https://chromium.googlesource.com/chromium/src/+log/38c60c130c..27b69bb27b Full diff: https://chromium.googlesource.com/chromium/src/+/38c60c130c..27b69bb27b Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/21742359cb..f42f9f8f0b DEPS diff: https://chromium.googlesource.com/chromium/src/+/38c60c130c..27b69bb27b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I709ba2631109e9664a0af0a6c69de90a1297ea12 Reviewed-on: https://webrtc-review.googlesource.com/24436 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20785} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index a1fb01c5ea..f1592a50af 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': '38c60c130cab61106734501af4844bae5176cee4', + 'chromium_revision': '27b69bb27b7a785a6d0a3d3e5738575e0a08c300', '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' + '@' + '14acaa118cfb712cd3ffc6de40646fb3498d631f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '21742359cb56247541b8ca86d5a32b044594b2ed', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f42f9f8f0baedc16e401f1261680b6a3c8881a36', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc', 'condition': 'checkout_android',