From 86f6b1dac36897ba8a5620466e7573930cc9a148 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 29 May 2017 15:13:07 -0700 Subject: [PATCH] Roll chromium_revision f03b5126e9..335f92a2a1 (475368:475385) Change log: https://chromium.googlesource.com/chromium/src/+log/f03b5126e9..335f92a2a1 Full diff: https://chromium.googlesource.com/chromium/src/+/f03b5126e9..335f92a2a1 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4088dfe93a..9d344b32c3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f03b5126e9..335f92a2a1/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2910013002 Cr-Commit-Position: refs/heads/master@{#18311} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 2846fc62f1..cad0048d70 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f03b5126e924f11cca9e5cc2243d29d861fc52b8', + 'chromium_revision': '335f92a2a16c9a041c693938b9faa66516f0713e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '800b3c5e8464dca0e0a3dd02de74bb50d73c0dd3', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4088dfe93ab96f649a04c047f0988defe13c6c71', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9d344b32c3aa1664732827cebb75fa2bc68660ef', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':