From d10bed125af78990e18bbb4f0fb768f0ef3b4902 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 11 Sep 2017 21:18:03 -0700 Subject: [PATCH] Roll chromium_revision af161574c2..1c19443a45 (501126:501170) Change log: https://chromium.googlesource.com/chromium/src/+log/af161574c2..1c19443a45 Full diff: https://chromium.googlesource.com/chromium/src/+/af161574c2..1c19443a45 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d78169a36f..1555ee546d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5832afb230..a325b8a0d3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b50a6ba67d..8922a58a14 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c59db25d81..d5df04f53c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/af8d40056c..9c1decbeff DEPS diff: https://chromium.googlesource.com/chromium/src/+/af161574c2..1c19443a45/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3007413002 Cr-Commit-Position: refs/heads/master@{#19789} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 2aff04df53..4ab8422028 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'af161574c26f66d98439fe0798d06c5281f06220', + 'chromium_revision': '1c19443a45edf304ff65d2607ad82b7210416631', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,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': 'c59db25d81163ca4f159fbbcdaedad459d6f2a0d', + 'catapult_revision': 'd5df04f53ce84b12550e46a8a9d5ff496d73bb01', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '345b13d1eb7c0cc0c409f37fdf285f112dd21edf', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'd78169a36fae088dc0ac8ac805d668b093878d63', + Var('chromium_git') + '/chromium/src/build' + '@' + '1555ee546da4f4a66ba67e917dc4ddbf4c400a5b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cbc33b9c0a9d1bb913895a4319a742c504a2d541', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5832afb230dfb9d509928a4fda6ab1c40ed34f25', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a325b8a0d3a649149677c443417c7b51b71f0c44', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b50a6ba67d58eba35a9bb6260bb04d5df9b8b337', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8922a58a1473f346b4ebf027ac6d44e424b9fda4', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'af8d40056c42e2e6884c049de9f3f24f1466bac6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9c1decbeff6f261c4715a005824bbf7771c86c67', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':