From 7d1eaa8ff7d32d4ddd11108a7b667fbb4620bbf8 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 26 Apr 2019 10:01:46 -0700 Subject: [PATCH] Roll chromium_revision 1922754937..9e7b598af3 (654383:654486) Change log: https://chromium.googlesource.com/chromium/src/+log/1922754937..9e7b598af3 Full diff: https://chromium.googlesource.com/chromium/src/+/1922754937..9e7b598af3 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/3eed79aeda..37cae4b286 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6c977eaea4..a62977721d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5fec5aac5c..13955a49ca * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1fa6051c03..51dc53bd1e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/904f37164f..d388ce3fc6 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ed5998919f..d7f22e29c4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e438fd4055..0739739ce9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1922754937..9e7b598af3/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I1d2834333fcee993e75e616c341ad5da56c8e4bf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134325 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27791} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 7e88471522..6036b96866 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': '1922754937da7c6be8348a4b53768f1f3d37c0e1', + 'chromium_revision': '9e7b598af338c53f13d24f5d875569af3c2c4324', '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': 'ed5998919f4b97464cb0f6cd640ad78f101a498d', + 'catapult_revision': 'd7f22e29c4a1be844b5eb8153cb3b95775f2af7e', # 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' + '@' + '3eed79aedab777b8cac1763e219c951fdf2f7023', + Var('chromium_git') + '/chromium/src/base' + '@' + '37cae4b28646326bf640df0d48220f1468dc75d7', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6c977eaea4ac339788c1a81701ccba2a51af0048', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a62977721dc97665ae4253e3b7c5b783c114fa8d', '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' + '@' + '5fec5aac5c512610103dbf058b606a8cae3badb2', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '13955a49ca12cb8496cf190fb0eea6e900f45337', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1fa6051c03cf791268ffa5efec05650c7112a963', + Var('chromium_git') + '/chromium/src/testing' + '@' + '51dc53bd1e2d3594f1c984a66ab1bd55592068a4', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '904f37164fe2d306110f75145e984b5c1ed54083', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd388ce3fc6a6561f45372c0013a9fe400d2af0b5', 'src/buildtools/linux64': { 'packages': [ @@ -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' + '@' + 'e438fd4055af77703e63a387d0f7fc0a3dbad9ed', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0739739ce9a30afc1107224c3f79e1a7eb138c2c', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),