From e8c92dcac136a2664cbb0774e0c6e4689b0e9fee Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 16 Apr 2018 11:45:49 -0700 Subject: [PATCH] Roll chromium_revision 9b98a25a5d..848c1835e9 (550943:551051) Change log: https://chromium.googlesource.com/chromium/src/+log/9b98a25a5d..848c1835e9 Full diff: https://chromium.googlesource.com/chromium/src/+/9b98a25a5d..848c1835e9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/544c2fc0f3..2827fdd0ed * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7fbdf02825..bf6452106d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0b20395322..853539433f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b572dd4a5a..b4ec06e8b2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b8516a9297..0746c9e6dd * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ac39bc3791..0371983030 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/216ecf02f0..4663c5fa0b DEPS diff: https://chromium.googlesource.com/chromium/src/+/9b98a25a5d..848c1835e9/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idd79cb55e29c2042a93a1cd91cf78fb3d1fcec09 Reviewed-on: https://webrtc-review.googlesource.com/70300 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22888} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 29e792ee2d..02b5dc4ffd 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': '9b98a25a5d7df1f1b2b1f40bf20294ede0f18dbd', + 'chromium_revision': '848c1835e99f213cd9a863a5a4b52afef0e89e9e', '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': 'ac39bc37919499df18cdafc43e26581f36625165', + 'catapult_revision': '0371983030f2371de9efcb80ef5d2bdf06d76617', # 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' + '@' + '544c2fc0f3c82445b53fc54f7f9d5ba8c3e87ad7', + Var('chromium_git') + '/chromium/src/base' + '@' + '2827fdd0ed2e94a4aa9aa3308a4da3fc7acdb5f0', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7fbdf0282520fa1e68c57d00f1b60430d5b7a624', + Var('chromium_git') + '/chromium/src/build' + '@' + 'bf6452106dccb455550697eb480ad02eb7e04753', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8febfea9bc7e7d9a7c6105f06f18f7f0e50cfef9', # 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' + '@' + '0b20395322b3e17e743592e08058cabe80ba1d4e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '853539433f72b24a4f19e015e821ce06c0cd90b6', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b572dd4a5a104ce1f137c04bcf131cf902938b4b', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'b4ec06e8b2846e4b738073639fdd77c21c28c588', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b8516a92972a4e673db80e72dd4a81ad24ad071e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0746c9e6dd69480261915176310616ae8ea33832', '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' + '@' + '216ecf02f0b7f94b96a0eb9aae87f765f9df6892', + Var('chromium_git') + '/chromium/src/tools' + '@' + '4663c5fa0b3103197bd7448f099a54b8143361c7', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':