From f2e540de7a8954666780de2b795f2a54941545ae Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 29 Dec 2016 11:44:51 -0800 Subject: [PATCH] Roll chromium_revision 311f7c0a14..889401456c (440956:440974) Change log: https://chromium.googlesource.com/chromium/src/+log/311f7c0a14..889401456c Full diff: https://chromium.googlesource.com/chromium/src/+/311f7c0a14..889401456c Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b836f50b91..8b1d340405 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c2c7ec811d..90a325da81 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/48e2be247a..a81967b47c DEPS diff: https://chromium.googlesource.com/chromium/src/+/311f7c0a14..889401456c/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2605143003 Cr-Commit-Position: refs/heads/master@{#15836} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 82f0df9940..2f42296cd1 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '311f7c0a14700bd54a1ee50c3f530334579ea99d', + 'chromium_revision': '889401456c5adbcb91f996f55b619413241a57d4', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -15,7 +15,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '48e2be247a02a727487b19e745fcf6c24cc8823d', + 'boringssl_revision': 'a81967b47c5eba78aedccd2bc3cb3fb95fe80bd0', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling nss # and whatever else without interference from each other. @@ -38,7 +38,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'b836f50b912df314f2eff248472d7f3c62d04c19', + Var('chromium_git') + '/chromium/src/base' + '@' + '8b1d3404058273b4ea46d3820e2e9a09714128e3', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'bdc04ca095549fc9f1e27210d8e36c58a7b40600', 'src/buildtools': @@ -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' + '@' + 'c2c7ec811d7ca3538bdef6ab1c4161151ec33fd4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '90a325da81d8a508f328ba3de7ed9bedf9ac3b9c', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':