From 1783f169d97794e1a0d50ec5af8fa586aa41f206 Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 31 Jan 2017 03:00:05 -0800 Subject: [PATCH] Roll chromium_revision a2c4dd1ab5..f74de5a3c9 (447201:447212) Change log: https://chromium.googlesource.com/chromium/src/+log/a2c4dd1ab5..f74de5a3c9 Full diff: https://chromium.googlesource.com/chromium/src/+/a2c4dd1ab5..f74de5a3c9 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cfc5a7f896..c57421de05 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/bebe01ab2a..d0543f2565 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a2c4dd1ab5..f74de5a3c9/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2663173002 Cr-Commit-Position: refs/heads/master@{#16373} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 746322e0f7..b6401da3d7 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a2c4dd1ab5ba1423bdb46bd4b0111b942ad5f3fb', + 'chromium_revision': 'f74de5a3c99c463ae51c090d53770fb52f4ebeb4', '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' + '@' + 'cfc5a7f896a3b1224c2f2ac98bb1d8a49d3b38e0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c57421de05bbef669470e16bd789a82eeb271bb9', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -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' + '@' + 'bebe01ab2a780693821babcb49408d6e9f4ec872', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd0543f25655b8a64b8a0757da149a16affb3182d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':