From f8e00321f94a70d4ea17b3b9515364f9c06b5ca3 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 23 Dec 2016 20:37:44 -0800 Subject: [PATCH] Roll chromium_revision 7e61cd9632..c6604a5286 (440661:440663) Change log: https://chromium.googlesource.com/chromium/src/+log/7e61cd9632..c6604a5286 Full diff: https://chromium.googlesource.com/chromium/src/+/7e61cd9632..c6604a5286 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/402093fa06..17f5f566d7 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7e61cd9632..c6604a5286/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2598243002 Cr-Commit-Position: refs/heads/master@{#15775} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index f9c06f3b37..5eea5ad618 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '7e61cd9632144d302b40c071100c97fd93edb131', + 'chromium_revision': 'c6604a5286de90b1a6502214c11c7bd93d3ebcf9', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,7 +50,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '402093fa065998722686c7ba8fabfd2a09ce5255', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '17f5f566d7ba371a56eae81849d967950a22a10f', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':