From d0e9cb9ce49a1d42a244a185c5783fc0a014575f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 1 Oct 2017 14:54:53 -0700 Subject: [PATCH] Roll chromium_revision ef3118d711..bcc319e88f (505486:505524) Change log: https://chromium.googlesource.com/chromium/src/+log/ef3118d711..bcc319e88f Full diff: https://chromium.googlesource.com/chromium/src/+/ef3118d711..bcc319e88f Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d56f52a20c..e59a11932a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b3765543a0..ce6d3d8868 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/196090ad80..7ec7d5da93 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d054975229..17ff7229cb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f705d2e270..28dae6c88a DEPS diff: https://chromium.googlesource.com/chromium/src/+/ef3118d711..bcc319e88f/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I39a39482ac3235f6f9eea031684c9917e4936f9a Reviewed-on: https://webrtc-review.googlesource.com/5280 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20056} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index e768e5dbcc..556fdaf0b8 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'ef3118d7112ec9c006b859cdd0d133d4944d08bc', + 'chromium_revision': 'bcc319e88f81b1dcc8f9d63d1c5aa1de56f3763d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'd56f52a20c2ca2ab28579677d2ea5483401bd47e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e59a11932a073916ad52a8903bf8e6ab0293ba57', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b3765543a0e439f71548f86a783a399e0c121a4f', + Var('chromium_git') + '/chromium/src/build' + '@' + 'ce6d3d886885f095c753819b7693c65d999e8b4b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '196090ad805861c73b3369245088bbaffc4939de', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7ec7d5da93ca38d41b27ce51f7310c2f40083a8e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd054975229ae3539bbfe1570d4cb8e52cc706565', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '17ff7229cb52f03a2c64276f897167a2a117adab', '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' + '@' + 'f705d2e270c3e6dccd5b62709ecacd5f47168712', + Var('chromium_git') + '/chromium/src/tools' + '@' + '28dae6c88a8b81afcec4d63f199f9f72825f57e7', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':