From 398f6e504545e84a2fd6174c3a03f266050bdd56 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 9 Dec 2017 11:45:26 -0800 Subject: [PATCH] Roll chromium_revision e0dfdb630f..2e2e951436 (523006:523010) Change log: https://chromium.googlesource.com/chromium/src/+log/e0dfdb630f..2e2e951436 Full diff: https://chromium.googlesource.com/chromium/src/+/e0dfdb630f..2e2e951436 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/045f7ae215..c6cc08f754 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e0dfdb630f..2e2e951436/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9e925bba8c190fce9f0449744cd7386438420084 Reviewed-on: https://webrtc-review.googlesource.com/31705 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21182} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 7492ee5a7a..3d2b780439 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': 'e0dfdb630ff40fb25ba2a117c7ec07d425de7350', + 'chromium_revision': '2e2e951436f15c39b802972f8f1c4ec01b38d56a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,7 +54,7 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '045f7ae215fa9e827ef6ef54e7cc8cbfd93bae1c', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c6cc08f75455f89395709483ac331dcdcd9fdc35', 'src/third_party': Var('chromium_git') + '/chromium/src/third_party' + '@' + 'efcdc201d854ee342f449439d8bbb33b32db1a99', 'src/third_party/android_tools': {