From 27897662d2aa2a5b28364c41d4bb079d1e1dc837 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 14 Mar 2019 07:01:45 -0700 Subject: [PATCH] Roll chromium_revision fc637deb51..b2075e83fd (640618:640732) Change log: https://chromium.googlesource.com/chromium/src/+log/fc637deb51..b2075e83fd Full diff: https://chromium.googlesource.com/chromium/src/+/fc637deb51..b2075e83fd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/584001face..22ef5836d9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2678ddc6fc..79401da197 * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/44579472d1..84e3598490 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4a091ba968..6d4cafdf7b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/508791909a..0916e7227f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/86d240affe..decc12a6b7 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2afe880da0..1a088f2700 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/61b1f4bc90..cce8e98c22 DEPS diff: https://chromium.googlesource.com/chromium/src/+/fc637deb51..b2075e83fd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ibc58f752868ea80a2be68fdb4a70007ee584fbaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127860 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27132} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 4c7a71488a..1dc9ad7419 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': 'fc637deb511059129c296585e4c96bf899752f1d', + 'chromium_revision': 'b2075e83fd62194ee39b917d69a56bbc7739a240', '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': '2afe880da0ce34181cbfbc2d95550aa6e589537a', + 'catapult_revision': '1a088f27008b608cfd9363cc70fbac3f44568f0e', # 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,11 +46,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' + '@' + '584001facece9aa061ecd6410b71e737f11f52ed', + Var('chromium_git') + '/chromium/src/base' + '@' + '22ef5836d997c02e33f826e975f434a2bcc00697', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2678ddc6fc31604dfda65d1d49ee0d3a1e11bfb4', + Var('chromium_git') + '/chromium/src/build' + '@' + '79401da197a0999bf8e2667014deedf8272fdf77', 'src/buildtools': - Var('chromium_git') + '/chromium/src/buildtools' + '@' + '44579472d1c913b46b13c4b358d6099f6d654f97', + Var('chromium_git') + '/chromium/src/buildtools' + '@' + '84e3598490f9f9104f8d712b64a9551b681f7075', # 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' + '@' + @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4a091ba968e0cd6d63131c0272dade61439c7755', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6d4cafdf7b4e3e30dab0a0639dd6c75937005b57', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '508791909a28913c782cb4aebcc96a0358cc2f87', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0916e7227f5e0b891a0fb2128169d11253110b45', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '86d240affe0a0762ec1011c7eb613b39adfe842f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'decc12a6b7f9a0fe7c9452d94a8ef471322c2d23', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -250,7 +250,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' + '@' + '61b1f4bc90c2cd7e4aed04fb546cf6ee769160e5', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cce8e98c22230109a0feaee6fee90a4518513a4a', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),