From 7d02b7ad523887a21e413c8ba3771d40c81e7d3d Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 12 Jan 2017 03:24:37 -0800 Subject: [PATCH] Roll chromium_revision a79d034c48..7bc84c961b (443171:443193) Change log: https://chromium.googlesource.com/chromium/src/+log/a79d034c48..7bc84c961b Full diff: https://chromium.googlesource.com/chromium/src/+/a79d034c48..7bc84c961b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e72cc9e8ad..6ec131d897 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/497761fd72..7607e3c996 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fe04fc5d74..dcb3111ffd DEPS diff: https://chromium.googlesource.com/chromium/src/+/a79d034c48..7bc84c961b/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2623333003 Cr-Commit-Position: refs/heads/master@{#16028} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index cea2a921cc..074110f61e 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a79d034c48e720a020837f5d39ed91a8f5beef50', + 'chromium_revision': '7bc84c961b4495910c6b92a763e59467b4e4b1a7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,9 @@ 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' + '@' + 'e72cc9e8ad1e76f53d940712f77f00cb622345cc', + Var('chromium_git') + '/chromium/src/base' + '@' + '6ec131d897bb3446ebb1c192f93af86896097620', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '497761fd72ce78bfeeea433200970d27a5388b7a', + Var('chromium_git') + '/chromium/src/build' + '@' + '7607e3c996f0ceb73800a5af6c010cd8b7dcd972', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7e08d331f188f4e3e1c624e7187dfac58c053c7c', 'src/testing': @@ -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' + '@' + 'fe04fc5d74e5ee982b0034b707e24a9100efc051', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dcb3111ffdd506021dec97a3d2f78a72788bdfda', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':