From 2f92b414aeb96a5db181195a7bc0512cdae18dbd Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 15 Apr 2019 11:01:02 -0700 Subject: [PATCH] Roll chromium_revision 8d55ca9363..a35784fb06 (650742:650856) Change log: https://chromium.googlesource.com/chromium/src/+log/8d55ca9363..a35784fb06 Full diff: https://chromium.googlesource.com/chromium/src/+/8d55ca9363..a35784fb06 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/39249a7fe2..8beae815b0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3b075157b4..7c4aed4851 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1fa5b61040..468d16d887 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/dd3857ca4d..1b3f717046 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b614c567e8..9de7d78395 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dc8f3b2879..ff070cdf4a DEPS diff: https://chromium.googlesource.com/chromium/src/+/8d55ca9363..a35784fb06/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Icfcd4f6a1b83e903d0907294c1f282d6a80b17fa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133061 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27630} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 7cbebc3220..5fd0a69443 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': '8d55ca93639ec33805eea7150be1e8f6c79001ba', + 'chromium_revision': 'a35784fb0688eaced04e6f1667ecb08acc4ee54a', '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': 'b614c567e8b363220b00ce5557a3ddfd8d18357c', + 'catapult_revision': '9de7d78395ad6c009e3a040e0641dfae642ceb5d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '39249a7fe2ca9a24c5e63834144fcf0641744de9', + Var('chromium_git') + '/chromium/src/base' + '@' + '8beae815b05b514fc7fac822162d8acf37166bae', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3b075157b41d362ccd04ca183cddf178c9b4f929', + Var('chromium_git') + '/chromium/src/build' + '@' + '7c4aed4851dd9214a6c0de93f143aa4d197bb298', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1fa5b61040114ac43c7ef236e16fe58a9dc1759a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '468d16d887bd02b9da843161e4519f98c5cc4839', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c044935b34be175f94f64b10a124ee2e60efd672', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd3857ca4dd1c7849e9263d68dcf67dfd9c4295a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b3f717046a5b0e08ec0da483d1dacdda5347e04', 'src/buildtools/linux64': { 'packages': [ @@ -312,7 +312,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' + '@' + 'dc8f3b28799a98ff1eea243c296eaddd5cf92091', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ff070cdf4a3498db2e50083ff2e6b1a4e68eb1bc', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),