From d96fb23b5a3d56d786ce75de7ffd50d189cd7f82 Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 10 Jan 2017 20:37:48 -0800 Subject: [PATCH] Roll chromium_revision d6539dc7b8..2c7d29a159 (442744:442785) Change log: https://chromium.googlesource.com/chromium/src/+log/d6539dc7b8..2c7d29a159 Full diff: https://chromium.googlesource.com/chromium/src/+/d6539dc7b8..2c7d29a159 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/88c05b582d..7ec0ebf844 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ab336985b9..cd7329bdfe * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6d7b62b4e5..78f83f65ee * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/854df3eb01..8b10e7828a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1429a96e3a..de02fe913a DEPS diff: https://chromium.googlesource.com/chromium/src/+/d6539dc7b8..2c7d29a159/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2626913003 Cr-Commit-Position: refs/heads/master@{#16000} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index ab26d50ae1..502e585101 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd6539dc7b85800f035f1a14e06653497a45aab0c', + 'chromium_revision': '2c7d29a1599d7ac2759695722c03a3cdb895b866', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -27,7 +27,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '854df3eb017b030b3f8b73ca46ea4d2bc5283295', + 'catapult_revision': '8b10e7828ad23b4aed04259a870ab11d2f323a23', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '88c05b582d5c5771710d6a8d762c1b4be31e271c', + Var('chromium_git') + '/chromium/src/base' + '@' + '7ec0ebf844de25a4d6bba509fa84de54151b49b1', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '91344e61c70faeaff9536f61382972f258d841c2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab336985b9a66848c67ca6a3d9bb8d47ef443ce5', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd7329bdfe04cc9aa2c83dac56dd125b0a3fd902', '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' + '@' + '6d7b62b4e53d3578993f1ad55be9036e2a41d093', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '78f83f65eeb042a98a0e1da8d76a550764e51a81', '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' + '@' + '1429a96e3ae7f85058a93d02ce875133d8d72f52', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'de02fe913a29e3b67babe0093b086df0cacad788', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':