From 01120bc1c1aa09115694c93ab9845090bf213df3 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 17 Jan 2019 15:01:01 -0800 Subject: [PATCH] Roll chromium_revision e291b99915..16c3dfe1d0 (623778:623888) Change log: https://chromium.googlesource.com/chromium/src/+log/e291b99915..16c3dfe1d0 Full diff: https://chromium.googlesource.com/chromium/src/+/e291b99915..16c3dfe1d0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/99b4f188ee..11087981f0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fed0626a8d..664a358327 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/646c6b87c2..569ea03f0a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9e3a2a27e8..b278475096 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f9f06f0f06..b1bf678b4f DEPS diff: https://chromium.googlesource.com/chromium/src/+/e291b99915..16c3dfe1d0/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I18d6a647f2a5ece24e1baf6ac30d15502fcd3965 Reviewed-on: https://webrtc-review.googlesource.com/c/118202 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26307} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index a4efecbb22..fb27d14f28 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': 'e291b999151d98454e913bdbecdd27319ad7a4ed', + 'chromium_revision': '16c3dfe1d0fba0f1cefbe31a48273d06bafa3217', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,9 +46,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' + '@' + '99b4f188eeb589e8b2ff18b68469bf692834fb52', + Var('chromium_git') + '/chromium/src/base' + '@' + '11087981f06e43f37440e950aad4ad274511d539', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'fed0626a8d1f2c96b4cdab081ccea4f3994f3c39', + Var('chromium_git') + '/chromium/src/build' + '@' + '664a358327168a34d8ee69e1e52e5ba878027279', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '40194ab03962d8183b2796fa58a39ec8a9e83a41', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '646c6b87c2266269f4f03d882d56fc9b86ecfbf8', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '569ea03f0aa53b7428590af49a37c45c2416eb4b', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '93b5ba2dc8453ae06a2ac5ffb8852896f83ac18f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9e3a2a27e866ce7072d6201c537d1a96d3c78067', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b278475096f8219d01461952fcb3cd9067687f1b', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -229,7 +229,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'f9f06f0f06fd038f47a20fc9de14e5fa97dd7beb', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b1bf678b4f75fe15987f367130eec957a7cec8a9', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),