From 478313fa8ea29cbd64b719d03cc86496a07014d9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 9 Jul 2018 10:45:31 -0700 Subject: [PATCH] Roll chromium_revision a9fbefaa78..a467948082 (573255:573356) Change log: https://chromium.googlesource.com/chromium/src/+log/a9fbefaa78..a467948082 Full diff: https://chromium.googlesource.com/chromium/src/+/a9fbefaa78..a467948082 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/157288f7cd..8839f14da1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/724777bb91..f4ab7d4f41 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/127004e03d..44d50a3de3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4b5255c295..4b6ba77287 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9eaedb7fa0..27380b171e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4bcd23d605..b35866e4b8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a9fbefaa78..a467948082/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I07207c18d80f9edb77e5b45ed026f0768d497674 Reviewed-on: https://webrtc-review.googlesource.com/87660 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23888} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 2e4ce1a4c1..600b2f7eed 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': 'a9fbefaa78c92d1c89f42546dfa689d2b665ad63', + 'chromium_revision': 'a4679480824b53bee194ae0ddd61a8b7ee7ea4d2', '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': '9eaedb7fa00f7b1c3bba87eeb82f75e7a147f8d2', + 'catapult_revision': '27380b171e3fd0073d475e0fb628fe8850571d06', # 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,7 +42,7 @@ 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' + '@' + '157288f7cd071c040cc82894b2d3dba6ce476072', + Var('chromium_git') + '/chromium/src/base' + '@' + '8839f14da1dd544cf18800744d05041d8f1efe5f', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '4e517843d5b41958bb224346718b5a538be01054', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '724777bb911019890b459d0ac6990963444369ef', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f4ab7d4f41034093b6361ac8ca967fb7df698d94', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '127004e03d986403fe41be2ff86c03b827913428', + Var('chromium_git') + '/chromium/src/testing' + '@' + '44d50a3de3b9d8ef317a6fdcf56aca6ceb56ed12', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b5255c29523a8fd4daee03c91b5ad02a15a15db', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b6ba77287a77974c3a2b31d1a68c6463c63e740', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '4bcd23d605aeab289a067aa9cf383f9f30e4c2be', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b35866e4b8b2f266dd444eee1dc380728d274d81', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),