From 14f96d1f6184462d14b3c88db32570d2b85beb91 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 22 Feb 2019 03:01:02 -0800 Subject: [PATCH] Roll chromium_revision f39a1b8992..a77f654a3c (634190:634608) Change log: https://chromium.googlesource.com/chromium/src/+log/f39a1b8992..a77f654a3c Full diff: https://chromium.googlesource.com/chromium/src/+/f39a1b8992..a77f654a3c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f1120661c7..b85c191a4b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/447ceae5e0..582ae4a19d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ecff3e907f..4fc4adb870 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5af017601d..22c79184e4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/33dbea1554..54ddfab62d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3b6663037f..a74495a295 * src/third_party/ced/src: https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git/+log/94c367a1fe..ba412eaaac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9cf1796ae4..c0546b9817 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/e2381829e9..986b2bef7f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/77ffc3ee8e..e22d14c764 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f39a1b8992..a77f654a3c/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: Ie09e6fe8a4b968a823dca77379cdd21f509c5fc2 Reviewed-on: https://webrtc-review.googlesource.com/c/123865 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26816} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index ad886330aa..6c6800c18e 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': 'f39a1b899257c819145a2a40041f9134e6ede617', + 'chromium_revision': 'a77f654a3cd543e1b84ac7464f73cc042afd382a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': '3b6663037fd5c1f61087a994df10b0338b4464d6', + 'catapult_revision': 'a74495a2956d6bfb592db832406acc93113ddda7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + 'f1120661c71dea102bc43407a6c5f201cda7ab67', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b85c191a4bea15b54d1073ca6190a9a698c5aaf4', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '447ceae5e0813a32890d8267d01fb5665386a8d8', + Var('chromium_git') + '/chromium/src/build' + '@' + '582ae4a19de67d08b692ad6cf6dfec33b6c8c136', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab', # 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' + '@' + 'ecff3e907f1507eb382501137e7c1861d9260b39', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4fc4adb870e13ca1b4aca038c63567daaf90f022', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5af017601d18e821101f6cf61de5851f6286a9fa', + Var('chromium_git') + '/chromium/src/testing' + '@' + '22c79184e4fa1f24b2d8e13434118cc378ce11b8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '33dbea1554d97b5f5af155b03e1b77e79e6bf3ec', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '54ddfab62dbccddef324575d7a34863e18d9cc46', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -115,13 +115,13 @@ deps = { 'src/third_party/catapult': Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'), 'src/third_party/ced/src': { - 'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', + 'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'ba412eaaacd3186085babcd901679a48863c7dd5', 'condition': 'checkout_android', }, 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9cf1796ae43818259e6babf341ddf389ddb3f597', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'c0546b9817eea795277e517d5dac382d6b69b778', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -172,7 +172,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e2381829e984c58e54a7ad0580c168cb7432ef92', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '986b2bef7f475543a441cf9aa5a3ca55dd57ccae', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e', 'src/third_party/lss': { @@ -239,7 +239,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' + '@' + '77ffc3ee8e3ff370242cea52d874926eedc7d701', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e22d14c76434a238ccf203090edd509965b8b7ba', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),