From f91d70bc25bcd13f6f870f8cfdc9ca9c09ded881 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 5 Jul 2018 10:45:17 -0700 Subject: [PATCH] Roll chromium_revision 39b1860428..b2695df06e (572705:572823) Change log: https://chromium.googlesource.com/chromium/src/+log/39b1860428..b2695df06e Full diff: https://chromium.googlesource.com/chromium/src/+/39b1860428..b2695df06e Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/190ca34865..b6d7d6a748 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0cc28952ad..911a0c5b4f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/30df90fa70..302107483c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/caff2642b8..24e28fb08e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/387fe8be07..110ded36b2 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/82213060d5..8355b184a5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b1bad47542..32290434c1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/39b1860428..b2695df06e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0f18870096e497f25ec4c6f7d777afa51d3487a9 Reviewed-on: https://webrtc-review.googlesource.com/87360 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23861} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 2b0422cd56..2f841cfc38 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': '39b1860428acfbead8004a2a1801b37a26a28308', + 'chromium_revision': 'b2695df06e09e101a7ba302638978788a715c209', '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': '82213060d5ce0d376671dda9ca3928b5ad1c9c69', + 'catapult_revision': '8355b184a56e847ebed034731ee14d6a42543b9a', # 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,9 +42,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' + '@' + '190ca348658f30169d6a7575eed146eade80c91a', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b6d7d6a748c83bc896720d34b9bec95f8c87cff1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0cc28952add720cc2304132e2ea4365de3e89c27', + Var('chromium_git') + '/chromium/src/build' + '@' + '911a0c5b4fb09c7fc7873e1006367c16952d446a', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '30df90fa7074efe15ea5c418dfc6e81ee8cd0350', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '302107483c073ac6d752530b38a59c195bd900f8', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'caff2642b826a1b11f5cf042942da5e498fd07b6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '24e28fb08e1ea83c8dd4f13aca9bed7d4ae1d86b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '387fe8be075219883d9635e0eadc76c8c853346e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '110ded36b2549f1257ad96114f8e4b40c9eacea9', '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' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'b1bad4754296448c966b833957db624e1c53e3e0', + Var('chromium_git') + '/chromium/src/tools' + '@' + '32290434c1010b64e6a0e4c1b98ad00c7d9d3311', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),