From 390d01094608b1eedd7d650a6c435d5e3aa109c0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 1 Nov 2017 15:14:31 -0700 Subject: [PATCH] Roll chromium_revision 6687bb7994..4d326c294a (513265:513298) Change log: https://chromium.googlesource.com/chromium/src/+log/6687bb7994..4d326c294a Full diff: https://chromium.googlesource.com/chromium/src/+/6687bb7994..4d326c294a Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/09b8d564d2..6aeed38753 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/64f5e340aa..f8954511d2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3a59a3ae36..90c941f7b3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e747f4ca1d..dc6487cdce * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/fe94e7274e..5da404cf35 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6687bb7994..4d326c294a/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0233864fbf39b18444fb43066b19630c9cd95f42 Reviewed-on: https://webrtc-review.googlesource.com/18062 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20543} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 684911cbd9..46e603e63b 100644 --- a/DEPS +++ b/DEPS @@ -7,12 +7,12 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '6687bb79942d0ebd85edb0533d057647b2f6b317', + 'chromium_revision': '4d326c294a5404ba6bf0e8ffb400aa0ff850ee89', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. - 'swarming_revision': 'fe94e7274e40e2e929cdbc8787836f70d38de1f1', + 'swarming_revision': '5da404cf35b6541f16d8bd6cc3e506df1fda8021', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. @@ -38,7 +38,7 @@ 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' + '@' + '09b8d564d255c7b5c0aaf5a66f1b65271246495a', + Var('chromium_git') + '/chromium/src/base' + '@' + '6aeed387534c2e626da4791ca17a654be4ea493a', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '3df1bb82ed3fb9fbeb431576afa2fb6786c5a1b7', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '64f5e340aaa4acf2fcebbb5fb7b9f95d8cca0068', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f8954511d28b332707d54bf66591e9b32bd5cae9', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '0ef235f027c6ed0cefc2f091fcaefc2ebc85a07f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3a59a3ae3648281b38cfb1eec93d6b128e30e97f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '90c941f7b3dba3c0d23246de7cccf5bb8e5fade4', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', 'condition': 'checkout_android', @@ -147,7 +147,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' + '@' + 'e747f4ca1d454ba41939b24c3715633aef9e2b22', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'dc6487cdcee39dc202cb810010013fe687fddb3a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':