From fcbdab608b25432966358b9145682aca6dccc888 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 25 Sep 2017 20:50:16 -0700 Subject: [PATCH] Roll chromium_revision b48894367b..81f3a6b955 (504239:504277) Change log: https://chromium.googlesource.com/chromium/src/+log/b48894367b..81f3a6b955 Full diff: https://chromium.googlesource.com/chromium/src/+/b48894367b..81f3a6b955 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e93bd9595d..e625867a85 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/58898ff5d2..e7d7f7845a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/99955ee74a..a3648ba834 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3b850480d5..b2e21746c4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f7082c125e..b4b9062f2f * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f7cc2170e1..ccb28b4fd1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0d74235737..380cf5de1e DEPS diff: https://chromium.googlesource.com/chromium/src/+/b48894367b..81f3a6b955/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idde6c253dcc6620f0285a964995a5296d58a3247 Reviewed-on: https://webrtc-review.googlesource.com/3580 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#19961} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 869e34fc2e..cee59655b1 100644 --- a/DEPS +++ b/DEPS @@ -3,7 +3,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'b48894367b37d68751b04c7d444affeb23797d70', + 'chromium_revision': '81f3a6b9554d7f31aefb68c747a72b407a9ca922', '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': 'f7cc2170e1abdb0b92fe7126a6a7e3f1d2513783', + 'catapult_revision': 'ccb28b4fd165b20d44cb903f5223fdf8146376d0', # 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' + '@' + 'e93bd9595dfb59a475d7edf6b4a14f6d3a94c808', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e625867a858312f059391569b7a019070d9dc7e2', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '58898ff5d225680c019e72ff437b44ea0c003572', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e7d7f7845a87885e02e316501e6b09f7793db672', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f6d165d9d842ddd29056c127a5f3a3c5d8e0d2e3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3b850480d5eb5ac27867d3a05851e627a125c020', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'b2e21746c4021d06d152ad453460b89cdafa43a1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f7082c125e10a102440e99e43e6d0b35075b45b1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b4b9062f2fffda92ff3d0df6b6b67a93cb5834a1', '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' + '@' + '0d7423573752da64e81c6088452b2177b3f869d4', + Var('chromium_git') + '/chromium/src/tools' + '@' + '380cf5de1ee4e9bf2b0ef7ddf5eafe5ba5116d41', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -115,7 +115,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '99955ee74ad506ccb161a2c9667836f79423f9aa', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'a3648ba834414f3dc96aa05e75a47fbe9f57ab05', }, 'unix': { 'src/third_party/lss':