From a725988ebf7154f8cfab00b476020f58c5e2ec00 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 29 Nov 2018 00:01:30 -0800 Subject: [PATCH] Roll chromium_revision 2f5059a4ae..f85d2e4da0 (611832:612092) Change log: https://chromium.googlesource.com/chromium/src/+log/2f5059a4ae..f85d2e4da0 Full diff: https://chromium.googlesource.com/chromium/src/+/2f5059a4ae..f85d2e4da0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/64582da069..598c578da8 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e9a3cabed9..854ff0514a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ed17c1af6f..a329e748aa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cf00f01ccf..932f80143a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/675500cec7..0075237ca6 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6457c042bc..eee0f6ad0d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/44d4b29082..9af233a508 * src/third_party/r8: version:1.4.4-cr0..uM1IGlYVeBYwmhwRCSMVqRvmu4YFlL7M2yLwZ1DWUvAC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e3aa7cbd31..c276371610 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2f5059a4ae..f85d2e4da0/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ibc7ff6513e739ddfd33b5c73c419bff6356154cb Reviewed-on: https://webrtc-review.googlesource.com/c/112195 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25836} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index b08f3ce66f..4fbafb9293 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': '2f5059a4ae7baafde36136cfa59af8ae80d4298c', + 'chromium_revision': 'f85d2e4da0c488bf16925caaf3d97d4809bcc152', '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': '6457c042bc7bf3ee20b567a1a5bec998a39c6ac9', + 'catapult_revision': 'eee0f6ad0df532b4ba3eee2bf04a5a155817586c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + '64582da06900c307874940ae57dee5fce06a2025', + Var('chromium_git') + '/chromium/src/base' + '@' + '598c578da8c00de95f9c96c8ebd0d7847b0ebfb9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e9a3cabed9f5ea87bdc367e71ddef9b629f92a8c', + Var('chromium_git') + '/chromium/src/build' + '@' + '854ff0514a56dde0b7fc27a7a990c56cbd5f3fa7', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '04161ec8d7c781e4498c699254c69ba0dd959fde', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ed17c1af6f093b41eba06fa0b4ba7400ba483a1d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a329e748aa0eb5a093872c97bc937e9c8f4f6164', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'cf00f01ccf27371187391b3029453fe18076b254', + Var('chromium_git') + '/chromium/src/testing' + '@' + '932f80143a82b1067f7723f27961ad2432dc189b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '675500cec75b480f2c14c873ed52ff6e492f5b5c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0075237ca62b3a4307803cda537cc933e5844de4', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -107,7 +107,7 @@ 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' + '@' + '44d4b29082f0d8bacacd623f91c4d29637b4b901', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9af233a5084871843af872224e4012e3f3f3af2f', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -182,7 +182,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'version:1.4.4-cr0', + 'version': 'uM1IGlYVeBYwmhwRCSMVqRvmu4YFlL7M2yLwZ1DWUvAC', }, ], 'condition': 'checkout_android', @@ -225,7 +225,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' + '@' + 'e3aa7cbd313873b84593b834c10d046b91412b94', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c27637161096f7de9fd6e0bd5fa0a42e911e2cfa', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),