From 95bdf5f39ec67edd3d7fc7313e8bb3b9fcc9706c Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 28 Dec 2018 16:01:19 -0800 Subject: [PATCH] Roll chromium_revision 7ca220e15c..27eb7bb481 (619107:619209) Change log: https://chromium.googlesource.com/chromium/src/+log/7ca220e15c..27eb7bb481 Full diff: https://chromium.googlesource.com/chromium/src/+/7ca220e15c..27eb7bb481 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/70165a1054..3af1d800fc * src/build: https://chromium.googlesource.com/chromium/src/build/+log/70cbac61b0..064d684104 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d5f352c22f..e7b549cdbd * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7747c10572..cb3962d247 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5eec0705f1..335cec91d9 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a923c2a6de..ecf56e8e03 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7ca220e15c..27eb7bb481/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8f2114af531473fb5e879e801675ee32ce0e6cef Reviewed-on: https://webrtc-review.googlesource.com/c/115823 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26107} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 4ad7573187..5e0ab8ea5c 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': '7ca220e15c97df9120c1e61aeb729d09d80c74a5', + 'chromium_revision': '27eb7bb481a5a1845badc5cb3c122f44aacd166e', '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': 'a923c2a6de79f0f209157ab09849d695a98f4470', + 'catapult_revision': 'ecf56e8e03cd13d93319c53330ea950f7ae7e51d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,9 +46,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' + '@' + '70165a1054284988b67809756f3f712fdcaf612c', + Var('chromium_git') + '/chromium/src/base' + '@' + '3af1d800fcaca9bb1bb35dc9eb5263b1d3eab9b2', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '70cbac61b0ec2fa1215032eec02d819116ffd3a2', + Var('chromium_git') + '/chromium/src/build' + '@' + '064d684104dca83c4547641b8e552e0eb88033d3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd5f352c22f52fd7ee0cb315b069d076a256fba32', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e7b549cdbdeb8766be6b2bedd9b8b8c51a10a692', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '7747c105724fc64e7753bffcdf064cb1e9ba1d88', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cb3962d247b58c8d2eb0a144752448f2af34b3b9', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5eec0705f14b95021446dd8c47a8c1335a928d35', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '335cec91d967d93c55bef101c4605302fd9cbda9', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android',