From bc49b10a69b81bad82063b295412cbf648c91c20 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 11 Apr 2018 19:45:13 -0700 Subject: [PATCH] Roll chromium_revision d458cc5819..0355b2473d (549897:550001) Change log: https://chromium.googlesource.com/chromium/src/+log/d458cc5819..0355b2473d Full diff: https://chromium.googlesource.com/chromium/src/+/d458cc5819..0355b2473d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fa2d46a6ad..1fef2bd08d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/066c45bc46..bf6af18d01 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3fb75f251e..417b08bf98 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/445ce8304a..c9e1c5875c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e4e90fc280..e7bd2b942e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/6889094f2c..506256b6a0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d458cc5819..0355b2473d/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I679538e5e482ac1fb3479468f6b5140fa6e38266 Reviewed-on: https://webrtc-review.googlesource.com/69461 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22833} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index a918b2c837..68f0086520 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': 'd458cc5819fe36bfcba4a9811dc931ff3785ec0a', + 'chromium_revision': '0355b2473dd07c2fde13c657f783bf219b7869a3', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'fa2d46a6ad06ce980ac144211a602fd270eda3d7', + Var('chromium_git') + '/chromium/src/base' + '@' + '1fef2bd08d27450329e13872c800b5629971639f', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '066c45bc464110085e6b2033ed312b1a09b9daff', + Var('chromium_git') + '/chromium/src/build' + '@' + 'bf6af18d01d08a090443cbb71a2a1e2a7e270284', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e8aa02ea839e087f2db66100d02c3b5d47993852', # 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' + '@' + '3fb75f251eb54f705244e2f40a75e17eb3699c39', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '417b08bf9883f7b93eec8fd7e442fa49edd80817', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '445ce8304a9317c57f6cebfa556aa6abc112a186', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c9e1c5875c8a9de7d529115601f6f485f123965f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e4e90fc280ccb3c8ee9d48e1ea9790197f1728b4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e7bd2b942e0467ab1d7811376dd47dfb7a1895e6', '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' + '@' + '6889094f2cfa029a4e6b50fac1659360ed917c57', + Var('chromium_git') + '/chromium/src/tools' + '@' + '506256b6a0835f84cfae9b90ee28e28478f74571', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':