From 775d7ec1bf7bb58b0caef87b696c8af232f2cf1e Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 30 Jan 2018 03:44:34 -0800 Subject: [PATCH] Roll chromium_revision 34ad909848..6bbdd0a46f (532738:532839) Change log: https://chromium.googlesource.com/chromium/src/+log/34ad909848..6bbdd0a46f Full diff: https://chromium.googlesource.com/chromium/src/+/34ad909848..6bbdd0a46f Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/352cd788c1..6d586ab195 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6491c4c2c8..f8323d8055 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cd2b6a1191..b0dbf37c86 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3694484c69..6344555f34 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/69f2184e9c..52dc3feb01 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f3b128409c..f7efece782 DEPS diff: https://chromium.googlesource.com/chromium/src/+/34ad909848..6bbdd0a46f/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ideb7ee647eaa24c772ec6c68bd0341c198ecb8fa Reviewed-on: https://webrtc-review.googlesource.com/46080 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21804} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 78c841e845..23c1dc2a1f 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '34ad909848c7f3e543e9a29cd9d1dbadb126685d', + 'chromium_revision': '6bbdd0a46fbdf2fdf0c2569927c7e6512870741f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '69f2184e9c4351f5216d1ebe52bfd4c37ea79081', + 'catapult_revision': '52dc3feb012cce1d690b12d0b137c6c9bd5a4ff1', # 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,9 +38,9 @@ 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' + '@' + '352cd788c19ef4bbf40c213a6fe2e6cfed137dfc', + Var('chromium_git') + '/chromium/src/base' + '@' + '6d586ab195a2ec551dcb3528c8013b38fe1003b3', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6491c4c2c8687ead71b5363fe93ce56cf6aca696', + Var('chromium_git') + '/chromium/src/build' + '@' + 'f8323d805516f49436fc473614728585a4678858', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd2b6a1191c77296a0d0b90630c424d771b4e64d', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'b0dbf37c8675a0411ca708b91becb198fe7084b6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3694484c6936184d11e9ae5ab41ca4aca1ae0327', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6344555f34fb96222e388ee6b2af9ccbf3838f0b', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + 'f3b128409c22d184d25ae03f520ddb1b5fec0227', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f7efece782c9a556c66452f68a466a85d257f11c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':