From 9a071d14aa5c7e3c23248de243b8c2168746139b Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 8 Mar 2019 11:02:56 -0800 Subject: [PATCH] Roll chromium_revision e328c33c20..ecf963f5ce (638961:639097) Change log: https://chromium.googlesource.com/chromium/src/+log/e328c33c20..ecf963f5ce Full diff: https://chromium.googlesource.com/chromium/src/+/e328c33c20..ecf963f5ce Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2f02642f65..256b4bcfd9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/4ec8ca83c6..9b449f0fab * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4f962dbefc..6a86076c80 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4d24eba4d4..c5f690fb1a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/49a0bd4dea..8606657597 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dc658bb37c..5869dbeaf2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7d08034a10..e0a3cda10d DEPS diff: https://chromium.googlesource.com/chromium/src/+/e328c33c20..ecf963f5ce/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I6d0d69a0c7f57f7b31b1074a8e03fff5fae76edf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126503 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27042} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 2fd59bba76..d503ce1dd2 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': 'e328c33c20737cecc55be3e054128e831d00937e', + 'chromium_revision': 'ecf963f5ce381a4e05bc5705d568e85792ef4bf9', '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': 'dc658bb37c70d3153cda3e9993a3874ccd8871a9', + 'catapult_revision': '5869dbeaf2c48db11c3defef123774bd43fbd5a5', # 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,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' + '@' + '2f02642f65705d9000180927c153de77e82837bd', + Var('chromium_git') + '/chromium/src/base' + '@' + '256b4bcfd9138d6591266d4843019ea3b5fde275', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '4ec8ca83c6543e0ffb184c846335599b15c3ef17', + Var('chromium_git') + '/chromium/src/build' + '@' + '9b449f0fab687fc146304074118b4c6b718429b8', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'a9db5def7f29536b4913603528ea50d862ab4386', # 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' + '@' + '4f962dbefcdb1d71af65eb8fd5db4c377f9f9768', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6a86076c80d3aee8e0db6432d57f75349f0fc97c', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4d24eba4d4529f8e8ac819013fbb386e8a32de15', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c5f690fb1ab268225291bfeb81240d49f1db8b7e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '49a0bd4dea18a0cac8643f880c96350d33e416a7', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8606657597850637b281328eb4fc32e3592b099c', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -250,7 +250,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' + '@' + '7d08034a105d7719f653bfd4b8a106dcd2318ce2', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e0a3cda10dba5d65f10f26605e23ed4b879337a8', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),