From d74829cef6a04f5d93c60e12949975dcb135063c Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 12 Feb 2017 08:57:53 -0800 Subject: [PATCH] Roll chromium_revision 08fedb23a2..57cc1d8512 (449890:449892) Change log: https://chromium.googlesource.com/chromium/src/+log/08fedb23a2..57cc1d8512 Full diff: https://chromium.googlesource.com/chromium/src/+/08fedb23a2..57cc1d8512 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8bf936c220..4860845df5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8c41a92cf8..90518c24d0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/08fedb23a2..57cc1d8512/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2691833002 Cr-Commit-Position: refs/heads/master@{#16565} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 8dfe4395bd..64d5682fae 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '08fedb23a2a7223d08c7e63f0e7f009ee5edd3aa', + 'chromium_revision': '57cc1d8512be5a3719e1f5acbe67a3556ee9c2a7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '8bf936c2205b1d183861cb25b8efc771baa3252b', + Var('chromium_git') + '/chromium/src/base' + '@' + '4860845df5a4c651a820d384e6cc0cd72bd4a6d3', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '3e5cfce8cf9eb4274e5e3f71ded1649bd5d5995a', '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' + '@' + '8c41a92cf84830317f1af031fe1a604ccf2074d1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '90518c24d096da6b94e08f258c8e26ecf365e521', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':