From 7d3780f3473b8d26cc40511cae42466234c0fba0 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 24 Apr 2019 12:01:34 -0700 Subject: [PATCH] Roll chromium_revision e58e865ec2..0fabc5d871 (653566:653690) Change log: https://chromium.googlesource.com/chromium/src/+log/e58e865ec2..0fabc5d871 Full diff: https://chromium.googlesource.com/chromium/src/+/e58e865ec2..0fabc5d871 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7a3355bb35..9993c6cb4a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a2521a179a..5b99d73390 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d8a10fba64..04044b99c3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/09217eda36..964bb30d12 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b7158829af..60cd448ebe * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/429d9b410d..e8240283b8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0d8271895b..323487161e * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/e02fc00c5d..1b9f48f542 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6920ccde1f..a61e04baf9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e58e865ec2..0fabc5d871/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I2ebc221aa73d4b88e785d22f875d573f5aca2c9e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134123 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27746} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 8090945b15..7537a9ec07 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': 'e58e865ec235dcf518f8515cae2a3421565fb71a', + 'chromium_revision': '0fabc5d871cb9beeadf9f1940bff54ddc0ff7f48', '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': '429d9b410d9caa64ee9c1e69c1e0a0ee089f5a5b', + 'catapult_revision': 'e8240283b8f09f4906dcd539b02024232348a314', # 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,9 +86,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' + '@' + '7a3355bb35c7c1266d8f329a239341c26875e60e', + Var('chromium_git') + '/chromium/src/base' + '@' + '9993c6cb4a5e04283ab4ae4d6c5d9883f985313b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a2521a179a2796c1c393c4e4ad3fe600102273b4', + Var('chromium_git') + '/chromium/src/build' + '@' + '5b99d733902f7856909e30163a0c1cf4b6386466', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd8a10fba6498842b62c4a03f8498912aeddeb773', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '04044b99c3555356e0b6acfb5087fa6167534c15', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '09217eda3696c79892f555eca8f46374afc9719c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '964bb30d12e19fbcf49930a68aec1cf8383472fd', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b7158829af9af08fc609f3c6a316a6cf8d42018e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '60cd448ebec27d6fa3532ec2da9b1f1b6c83f16e', 'src/buildtools/linux64': { 'packages': [ @@ -199,13 +199,13 @@ 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' + '@' + '0d8271895be710d8d04130b5dfa96c002cada6c2', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '323487161e02721098b8ce95550ebd0c0e6f56ad', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e02fc00c5da42ea5cdf2bf5b9bab93c323a1e698', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '1b9f48f542058549f984d981ef331951559f9cb0', 'src/third_party/findbugs': { 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', 'condition': 'checkout_android', @@ -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' + '@' + '6920ccde1f0cce7f619a24bb8b1f009f08192cca', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a61e04baf99a8f7ffce6d2bf9887535c4381c1b8', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),