From 74a99e7b7411f127cf986e5687e2779c84afcac7 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 17 Dec 2018 06:09:13 -0800 Subject: [PATCH] Roll chromium_revision 380d56dda2..ddce7e097d (617001:617111) Change log: https://chromium.googlesource.com/chromium/src/+log/380d56dda2..ddce7e097d Full diff: https://chromium.googlesource.com/chromium/src/+/380d56dda2..ddce7e097d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0dc1321d01..49db73713b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0062e6cc5b..d20f468cf8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0e16b20a79..b97b57743a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8daf553f67..4e884f9ae9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c581edfb90..2ad7d171b7 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/2823bdd7ed..23de01679d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fd41660fc1..cbad873606 DEPS diff: https://chromium.googlesource.com/chromium/src/+/380d56dda2..ddce7e097d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I73f7a0ee09e9e72ae74791994c617b2d11d551bd Reviewed-on: https://webrtc-review.googlesource.com/c/114623 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26029} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 2e4afbd834..5183b47b68 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': '380d56dda226e24230aecb27288427a544a77db9', + 'chromium_revision': 'ddce7e097d574e0d80876dbcbced50b57c3fd309', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,9 +46,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' + '@' + '0dc1321d0130bb4580317796fb2526d8ef6ebc57', + Var('chromium_git') + '/chromium/src/base' + '@' + '49db73713b903c664ae56799da9f1a172460da20', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0062e6cc5b8c47e7020abf5c603ac2a2d6e1277f', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd20f468cf8271df6085da619c0a72872ea721c71', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0e16b20a7900f9636bb8f21372003cef5b5b81a5', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b97b57743a7df02d6c0e8595ee0f2d0e7b2b998f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8daf553f67b4ee946a6246e0583942f50f0e5667', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4e884f9ae96f730d12954772e483fde9d4bf945c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c581edfb90ec7edc64717e87f725a37f0cb715fc', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2ad7d171b768ee39f92211b6d7ab37b19796b5a4', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -142,7 +142,7 @@ deps = { 'src/third_party/googletest/src': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '879ac092fde0a19e1b3a61b2546b2a422b1528bc', 'src/third_party/icu': { - 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2823bdd7ed9022fafa0c3443ffde90e522d92b52', + 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '23de01679d298bf9fb964ebede32f2157729ba96', }, 'src/third_party/jsr-305/src': { 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', @@ -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' + '@' + 'fd41660fc1590250ceb71f1d3aaa9f3a5a7637b8', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cbad87360667bc0b6acfc00ea2f9c24f2408a364', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),