From 720e8921c7ef9624a08317c4d9c4ee7d00f76e69 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 26 Sep 2017 17:55:46 -0700 Subject: [PATCH] Roll chromium_revision a5e331ccaa..69fe0e1a5f (504494:504538) Change log: https://chromium.googlesource.com/chromium/src/+log/a5e331ccaa..69fe0e1a5f Full diff: https://chromium.googlesource.com/chromium/src/+/a5e331ccaa..69fe0e1a5f Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/34c187e6ef..da26f11cf8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d206853452..aae1a8ced7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/53789ca6fd..704f2594c0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9de9c87f0e..e8c5329a0c * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/cf05c91b67..a17499a864 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/456d6c1413..25067036fe DEPS diff: https://chromium.googlesource.com/chromium/src/+/a5e331ccaa..69fe0e1a5f/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8dad55241efa3e6356933caec56766beb772d1f3 Reviewed-on: https://webrtc-review.googlesource.com/3900 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#19982} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 16c1c1f9b6..750332a2c3 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'a5e331ccaa6314cf66dbc02f5b1fd0fbde1dbd3f', + 'chromium_revision': '69fe0e1a5f55e3bcf19919810da16ac7bbb50aad', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': 'cf05c91b67574954c0f62d369077943f04f5de07', + 'catapult_revision': 'a17499a8648f2707aa6831683ab5db2319ac2534', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -34,15 +34,15 @@ 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' + '@' + '34c187e6efbf363115cab67e85a825d5c07f9aa1', + Var('chromium_git') + '/chromium/src/base' + '@' + 'da26f11cf8a8bfeee76908223208fef29e49fd10', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'd206853452b3dbb1c867a1f73d1c04d0667b9054', + Var('chromium_git') + '/chromium/src/build' + '@' + 'aae1a8ced7ae922115741cfce10375ce7e0a6b27', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '53789ca6fd95d96b22bde618ac99c5f370e8e06a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '704f2594c091bb4e31bf617e2c23969e0c3b0d06', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9de9c87f0e7555c6e3021d1025e89f93f1b54b12', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e8c5329a0c88f257c0f5c90643ef27b2fd0f9c84', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,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' + '@' + '456d6c14133cad00057640cde9faac4a1154075e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '25067036fe29a7489894169dfd3d12ffa21bd8b7', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':