From 81e8a43b4bb3e60684337bc6840d16db8f2bddd3 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 21 Mar 2018 05:45:21 -0700 Subject: [PATCH] Roll chromium_revision 3ad75d0441..89bed79700 (544573:544673) Change log: https://chromium.googlesource.com/chromium/src/+log/3ad75d0441..89bed79700 Full diff: https://chromium.googlesource.com/chromium/src/+/3ad75d0441..89bed79700 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8a4e4d62d1..fe4a7b3d7d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b74ace1e67..d7db4b11bf * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b1bf0c95c7..2989c1e76f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3c15be7687..1e7c7a93cd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/86cece40ae..6fa9db6bfe * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0b89935ad6..ba51bb3c12 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/02ec9ce5a9..5baad93258 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9603433d59..d6db890efc DEPS diff: https://chromium.googlesource.com/chromium/src/+/3ad75d0441..89bed79700/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I7d3a3b1b4e8bd7cba2dc399c15e646624854caa3 Reviewed-on: https://webrtc-review.googlesource.com/63661 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22535} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 3d369f64d2..5beba5e8ed 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': '3ad75d044167f576a122bc55f51f22a55b280f2d', + 'chromium_revision': '89bed79700b74f84df0c25ed2ffae5e81d570c34', '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' + '@' + '8a4e4d62d1030b45ac1c2ca10589f75ba4b8c5da', + Var('chromium_git') + '/chromium/src/base' + '@' + 'fe4a7b3d7d541bcee48c11d430f54ddd95e75ad1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b74ace1e6700426584a05d8554474617cea90d95', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd7db4b11bfe5b0ee62a4332ff5fadffc12ddcb8c', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # 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' + '@' + 'b1bf0c95c7039e08840571cddbc90aa79b0ce16b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2989c1e76fc71ec280a4a825553b590766906573', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3c15be7687a0e974b839fc9d26e723c39365e997', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1e7c7a93cd6af91892267b3d925e76c703da46bc', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '86cece40ae2511c2df01dd7cb7c680027d4e0e9a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6fa9db6bfeebd7f81bbf17817d39a1fd9943c2e7', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -80,13 +80,13 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0b89935ad6fee0109212969cbaccdce822a7632c', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ba51bb3c1274f5e8f7fef0ff6706d0e46e33864f', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '02ec9ce5a9bc14a5e245fdfce30770d2e878bb24', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '5baad932589a94969782df630db02ec0293d920f', 'src/third_party/findbugs': { 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', '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' + '@' + '9603433d596d96fd9c410fc65e74fd680d352670', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd6db890efc15d7dee130fee1c72ec3dfc3762262', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':