From 8db36de92e39b74dedc88b8d2705ecce94fa6b03 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Sun, 2 Jun 2019 05:01:13 -0700 Subject: [PATCH] Roll chromium_revision 97b44755d9..aaa0f87a5c (665322:665423) Change log: https://chromium.googlesource.com/chromium/src/+log/97b44755d9..aaa0f87a5c Full diff: https://chromium.googlesource.com/chromium/src/+/97b44755d9..aaa0f87a5c Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5158ea2176..d9f5acac87 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ff7a641a07..45a80db577 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8eaea604cf..db1453294a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/039c56bbfa..8954e1e7f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d1687a1f5b..b510beb5b1 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3d4e56f8f4..5b31e690a4 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cd28c22b7b..c38806be71 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4b139415e7..e1111817c5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/97b44755d9..aaa0f87a5c/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I9656ad51be4ec5b483263d877197db32019f383c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139800 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28129} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 62c9536d0d..3122d1e0e4 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': '97b44755d938f506ed8d57c9a8103877736748c8', + 'chromium_revision': 'aaa0f87a5c5b397c0020e51c66c89f82a6410862', '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': '3d4e56f8f4efe9b095c61a4c10d11c20eeaa63f0', + 'catapult_revision': '5b31e690a48d5f7a8ba38825a603a57bca282038', # 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' + '@' + '5158ea217663082b6f2d359f58d907c0ea19463c', + Var('chromium_git') + '/chromium/src/base' + '@' + 'd9f5acac8787693352c00a477e74eb3620817fe5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ff7a641a07a1bf0b13c4b961b699e6ded6dcc305', + Var('chromium_git') + '/chromium/src/build' + '@' + '45a80db57744da4768cbe8f72d1ca32ffb1aa14b', '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' + '@' + '8eaea604cff05585934b04b26a3c9544ab78c59f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'db1453294a2a2350cd15cdcfc931aef2008f294b', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '039c56bbfab024359a8061febe26fd330ac3fb4d', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8954e1e7f74b973b7365bca074e788b1872f5f50', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd1687a1f5bd45be6784473490da7dd9a3544632a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b510beb5b1bbabfc6ef83bb21980bd849dd50576', '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' + '@' + 'cd28c22b7b65a63da1120592adb73c2ec6e9954a', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'c38806be7188121ad4778fb07ad396213fe69c94', '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' + '@' + '4b139415e70ce82c8d0a870f2c59401db673e954', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e1111817c57b7e91d0ccac6d45930f01c129254f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),