From 3bc24bcd3ee20f32ecb602bb5ce9ebb7f19e09ad Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 27 Nov 2018 19:01:38 -0800 Subject: [PATCH] Roll chromium_revision b04e513f82..82a8b043ef (611432:611537) Change log: https://chromium.googlesource.com/chromium/src/+log/b04e513f82..82a8b043ef Full diff: https://chromium.googlesource.com/chromium/src/+/b04e513f82..82a8b043ef Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b9901f9bc5..0dd82ab83e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/eb9e8e09dc..6ee737e3ed * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/77f6c16720..ec8029cd49 * src/third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/a0a6951e25..4ee6a69ce3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b47c631587..5c6de96455 DEPS diff: https://chromium.googlesource.com/chromium/src/+/b04e513f82..82a8b043ef/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I87d788e4455b1a1ddb0d21d9a3327a0658d4f3e4 Reviewed-on: https://webrtc-review.googlesource.com/c/112224 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25813} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 555c27f10e..3b3ae2efa8 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': 'b04e513f825d6ce22e147601cbfc75ea23eb9073', + 'chromium_revision': '82a8b043efe8b6ff9ddcf46269bfe5ef64a16bc9', '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' + '@' + 'b9901f9bc5b65a1169d5db696ef4428a65cec622', + Var('chromium_git') + '/chromium/src/base' + '@' + '0dd82ab83e22c38c2215e8058079ab79edb32de1', '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' + '@' + 'eb9e8e09dc4b28e691cfd70242ba50ceecb6ab20', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6ee737e3ed9ad229ae8d06e05f3e669299bcecb8', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '5a776bca050aedfb0269cdd8408ff0559acde2aa', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '77f6c16720eff7721b0c0b2438ce9126f59e1f0b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ec8029cd494d47d6046ad438b8fe5d2ae775156b', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -173,7 +173,7 @@ deps = { # Used by boringssl. 'src/third_party/nasm': { 'url': Var('chromium_git') + '/chromium/deps/nasm.git' + '@' + - 'a0a6951e259bd347c133969740348bb5ebb468c4' + '4ee6a69ce33be1e96fd3c44a6e3ae3d8177453da' }, 'src/third_party/openh264/src': @@ -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' + '@' + 'b47c6315878eabd73bf71c1aa0cbd9b816716789', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5c6de964552698422c1be7a7446c2035be555382', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),