From 35576ac007c82e824943087e72dd33693fffb7ac Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 9 Mar 2018 11:44:18 -0800 Subject: [PATCH] Roll chromium_revision a6afb13552..eead1e7595 (542089:542200) Change log: https://chromium.googlesource.com/chromium/src/+log/a6afb13552..eead1e7595 Full diff: https://chromium.googlesource.com/chromium/src/+/a6afb13552..eead1e7595 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/15daf4df4a..585d9bdc59 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d8b353b735..8e843a96fa * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b4344e2cca..02ff6db311 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e7b24ec1ba..e79d3cec67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/98ea2bc461..8873d196ad * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8f3d6b77ac..b90b97cf8d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8ff992fb51..d1b3aff080 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a6afb13552..eead1e7595/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iebfd3ed833c190a29adc68342010de2de0265e37 Reviewed-on: https://webrtc-review.googlesource.com/60961 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22375} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 4b0da5f883..e3409813a6 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': 'a6afb13552b760ae968e0bc82f4c0541306ceea2', + 'chromium_revision': 'eead1e759579e612607122e50e9e5a09da71271c', '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': '8f3d6b77acab8e35a062745097cd2c4d1c9a4de6', + 'catapult_revision': 'b90b97cf8dec1060b14197b68a7c862bab7e4ed5', # 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,9 +38,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' + '@' + '15daf4df4ade8fed1349205005f7adcc207a0e9b', + Var('chromium_git') + '/chromium/src/base' + '@' + '585d9bdc59b6ea642ce526fad8115dbcf65f37f9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'd8b353b7350a905e18e60c64380b8d1118b03c35', + Var('chromium_git') + '/chromium/src/build' + '@' + '8e843a96fa31020bc97485f401977176324a3432', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b4344e2ccacdb1a26f363aac540f91c7ef6db9b4', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '02ff6db3112012971c0f6f59120c8ffce3c065a1', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e7b24ec1ba36143aa33bd87662473818261a01cc', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e79d3cec676ea66836c4cbb3bcc1a63f4ed01dbe', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '98ea2bc4618a4536f0400339573b94e7cd2b0454', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8873d196ad3ceb827f8b85706f6706eb480301ab', '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' + '@' + '8ff992fb51b604fd326e73c8270d90b2fb1558c5', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd1b3aff08034f903add618aef0b343e9be672078', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':