From a4f69556dfe82d9efbf836769977e746091d47e7 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 9 Dec 2017 23:46:21 -0800 Subject: [PATCH] Roll chromium_revision df8964e8ce..94b89f4fe3 (523019:523020) Change log: https://chromium.googlesource.com/chromium/src/+log/df8964e8ce..94b89f4fe3 Full diff: https://chromium.googlesource.com/chromium/src/+/df8964e8ce..94b89f4fe3 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5d7194ea9b..8749dba419 DEPS diff: https://chromium.googlesource.com/chromium/src/+/df8964e8ce..94b89f4fe3/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I2e6cc22bbf1cacf4c6f38da011fab7b11592fd76 Reviewed-on: https://webrtc-review.googlesource.com/31715 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21190} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6c15e31713..9bc44cd5f6 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': 'df8964e8ceaac835213d4a184f160e7da1e18df4', + 'chromium_revision': '94b89f4fe30c693692988e3360acf3c8952c532e', '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' + '@' + '5da9423a78c120addb8382a867eabe3db65a8799', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d7194ea9b80a2175d03ccdcd497cf88343e323f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8749dba41974c9c51411490f759f51eb49a05daf', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',