From a6805703380c629d26be54b16c9f10b2961116e3 Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Wed, 11 May 2022 22:22:02 -0700 Subject: [PATCH] Update google_benchmark Rolling v8/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark/+log/bc4639c..aecbdbf fix some typos (#1393) (cui fliter) https://chromium.googlesource.com/external/github.com/google/benchmark/+/aecbdbf R=v8-waterfall-sheriff@grotations.appspotmail.com,mtv-sf-v8-sheriff@grotations.appspotmail.com,mlippautz@chromium.org Change-Id: Ib44a175614b0e3f2394c901b96e8d0b7fbaaa33c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3641659 Commit-Queue: v8-ci-autoroll-builder Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/main@{#80481} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 16b8a52449..e6fe7b5a8d 100644 --- a/DEPS +++ b/DEPS @@ -235,7 +235,7 @@ deps = { 'dep_type': 'cipd', }, 'third_party/google_benchmark/src': { - 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'bc4639c15443d7bc134de57a39833cf97018f4c1', + 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'aecbdbff4f68dac7079d8da256e299ea776162aa', }, 'third_party/googletest/src': Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'af29db7ec28d6df1c7f0f745186884091e602e07',