From e323359d6f0ace0022d1eefebe7a74833338f665 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 10 Jun 2019 01:02:01 -0700 Subject: [PATCH] Roll chromium_revision 25abf646db..4e6fe7f5f7 (667125:667532) Change log: https://chromium.googlesource.com/chromium/src/+log/25abf646db..4e6fe7f5f7 Full diff: https://chromium.googlesource.com/chromium/src/+/25abf646db..4e6fe7f5f7 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e77d1e96aa..01a87f7e42 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7d6de605d2..6485681f33 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/0218c0f9ac..2e18a95798 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e475fee991..cb5cc07a7b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7e2a133ba9..fbe653e44b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4dfcbb6775..7cd5dc0f6d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/abea78f985..93cd912aa6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/073b8ac2ff..e30736fb09 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0308a9a132..28cc5f3646 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ac4da5bd39..6f560cc4c6 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/9b1b0ed1f3..96f125709a DEPS diff: https://chromium.googlesource.com/chromium/src/+/25abf646db..4e6fe7f5f7/DEPS Clang version changed 67510fac36d27b2e22c7cd955fc167136b737b93:80fee25776c2fb61e74c1ecb1a523375c2500b69 Details: https://chromium.googlesource.com/chromium/src/+/25abf646db..4e6fe7f5f7/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I130e1f8c6aa0dc2c44ca02ea23e90d50d1dab420 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141220 Reviewed-by: Autoroller Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#28203} --- DEPS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/DEPS b/DEPS index ff0ce503a5..2accf0ad39 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': '25abf646db2bca4a6f2615ce4bcf55281ceebf81', + 'chromium_revision': '4e6fe7f5f71c7cb236654086759a6b46be40bfd1', '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': '9b1b0ed1f31dd42b128ae88ce50c2ab1f87ebaeb', + 'swarming_revision': '96f125709acfd0b48fc1e5dae7d6ea42291726ac', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -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': 'abea78f985f4f3156889f26ba5e34131ed457437', + 'catapult_revision': '93cd912aa60ef771f5aef978e3ba7f886c02bf9b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,11 +86,11 @@ 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' + '@' + 'e77d1e96aa7d0f24a445d18dee8e830c212fb236', + Var('chromium_git') + '/chromium/src/base' + '@' + '01a87f7e42817587f67a135e04e4277c08da93ed', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7d6de605d2793f67d7bb4f4e2f8ea5909ec1f4d9', + Var('chromium_git') + '/chromium/src/build' + '@' + '6485681f3393f467e576ab08f5818096ca55cda6', 'src/buildtools': - Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34', + Var('chromium_git') + '/chromium/src/buildtools' + '@' + '2e18a95798d644f77f72856d6e9b74c38156c12d', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e475fee991666406e4258143aced379b9a5bcf22', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cb5cc07a7b8ffec84bfcae5cc82175ab228faba4', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7e2a133ba96d0776272149e47756ed27e0e9cc83', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'fbe653e44babb8b7c85caf440c6416c1eec5dd98', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4dfcbb6775020b457968f65f7e5c9072ace2dce9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7cd5dc0f6d46673f1e4879fbdd447cd228a07e1a', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ deps = { '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' + '@' + '073b8ac2ff8e7fdfba3e99db0d09611e20c2f202', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e30736fb090c7f3cd82efee1fa20f7af11dda5b3', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -250,7 +250,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' + '@' + '0308a9a132612006056f9920c069a1942e49c26c', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '28cc5f3646bac9d01e583621f611303f738424f0', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e', 'src/third_party/lss': { @@ -312,7 +312,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' + '@' + 'ac4da5bd3971a316c1592eb7d302577491b1426c', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6f560cc4c60001fff576097a69825be22719c717', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),