From 758b6d7efafd4c959d5dde7b40cde05dd745d2fe Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 4 Jan 2017 08:39:27 -0800 Subject: [PATCH] Roll chromium_revision 3d1bea3cc8..1b539730c8 (441358:441381) Change log: https://chromium.googlesource.com/chromium/src/+log/3d1bea3cc8..1b539730c8 Full diff: https://chromium.googlesource.com/chromium/src/+/3d1bea3cc8..1b539730c8 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9738faf9f8..ab28773913 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/49fe4f9a96..8570effd07 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a067dd2f2b..9e6944a8f3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6f32004ca..6550763b0f DEPS diff: https://chromium.googlesource.com/chromium/src/+/3d1bea3cc8..1b539730c8/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2617533002 Cr-Commit-Position: refs/heads/master@{#15901} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index f89ef3d2f9..62d7492137 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '3d1bea3cc87f48e6ea569b7050d941b113a55836', + 'chromium_revision': '1b539730c8c3ce51ec2f58a3aae2a43af4f32eaa', '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': 'a067dd2f2b17fc0cb7057ac4500b07590c596e34', + 'catapult_revision': '9e6944a8f3106212e60d36add9a357964bf55373', # 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,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' + '@' + '9738faf9f893478c9a1b910dd1d9e89223b03225', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ab287739139162017132d6ce72c660193995e083', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '17e1e627fea12ba53ec1d2955c1f6d93410413ba', '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' + '@' + '49fe4f9a96c7f8359c93b0a036a8fe0a8dbdcac7', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8570effd070b5c3e0cfd869fd3777b4c6fe64caa', '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' + '@' + 'b6f32004ca54fb59f5660dfda20afcc9d6d9a021', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6550763b0f6ae3f9e6768e8515d0800937c2bcdd', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':