From e2173dfc3599a2eef061c4c5124352b0e7146383 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 15 Jan 2017 11:32:21 -0800 Subject: [PATCH] Roll chromium_revision 65dfcc360f..95ff5a1ca8 (443816:443817) Change log: https://chromium.googlesource.com/chromium/src/+log/65dfcc360f..95ff5a1ca8 Full diff: https://chromium.googlesource.com/chromium/src/+/65dfcc360f..95ff5a1ca8 Changed dependencies: * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/90abb847fc..5d9876ddaa DEPS diff: https://chromium.googlesource.com/chromium/src/+/65dfcc360f..95ff5a1ca8/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2631033002 Cr-Commit-Position: refs/heads/master@{#16081} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 4b9a0a1a9d..fdbd0cb944 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '65dfcc360fbc88445210a0e99aae7af6a8a5ac67', + 'chromium_revision': '95ff5a1ca82f47cc4aafb1a0d3ea97445fb2e64a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -85,7 +85,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '90abb847fcc4475aaaab6ec573893d4d2cd01186', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d9876ddaa90cc22c3e78fd29ad583a4a3d7b10c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':