From 29248975c33db959d497e6330f036ff6c9f2e850 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 15 Jul 2017 21:19:46 -0700 Subject: [PATCH] Roll chromium_revision 0e1136ba68..6b30abd02a (487001:487004) Change log: https://chromium.googlesource.com/chromium/src/+log/0e1136ba68..6b30abd02a Full diff: https://chromium.googlesource.com/chromium/src/+/0e1136ba68..6b30abd02a Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1b5bce8a71..92a70fb162 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0e1136ba68..6b30abd02a/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2978043002 Cr-Commit-Position: refs/heads/master@{#19045} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 59ef8e1583..80b187ab7d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0e1136ba682f7ec435b344733f9aa6b528d56528', + 'chromium_revision': '6b30abd02aacf1e1c19c50c4c2c12fbb62408611', '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' + '@' + 'f6cc382f24defcd8d5d48b2a5621cc63e52c8057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b5bce8a71b3b91071b0783ac9dfcbe3e2144e26', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '92a70fb1626b2489fdba8a6518c8fdf19d91f5c9', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':