From 19170186a0cb1802b833bb657d31fe7a8c86d342 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 9 Mar 2018 17:45:33 -0800 Subject: [PATCH] Roll chromium_revision eead1e7595..abe34c4ead (542200:542307) Change log: https://chromium.googlesource.com/chromium/src/+log/eead1e7595..abe34c4ead Full diff: https://chromium.googlesource.com/chromium/src/+/eead1e7595..abe34c4ead Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/585d9bdc59..e3ff882773 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/02ff6db311..6ece7bb274 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e79d3cec67..120169c8d4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8873d196ad..bd89bbe67d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b90b97cf8d..21ff400bb4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d1b3aff080..9ad2626dd0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/eead1e7595..abe34c4ead/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9627a8499b46212535360dfa39f8ad5ef81511bb Reviewed-on: https://webrtc-review.googlesource.com/61144 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22377} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index e3409813a6..bc5cd78017 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': 'eead1e759579e612607122e50e9e5a09da71271c', + 'chromium_revision': 'abe34c4ead0a1f4a89bcb873554d6f071781808c', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': 'b90b97cf8dec1060b14197b68a7c862bab7e4ed5', + 'catapult_revision': '21ff400bb4884e9a601168e7fa08559a76e06a75', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,7 +38,7 @@ 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' + '@' + '585d9bdc59b6ea642ce526fad8115dbcf65f37f9', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e3ff882773b3033625afaf492f73dd22e6a69b99', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '8e843a96fa31020bc97485f401977176324a3432', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '02ff6db3112012971c0f6f59120c8ffce3c065a1', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6ece7bb274cedd83f4a8be95224b12a5376dd801', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e79d3cec676ea66836c4cbb3bcc1a63f4ed01dbe', + Var('chromium_git') + '/chromium/src/testing' + '@' + '120169c8d460fc83bebb03c6cd9ef5ce2a8f3009', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8873d196ad3ceb827f8b85706f6706eb480301ab', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd89bbe67d95817a72ed3091c053617dffd4ee6c', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'd1b3aff08034f903add618aef0b343e9be672078', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9ad2626dd075d0f8463b6a77074d52d2276e9355', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':