From 86384fa9a9f2f4570cc6a30183f8c37a9d89fc81 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 8 May 2019 12:02:14 -0700 Subject: [PATCH] Roll chromium_revision 8939017df7..733884772b (657653:657800) Change log: https://chromium.googlesource.com/chromium/src/+log/8939017df7..733884772b Full diff: https://chromium.googlesource.com/chromium/src/+/8939017df7..733884772b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6e1e13bf3e..2e0b41b94d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ea2296fbae..d376ad0e63 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e6bde469a1..ee5a82499e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/20ee8223e1..4cf5f86b65 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/408254f68d..74bea52aca * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f3fca3630c..daecb6f1a6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8939017df7..733884772b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ifa64e47f11b2dd47fcccb3408ba9d3df6b0bf186 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135662 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27885} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index a0d891af58..d53df29915 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': '8939017df7933759a10504633adeaf84671438b7', + 'chromium_revision': '733884772b36d9f1254dccdabb80ed8228c3f625', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '6e1e13bf3ed7a663e40950b6e7f25c89a8f871b8', + Var('chromium_git') + '/chromium/src/base' + '@' + '2e0b41b94d74b69855a965a4b4bcbe94fb516f93', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ea2296fbae93e873f003db57c00445cbbb1aa753', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd376ad0e635e0a9c1a3f42724655acd41ae8a741', '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' + '@' + 'e6bde469a13b05d079638c4fe595395454ad2f6a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ee5a82499e6a64acb8aae664655174fb4443ddff', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '20ee8223e1d8c3ee88d64fb04fc35135f9d4c62e', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4cf5f86b6580f6573ebbbf800bd021fc5fdf4100', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '408254f68d8c13d8efc041cbe137c163bc1a458b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '74bea52aca3c1ca13e3275429b56465db6be4b5c', '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' + '@' + 'f3fca3630c180bc324337950a1e7e768bd0ca244', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'daecb6f1a69043edc3a108062954dcca08eaf66b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),