From 7f7e97336256c16d146f221f614d3e151f1ef1ad Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 28 Nov 2018 03:00:58 -0800 Subject: [PATCH] Roll chromium_revision 82a8b043ef..28d6168850 (611537:611644) Change log: https://chromium.googlesource.com/chromium/src/+log/82a8b043ef..28d6168850 Full diff: https://chromium.googlesource.com/chromium/src/+/82a8b043ef..28d6168850 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0dd82ab83e..ef037f58bf * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6ee737e3ed..2b4e7b8003 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ec8029cd49..7d90e20fb8 * src/third_party/robolectric: version:3.5.1..Q-aurrjcIq02dl2ws-M-IhnIydurvTbUMR_xD_zBJ0YC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5c6de96455..8bab01cf90 DEPS diff: https://chromium.googlesource.com/chromium/src/+/82a8b043ef..28d6168850/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I9730282c84c902ec93b09ea986fe4a6f6dcd0ac8 Reviewed-on: https://webrtc-review.googlesource.com/c/112260 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25819} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 3b3ae2efa8..08432ae902 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': '82a8b043efe8b6ff9ddcf46269bfe5ef64a16bc9', + 'chromium_revision': '28d6168850bb4776c435203c55ddca5bbf0b1146', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,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' + '@' + '0dd82ab83e22c38c2215e8058079ab79edb32de1', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ef037f58bf109c6b8e434c6832669d50a791c326', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'bbd67a350d745200e5798cace11a28edfd9fc3b2', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6ee737e3ed9ad229ae8d06e05f3e669299bcecb8', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2b4e7b8003f3215be248b6b5a75af2f720b3bb14', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '5a776bca050aedfb0269cdd8408ff0559acde2aa', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ec8029cd494d47d6046ad438b8fe5d2ae775156b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7d90e20fb80eb6649d007cb8d9e717a085069e16', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -225,7 +225,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' + '@' + '5c6de964552698422c1be7a7446c2035be555382', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8bab01cf90e354a56b0f68a11ebf64e06d2094ce', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), @@ -387,7 +387,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/robolectric', - 'version': 'version:3.5.1', + 'version': 'Q-aurrjcIq02dl2ws-M-IhnIydurvTbUMR_xD_zBJ0YC', }, ], 'condition': 'checkout_android',