From 9e6d20e7f1bdc193f20aede293841c9833c805af Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 18 Jul 2018 09:44:54 -0700 Subject: [PATCH] Roll chromium_revision 9159e523ff..7e9fce12da (575979:576093) Change log: https://chromium.googlesource.com/chromium/src/+log/9159e523ff..7e9fce12da Full diff: https://chromium.googlesource.com/chromium/src/+/9159e523ff..7e9fce12da Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/3827537ca4..9dcaf17f93 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e4fb293b7b..c92e0f4e60 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/409d5c7136..c72631a8ee * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fed5f8ce0b..4ac7bc0e57 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6741eff979..088ff5ef8d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e8dc05ccba..a824624071 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3233555277..57519b4402 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9159e523ff..7e9fce12da/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I1c792109c359e5a191eb233f6cf418fc31ebc286 Reviewed-on: https://webrtc-review.googlesource.com/89421 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24027} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 714122deb7..a86f155520 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': '9159e523ff939514ed3ece9579251432b9bda19c', + 'chromium_revision': '7e9fce12dabda70dab7b51b1f7d4c5143e3a1736', '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': 'e8dc05ccba6b7aa0f489fa97ffbf81273766b1ee', + 'catapult_revision': 'a824624071cc6850b99a9f29ac75e8905d53e800', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + '3827537ca4caea458f5f0795c5524171a4bf4d70', + Var('chromium_git') + '/chromium/src/base' + '@' + '9dcaf17f9325c83c96653c45c8a98171c3e35b9b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e4fb293b7b93dffec18a4f0197b287dec7134a8e', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c92e0f4e6066885983a17c5b739c3a0c3dced39f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '409d5c713694fa70a40bffcca7934545e2740b61', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c72631a8eedfe0a0a6424c004fd62a546af8c11d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fed5f8ce0b3cdf4d9e997ed57f9bf383730af199', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4ac7bc0e577d0be693859279ec06bd400e0e0647', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6741eff979d2f25a2dd8c5a5197a078b8134b96f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '088ff5ef8ddfc0fa08378f8cbf10ae2a5c884afa', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '32335552777af3357f8a6f2bdfe9bdbf5459b2fe', + Var('chromium_git') + '/chromium/src/tools' + '@' + '57519b44027d2eb9c3b43f7f748f4c485c1bbc2e', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),