From 3051aadbb6441e11aa23aa82acc4d0daa6c6160a Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 22 Dec 2017 06:44:57 -0800 Subject: [PATCH] Roll chromium_revision 915a3e2fdf..e93faff1da (525982:525989) Change log: https://chromium.googlesource.com/chromium/src/+log/915a3e2fdf..e93faff1da Full diff: https://chromium.googlesource.com/chromium/src/+/915a3e2fdf..e93faff1da Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7a2f09131a..c9027b32d8 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/efc4a08476..5626f3590e DEPS diff: https://chromium.googlesource.com/chromium/src/+/915a3e2fdf..e93faff1da/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ibb3371ed93ec9ac517f619ae3f7a1e30a1a0d899 Reviewed-on: https://webrtc-review.googlesource.com/36046 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21430} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a88075a502..cf551f4a21 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': '915a3e2fdff7985d6dc755e2ce350a930bce6ac1', + 'chromium_revision': 'e93faff1da7b32ad86b9402ae20289921d622d24', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': 'efc4a08476292e474385a77e7a5d7c3c8e101a30', + 'catapult_revision': '5626f3590eea9631f90a98549c73334577994819', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '6d142e91709e40f0ea3b42e248f6463ae51bb36f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7a2f09131aa67efe4a059d5d6b05568e0783121e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c9027b32d835b62f2568b7f9b9c2dcf1a2f2b393', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',