From 3a1eb04545c33c2f062797ef005aa549f4f5a29c Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 24 Jan 2017 18:05:48 -0800 Subject: [PATCH] Roll chromium_revision e003d59373..34daea6e90 (445829:445884) Change log: https://chromium.googlesource.com/chromium/src/+log/e003d59373..34daea6e90 Full diff: https://chromium.googlesource.com/chromium/src/+/e003d59373..34daea6e90 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/afbd629fac..2f3b8d7a83 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b5a787ac0d..e381bc2fc0 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/00f95df571..c88c7816e8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/50be8edc32..6055e0b34b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/571766af1d..0e62146d2b DEPS diff: https://chromium.googlesource.com/chromium/src/+/e003d59373..34daea6e90/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2650273003 Cr-Commit-Position: refs/heads/master@{#16256} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index b4cb5d586b..c1ad55b256 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e003d59373ed5f176a8b521c15a7fc0a6ff6876f', + 'chromium_revision': '34daea6e90246c16505840ff3d75991ef34e8a2d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,19 +38,19 @@ 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' + '@' + 'afbd629fac3680e728ccfc2dee4578e179353967', + Var('chromium_git') + '/chromium/src/base' + '@' + '2f3b8d7a83ae74e47461d4cc76a8b8b9818a2589', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b5a787ac0d73a2043baa034286053653e0a88658', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e381bc2fc09733770fcc946cd89bc911e9cebde9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8e94621c369e79625028f49e02bd0215f840291d', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '00f95df5715087f0d6c3e73dfecf182df0c06c27', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c88c7816e838c543ae3da8be6d0e8eb7df4b6a25', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '50be8edc32bbc779914936b961fd7d90878f9c03', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6055e0b34b195c3c118b59f5ece3496c0ede2fcd', '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' + '@' + '571766af1d0c9953011b267452c3b538f1c8b1c9', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0e62146d2beafe3993d7ffc5700d1a9f101f3267', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':