From 9656a2e5d6084bbd549b54cb00a5b85ed420038b Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 26 Apr 2019 19:01:40 -0700 Subject: [PATCH] Roll chromium_revision 59aee65d9c..982e2994fa (654597:654706) Change log: https://chromium.googlesource.com/chromium/src/+log/59aee65d9c..982e2994fa Full diff: https://chromium.googlesource.com/chromium/src/+/59aee65d9c..982e2994fa Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bd84564627..283a7cc0bd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/24a58de6ef..70dcfa3e46 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a942be6a31..5673ce57ca * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0d88a19d4f..4d94e96af5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/549ff7b625..b390765a28 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bbeee6d77f..ffa3433a8c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/99d965d911..6837707f80 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1b25e0a8f5..9a5275459c DEPS diff: https://chromium.googlesource.com/chromium/src/+/59aee65d9c..982e2994fa/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I737cba329bb6152f079883091cf744bf33742ac6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134340 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27794} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 89986ad1cc..4ef1055d85 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': '59aee65d9ca9a36e6fbcfb991d335f316882300f', + 'chromium_revision': '982e2994fa7b36f603a04ea86242250a8ad29a89', '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': 'bbeee6d77ff6922fce39198566a907c67df6e41b', + 'catapult_revision': 'ffa3433a8c084d5cab2a04a603ec5d396292886c', # 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' + '@' + 'bd84564627d37e9f7d4eb773b36bb758268caca9', + Var('chromium_git') + '/chromium/src/base' + '@' + '283a7cc0bde3426afd4aa964d1ef7999bfd0d7d4', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '24a58de6efc1babd2c0ebeed0e22b84a32f92d34', + Var('chromium_git') + '/chromium/src/build' + '@' + '70dcfa3e469f8948994e685f5959e089bfad5a44', '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' + '@' + 'a942be6a31505fe6334a5194bd3a8ff7a8f8797d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5673ce57ca376e6c5d356bd6132bd4a2da2408f9', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '0d88a19d4f9156fac2e6b0382364526d3696f3d5', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4d94e96af5816846b6310f492cc8632a00b0693e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '549ff7b62500ec1ed192546ac65bd3f0da5e6feb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b390765a28a5fba820b3f84b27bb8456b7120181', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ 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' + '@' + '99d965d911f3cdb32d4fd5154664251764bf6691', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6837707f8009b505eb49ff8323d0a48211fcf255', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', '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' + '@' + '1b25e0a8f5edc7a8de5fca9e907ce886505ba99e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9a5275459cb38a7a6873448b6f17dbcf0f1a4dfb', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),