From 3481efd1b86181a944fa567679c5c6bd46dbf5b6 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 10 Jun 2019 14:01:50 -0700 Subject: [PATCH] Roll chromium_revision fdaae93e4e..838b954517 (667642:667748) Change log: https://chromium.googlesource.com/chromium/src/+log/fdaae93e4e..838b954517 Full diff: https://chromium.googlesource.com/chromium/src/+/fdaae93e4e..838b954517 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bfb37619ca..f8a88fe329 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/12dd42a61c..0992a465bc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/bb912a1817..ef32de1047 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a23f98e9da..2c5b78f0a3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6f19ae481a..ba2dfe2565 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9ba3fdcb3a..505424fcab * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b0e14b053e..962f07845b DEPS diff: https://chromium.googlesource.com/chromium/src/+/fdaae93e4e..838b954517/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I6d65d6f42aee8807255831802b3948b4445aaba8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141283 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28216} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index b0521c995a..c781e1a83a 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': 'fdaae93e4ec294a9ef0e498689833fb44d360f46', + 'chromium_revision': '838b95451786accc3a9e7ab6cce50412583eb32e', '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': '9ba3fdcb3aef252bea4b93c7beb3205a17c3e984', + 'catapult_revision': '505424fcab37a5b913a96325211f20ddf7897935', # 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' + '@' + 'bfb37619ca83bf4aa49b8122459342477822b5d2', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f8a88fe3297b5253c1ea5ac2ea984e3092ac68aa', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '12dd42a61c3d1d8961922ec82a873363eb0d189b', + Var('chromium_git') + '/chromium/src/build' + '@' + '0992a465bcaf8d089f53c3a35c867de5dbdfa03f', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '2e18a95798d644f77f72856d6e9b74c38156c12d', # 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' + '@' + 'bb912a1817c077d38b82b22823df174a46538d99', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ef32de1047e811ab0d827791ecca2b8a7285318d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a23f98e9dad4e45fe4119db250fdeadbfd2f7dec', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2c5b78f0a381847657a83ed723e6491d026f2f82', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6f19ae481a34b227f1eb10fe1ff753eac53c0a6b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ba2dfe2565a43ca82400ed84121d071754954c56', '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' + '@' + 'b0e14b053e9ca58a9057097ce92e1f5f62ab1c20', + Var('chromium_git') + '/chromium/src/tools' + '@' + '962f07845ba8f5261af6a675b949f995472190e5', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),