From 8b087f36d2d186dd827ed3d074874ef76144466e Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 30 Jan 2019 10:01:37 -0800 Subject: [PATCH] Roll chromium_revision 39a2376d54..10156ea4fa (627358:627488) Change log: https://chromium.googlesource.com/chromium/src/+log/39a2376d54..10156ea4fa Full diff: https://chromium.googlesource.com/chromium/src/+/39a2376d54..10156ea4fa Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/57443a7742..3fc534991e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/31ec511403..d7787756cb * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/2f02e1f363..6fbda1b24c * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/bb637bf1f7..6ff3c759a3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ba5f8bf3a3..9c4deaccaa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/afd949ec5f..89af89b135 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1a9772ff05..4322547327 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2c1ade8746..2405a4c20d DEPS diff: https://chromium.googlesource.com/chromium/src/+/39a2376d54..10156ea4fa/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I49906d33812185755140dc93f1354d0ac208374e Reviewed-on: https://webrtc-review.googlesource.com/c/120641 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26477} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 0bd625b36a..60ad1ec4b9 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': '39a2376d542ac66babb82cc1529d8f5f1b2f7b19', + 'chromium_revision': '10156ea4faa45bc0a61817c07659dc4c98ce910b', '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': '1a9772ff05f4c7504dc135a9ccbfd996a262589b', + 'catapult_revision': '432254732785aeba19c43a04c3afe3b2d25bac6c', # 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,11 +46,11 @@ 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' + '@' + '57443a7742c4074e1a95aaf044469257a992086d', + Var('chromium_git') + '/chromium/src/base' + '@' + '3fc534991e3fdc0113090a3aa21b09510fda6f7b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '31ec511403a9d0349d6f2d85e918c7a0f83dbf03', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd7787756cbd19b868fa37c0414333ae5e0ed5ec8', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2f02e1f363b1af2715536f38e239853f04ec1497', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + '6fbda1b24c1893a893b17aa219b765b9e7c801d8', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bb637bf1f7d97b3b1375b791b9fbb2ba64993c77', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6ff3c759a37954bce1ee4a0e96f3a63cfa916705', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ba5f8bf3a3c34c2e4d4f4d0011ca7372ce529a5f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '9c4deaccaa070f2c887805d9f0ce51aee4b7a90f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'afd949ec5f5ce761cf34032f3c241519f17944b3', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '89af89b135af2df3155ee7b68ffbdd416ecad0ba', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -229,7 +229,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '2c1ade874621a92fbc3eaa6fddf8eee34879116b', + Var('chromium_git') + '/chromium/src/tools' + '@' + '2405a4c20d9e366895305ed17a85ebcb74743538', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),