From 2229cf79157c199f840998277d9e483770f7c93e Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 31 May 2019 12:01:43 -0700 Subject: [PATCH] Roll chromium_revision c1296cf1c0..ebd9263281 (665078:665197) Change log: https://chromium.googlesource.com/chromium/src/+log/c1296cf1c0..ebd9263281 Full diff: https://chromium.googlesource.com/chromium/src/+/c1296cf1c0..ebd9263281 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0f4d61e0ee..a9d6996d93 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/355210a48f..b90f9b2971 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4552c595c0..b40a471770 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0734c202c4..34bf3f044e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b260072908..82ba612976 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0aa9d59e4e..3d4e56f8f4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7eaa5f5269..978e439b3c DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1296cf1c0..ebd9263281/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ie4ea8aa168f069e7d6c8f193bd03edd2fc1de437 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139560 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28125} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 53bd0ccd83..b46ffa0bc9 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': 'c1296cf1c036d08557b210eb16211044d946e75e', + 'chromium_revision': 'ebd92632815ed0cfe1cf35410aaaeb8a9c160568', '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': '0aa9d59e4eb7aed83326d20a9b108a6f9edfd08e', + 'catapult_revision': '3d4e56f8f4efe9b095c61a4c10d11c20eeaa63f0', # 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' + '@' + '0f4d61e0ee48f0292269d1f8335bc7639a5f11e4', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a9d6996d93e4e0634460e43866e56178cc06b655', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '355210a48ff97476b1df20bfa0130dc56d3236db', + Var('chromium_git') + '/chromium/src/build' + '@' + 'b90f9b2971e30237866518d68db1d278fc6c2012', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34', # 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' + '@' + '4552c595c0f0460d4ab4b87a65d2daa3a030809c', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b40a471770918ba35f07329b225f7baca56ed0d4', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '0734c202c40561b12c6ff6c2a35744d1d61808e6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '34bf3f044e1d40a8639b11d070175892e2c2d346', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b2600729088deb0cad55e3f4ba6c13e460f7a4a2', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '82ba6129764c304379f9c029be82d0f3f2edfcd8', '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' + '@' + '7eaa5f5269bb26f6d0cd28d28ac92234626d2f45', + Var('chromium_git') + '/chromium/src/tools' + '@' + '978e439b3c59aec60cd2930d63108844ae32383d', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),